Go to file
Mike Reed 953c194038 Can't correctly call computeFastBounds on maskfilter w/ device geo
maskfilter's computeFastBounds assumes the passed-in geometry bounds is
in src space, but in drawDevPath the bounds is in device space, so this
call can return meaningless answers. Skip this whole block of code, since
filterPath itself performs culling.

Bug: skia:
Change-Id: Ia668d8b692ce77332fa16908e9b0cf774c189e11
Reviewed-on: https://skia-review.googlesource.com/104520
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Mike Reed <reed@google.com>
2018-02-06 20:22:45 +00:00
animations first cut at a checkbox 2009-10-21 19:41:10 +00:00
bench Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" 2018-02-03 01:59:59 +00:00
bin fetch-clang-format: better error checking 2018-01-22 20:33:49 +00:00
debugger Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" 2018-02-03 01:59:59 +00:00
dm Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" 2018-02-03 01:59:59 +00:00
docs fix bookmaker nightly 2018-02-06 15:20:25 +00:00
example Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" 2018-02-03 01:59:59 +00:00
experimental [skottie] FMA-friendlier lerp 2018-02-05 16:07:46 +00:00
fuzz Check for nullptrs when fuzzing region_deserialize 2018-02-01 15:10:43 +00:00
gm Revert "move GrColor.h to private, IWYU" 2018-02-06 18:33:26 +00:00
gn Revert "move GrColor.h to private, IWYU" 2018-02-06 18:33:26 +00:00
include Revert "move GrColor.h to private, IWYU" 2018-02-06 18:33:26 +00:00
infra Promote perf bots to CQ 2018-02-06 14:55:05 +00:00
platform_tools Remove ConstraintLayout from skqp app 2018-02-06 18:59:55 +00:00
resources Make SkAndroidCodec (optionally) respect origin 2018-01-26 22:13:34 +00:00
samplecode Simplify SkAnimatedImage 2018-01-30 18:46:35 +00:00
site Move location of skqp in the site heirarchy. 2018-02-06 17:19:35 +00:00
src Can't correctly call computeFastBounds on maskfilter w/ device geo 2018-02-06 20:22:45 +00:00
tests Revert "move GrColor.h to private, IWYU" 2018-02-06 18:33:26 +00:00
third_party avoid using tmpnam() in Lua 2018-02-01 22:39:59 +00:00
tools SkQP: download_model complains when files.checksum is missing 2018-02-06 19:48:55 +00:00
.clang-format Mark flatennable macros as block beginning/ending in .clang-format 2017-01-09 15:31:36 +00:00
.gitignore Ignore generated README.recipes.md 2017-10-26 18:07:27 +00:00
.gn Basic standalone GN configs. 2016-07-21 12:25:45 -07:00
AUTHORS Changes to site documentation 2018-01-11 19:47:58 +00:00
BUILD.gn SkQP: skia_skqp_global_error_tolerance 2018-02-01 21:10:49 +00:00
codereview.settings Make uploading to Gerrit the default for Skia 2016-11-09 19:07:56 +00:00
CONTRIBUTING Fix references to https://sites.google.com/site/skiadocs/. 2015-02-03 13:12:54 -02:00
CQ_COMMITTERS Moved committer list to chrome-infra-auth and deleted it from the repo 2015-09-02 13:37:54 -07:00
DEPS Roll skia/third_party/externals/angle2/ 2d1c0a2b8..bfeed4ddf (1 commit) 2018-02-06 19:25:25 +00:00
Doxyfile Make the housekeeper upload doxygen to a newer bucket 2016-10-04 13:23:57 -07:00
LICENSE BUG=skia:5602 2016-09-02 11:19:34 -07:00
OWNERS add OWNERS file 2017-12-01 19:50:19 +00:00
PRESUBMIT.py Skip AUTHORS check for Skia service accounts 2018-01-02 18:47:01 +00:00
public.bzl Revert "remove third_party/etc1" 2018-01-26 22:41:35 +00:00
README Fix references to https://sites.google.com/site/skiadocs/. 2015-02-03 13:12:54 -02:00
README.chromium Update README.chromium. 2015-06-11 13:19:24 -07:00
whitespace.txt Verify Status is showing new commits. 2018-01-22 22:55:36 +00:00

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at https://skia.org.