skia2/include
Ben Wagner f55fa0d0cf Make SkPaintFilterCanvas paints no longer COW.
The two existing external users of SkPaintFilterCanvas always end up
making a copy of the paint when the canvas is in use. As a result, the
extra overhead of doing COW is being wasted. In general, it seems easier
for users to optimize by simply not using the filter canvas when it
won't be making any changes. Also, no users are using the 'Type'.

After users are updated to this new API, the old onFilter can be
removed.

Change-Id: Iee1ce3cd22bce8c00664de078375b105abd7c866
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/149806
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-04-11 22:42:13 +00:00
..
android Add API to get canvas wrapped by SkPaintFilterCanvas 2019-03-28 21:16:10 +00:00
atlastext pass a font to GlyphRunBuilder 2019-01-02 21:02:33 +00:00
c Revert "simplify and centralize SK_API" 2019-04-11 22:14:45 +00:00
codec Remove unused setAlphaAndRequiredFrame condition 2019-03-26 13:47:22 +00:00
config remove unused parts of SkTypes.h 2018-06-08 23:53:57 +00:00
core Revert "simplify and centralize SK_API" 2019-04-11 22:14:45 +00:00
docs SkPDF: runtime switch between subsetters 2019-03-23 16:31:10 +00:00
effects add missing shared lib visibility macros 2019-04-09 14:34:55 +00:00
encode Remove a few semicolons. 2019-02-11 14:40:37 +00:00
gpu Add more general flush call to GrContext. 2019-04-10 21:19:10 +00:00
pathops fixup winding contours 2018-08-17 14:01:51 +00:00
ports Reland "Add SkFontMgr implementation for Fuchsia" 2018-12-07 01:47:05 +00:00
private use __builtin_shufflevector when available 2019-04-11 21:11:58 +00:00
svg [SVGCanvas] Clean up public factories 2019-02-14 19:17:35 +00:00
third_party/vulkan Move vulkan headers from third_party to include/third_party. 2018-12-12 14:16:43 +00:00
utils Make SkPaintFilterCanvas paints no longer COW. 2019-04-11 22:42:13 +00:00