skia2/gm
Mike Reed 9dc0b9e2f8 remove code now that loopers are dead (w.r.t. canvas and paint)
We can't remove the loopers themselves, as they are still used
by android and chrome (they just don't ever pass them to skia).

Eventually each of those clients will resolve this, but for now
we just keep the classes (and tests) in skia.

Bug: skia:4783
Change-Id: I5f507e6bb82280f2bc7c0b21eebe59c287aa9265
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/230579
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Mike Reed <reed@google.com>
2019-07-30 12:49:28 +00:00
..
aaa.cpp IWYU for gms starting with 'a'. 2019-04-30 19:39:37 +00:00
aaclip.cpp IWYU for gms starting with 'a'. 2019-04-30 19:39:37 +00:00
aarectmodes.cpp IWYU for gms starting with 'a'. 2019-04-30 19:39:37 +00:00
aaxfermodes.cpp IWYU for gms starting with 'a'. 2019-04-30 19:39:37 +00:00
addarc.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
all_bitmap_configs.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
alpha_image.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
alphagradients.cpp IWYU for gms starting with 'a'. 2019-04-30 19:39:37 +00:00
analytic_gradients.cpp IWYU for gms starting with 'a'. 2019-04-30 19:39:37 +00:00
androidblendmodes.cpp IWYU for gms starting with 'a'. 2019-04-30 19:39:37 +00:00
animated_gif.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
animatedimageblurs.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
anisotropic.cpp IWYU for gms starting with 'a'. 2019-04-30 19:39:37 +00:00
annotated_text.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
arcofzorro.cpp IWYU for gms starting with 'a'. 2019-04-30 19:39:37 +00:00
arcto.cpp preserve comments past the #include "" 2019-05-14 19:35:34 +00:00
arithmode.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
asyncrescaleandread.cpp Third land of "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles" 2019-07-10 22:58:58 +00:00
atlastext.cpp Revert "De-GL-ify tests, gm and tools" 2019-05-22 20:23:56 +00:00
b_119394958.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
backdrop_imagefilter_croprect.cpp Refactor complex CTM management for image filters 2019-05-17 16:12:11 +00:00
backdrop.cpp remove SkLiteDL 2019-05-14 18:55:44 +00:00
badpaint.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
beziereffects.cpp Eliminate mixed samples as an FBO type or AA type 2019-06-24 04:08:45 +00:00
beziers.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bigblurs.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bigmatrix.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bigrect.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bigrrectaaeffect.cpp Make stencilRect() in GrRTCPriv more flexible. 2019-05-29 19:30:31 +00:00
bigtext.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
bigtileimagefilter.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
bitmapcopy.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
bitmapfilters.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bitmapimage.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bitmappremul.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bitmaprect.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bitmaprecttest.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bitmapshader.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bitmaptiled.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
bleed.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
blend.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
blurcircles2.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
blurcircles.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
blurignorexform.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
blurimagevmask.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
blurpositioning.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
blurquickreject.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
blurrect.cpp gm: simplify several onName 2019-07-24 18:05:45 +00:00
blurredclippedcircle.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
blurroundrect.cpp remove code now that loopers are dead (w.r.t. canvas and paint) 2019-07-30 12:49:28 +00:00
blurs.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
blurtextsmallradii.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bmpfilterqualityrepeat.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bug5252.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bug6643.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bug6783.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bug530095.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
bug615686.cpp IWYU for gms starting with 'b'. 2019-05-01 18:02:14 +00:00
cgm.c IWYU for gms. 2019-05-02 17:48:53 +00:00
cgms.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
circle_sizes.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
circles.cpp remove code now that loopers are dead (w.r.t. canvas and paint) 2019-07-30 12:49:28 +00:00
circulararcs.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
circularclips.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
clip_error.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
clip_strokerect.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
clipdrawdraw.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
clippedbitmapshaders.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
clockwise.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
collapsepaths.cpp run rewrite_includes.py 2019-06-06 17:11:02 +00:00
color4f.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
coloremoji_blendmodes.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
coloremoji.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
colorfilteralpha8.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
colorfilterimagefilter.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
colorfilters.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
colormatrix.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
colorwheel.cpp SkPaint: new constructor 2019-05-02 19:52:07 +00:00
complexclip2.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
complexclip3.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
complexclip4.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
complexclip_blur_tiled.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
complexclip.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
composeshader.cpp Optional local matrix for SkShaders factories 2019-07-09 18:09:14 +00:00
compositor_quads.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
concavepaths.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
conicpaths.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
constcolorprocessor.cpp Move a bunch of gpu files out of include/private and into src/gpu. 2019-06-18 14:24:42 +00:00
convex_all_line_paths.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
convexpaths.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
convexpolyclip.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
convexpolyeffect.cpp Eliminate mixed samples as an FBO type or AA type 2019-06-24 04:08:45 +00:00
copy_to_4444.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
crbug_691386.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
crbug_788500.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
crbug_847759.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
crbug_884166.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
crbug_887103.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
crbug_892988.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
crbug_899512.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
crbug_905548.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
crbug_908646.cpp GrTessellator: fix for even/odd fill type and path holes. 2019-06-13 21:09:45 +00:00
crbug_913349.cpp GrTessellator: improved straight skeleton implementation. 2019-05-22 16:16:59 +00:00
crbug_918512.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
crbug_938592.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
crbug_946965.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
crbug_947055.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
croppedrects.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
crosscontextimage.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
cubicpaths.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
daa.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
dashcircle.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
dashcubics.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
dashing.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
degeneratesegments.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
dftext_blob_persp.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
dftext.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
discard.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
displacement.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
distantclip.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
downsamplebitmap.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
draw_bitmap_rect_skbug4374.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
drawable.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
drawatlas.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
drawatlascolor.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
drawbitmaprect.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
drawimageset.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
drawminibitmaprect.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
drawquadset.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
drawregion.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
drawregionmodes.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
dropshadowimagefilter.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
drrect_small_inner.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
drrect.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
dstreadshuffle.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
emboss.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
emptypath.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
encode_alpha_jpeg.cpp Tests: re-sort gni, file name convention 2019-05-04 02:17:09 +00:00
encode_platform.cpp Tests: re-sort gni, file name convention 2019-05-04 02:17:09 +00:00
encode_srgb.cpp Tests: re-sort gni, file name convention 2019-05-04 02:17:09 +00:00
encode.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
etc1.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
extractbitmap.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
fadefilter.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
fatpathfill.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
filltypes.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
filltypespersp.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
filterbitmap.cpp gm: simplify several onName 2019-07-24 18:05:45 +00:00
filterbug.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
filterfastbounds.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
filterindiabox.cpp gm: simplify several onName 2019-07-24 18:05:45 +00:00
flippity.cpp GrColorSpaceInfo stores SkAlphaType. 2019-06-24 17:48:01 +00:00
fontcache.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
fontmgr.cpp gm: simplify several onName 2019-07-24 18:05:45 +00:00
fontregen.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
fontscaler.cpp Use SkFontHinting instead of macros. 2019-05-08 12:16:37 +00:00
fontscalerdistortable.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
fwidth_squircle.cpp Eliminate mixed samples as an FBO type or AA type 2019-06-24 04:08:45 +00:00
gamma.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
gammatext.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
getpostextpath.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
giantbitmap.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
glyph_pos.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
gm.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
gm.h tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
gradient_dirty_laundry.cpp GMs: re-sort gni, script to regenerate gni, file name convention 2019-05-02 20:08:37 +00:00
gradient_matrix.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
gradients_2pt_conical.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
gradients_degenerate.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
gradients_no_texture.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
gradients.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
gradtext.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
grayscalejpg.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
hairlines.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
hairmodes.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
hardstop_gradients.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
highcontrastfilter.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
hittestpath.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
hsl.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
hugepath.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
image_pict.cpp Move a bunch of gpu files out of include/private and into src/gpu. 2019-06-18 14:24:42 +00:00
image_shader.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
image.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagealphathreshold.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imageblur2.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imageblur.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imageblurclampmode.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imageblurrepeatmode.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imageblurtiled.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagefilters.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagefiltersbase.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagefiltersclipped.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagefilterscropexpand.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagefilterscropped.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
imagefiltersgraph.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagefiltersscaled.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagefiltersstroked.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagefilterstransformed.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagefromyuvtextures.cpp Add GrProtected parameter to all createBackendTexture variants 2019-07-01 19:46:18 +00:00
imagemagnifier.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagemakewithfilter.cpp Fix subset behavior in makeWithFilter. 2019-06-21 21:00:17 +00:00
imagemasksubset.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imageresizetiled.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagescalealigned.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagesource2.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
imagesource.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
internal_links.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
inversepaths.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
jpg_color_cube.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
labyrinth.cpp Rename labrynth.cpp -> labyrinth.cpp 2019-07-29 22:16:29 +00:00
largeglyphblur.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
lattice.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
lcdblendmodes.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
lcdoverlap.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
lcdtext.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
lighting.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
lightingshader2.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
lightingshader.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
linepaths.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
localmatriximagefilter.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
localmatriximageshader.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
localmatrixshader.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
lumafilter.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
mac_aa_explorer.cpp GM: s/handleKey/onChar/ 2019-07-08 22:28:50 +00:00
make_raster_image.cpp GMs: re-sort gni, script to regenerate gni, file name convention 2019-05-02 20:08:37 +00:00
makecolorspace.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
mandoline.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
manypaths.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
matrixconvolution.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
matriximagefilter.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
mipmap.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
mixedtextblobs.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
mixercolorfilter.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
modecolorfilters.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
morphology.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
multipicturedraw.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
nested.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
ninepatchstretch.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
nonclosedpaths.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
offsetimagefilter.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
orientation.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
ovals.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
overdrawcanvas.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
overdrawcolorfilter.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
overstroke.cpp GMs: re-sort gni, script to regenerate gni, file name convention 2019-05-02 20:08:37 +00:00
p3.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
patch.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
path_stroke_with_zero_length.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
patharcto.cpp add gm for tricky arc 2019-07-26 18:11:04 +00:00
pathcontourstart.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
patheffects.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pathfill.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pathinterior.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pathmaskcache.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pathmeasure.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pathopsinverse.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pathopsskpclip.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pathreverse.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pdf_never_embed.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
perlinnoise.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
perspimages.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
perspshaders.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
picture.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pictureimagefilter.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pictureimagegenerator.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
pictureshader.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pictureshadercache.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pictureshadertile.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
pixelsnap.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
plus.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
points.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
poly2poly.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
polygonoffset.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
polygons.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
postercircle.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
preservefillrule.cpp ccpr: Add an MSAA atlas mode 2019-07-19 20:52:17 +00:00
quadpaths.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
radial_gradient_precision.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
rasterhandleallocator.cpp Make rasterallocator test a bit better. 2019-06-07 19:31:22 +00:00
readpixels.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
recordopts.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
rectangletexture.cpp Revert "De-GL-ify tests, gm and tools" 2019-05-22 20:23:56 +00:00
rects.cpp remove code now that loopers are dead (w.r.t. canvas and paint) 2019-07-30 12:49:28 +00:00
repeated_bitmap.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
resizeimagefilter.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
roundrects.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
rrect.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
rrectclipdrawpaint.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
rrects.cpp Make stencilRect() in GrRTCPriv more flexible. 2019-05-29 19:30:31 +00:00
runtimecolorfilter.cpp change colorfilter signature back to just inout color 2019-07-17 16:50:43 +00:00
runtimeshader.cpp gm: simplify several onName 2019-07-24 18:05:45 +00:00
samplelocations.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
samplerstress.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
savelayer.cpp add savelayer flag to promote the later to half-float 2019-07-12 17:31:33 +00:00
scaledemoji_rendering.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
scaledemoji.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
scaledstrokes.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
shadermaskfilter.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
shadertext3.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
shadowutils.cpp Fix analytic shadows when rotated 180 degrees. 2019-07-24 19:17:45 +00:00
shallowgradient.cpp gm: simplify several onName 2019-07-24 18:05:45 +00:00
shapes.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
sharedcorners.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
showmiplevels.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
simple_magnification.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
simpleaaclip.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
simplerect.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
skbug1719.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
skbug_257.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
skbug_4868.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
skbug_5321.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
skbug_8664.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
skbug_8955.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
skinning.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
smallarc.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
smallpaths.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
spritebitmap.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
srcmode.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
srgb.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
stlouisarch.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
stringart.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
stroke_rect_shader.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
strokedlines.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
strokefill.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
strokerect.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
strokerects.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
strokes.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
stroketext.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
subsetshader.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
surface.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
tablecolorfilter.cpp gm: virtual->override 2019-07-18 18:07:52 +00:00
tallstretchedbitmaps.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
testgradient.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
text_scale_skew.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
textblob.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
textblobblockreordering.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
textblobcolortrans.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
textblobgeometrychange.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
textbloblooper.cpp remove code now that loopers are dead (w.r.t. canvas and paint) 2019-07-30 12:49:28 +00:00
textblobmixedsizes.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
textblobrandomfont.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
textblobshader.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
textblobtransforms.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
textblobuseaftergpufree.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
texteffects.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
texturedomaineffect.cpp Move a bunch of gpu files out of include/private and into src/gpu. 2019-06-18 14:24:42 +00:00
thinconcavepaths.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
thinrects.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
thinstrokedrects.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
tiledscaledbitmap.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
tileimagefilter.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
tilemodes_alpha.cpp SkPaint: new constructor 2019-05-02 19:52:07 +00:00
tilemodes_scaled.cpp gm: simplify several onName 2019-07-24 18:05:45 +00:00
tilemodes.cpp gm: simplify several onName 2019-07-24 18:05:45 +00:00
tinybitmap.cpp gm: add some overrides 2019-07-24 19:11:35 +00:00
transparency.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
trickycubicstrokes.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
typeface.cpp Use SkFontHinting instead of macros. 2019-05-08 12:16:37 +00:00
unpremul.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
variedtext.cpp Use SkTextEncoding enum instead of macros. 2019-05-07 20:54:16 +00:00
vertices.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
verylargebitmap.cpp gm: simplify several onName 2019-07-24 18:05:45 +00:00
video_decoder.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
wacky_yuv_formats.cpp Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. 2019-07-11 15:22:23 +00:00
windowrectangles.cpp Make deferred render target context without config or format 2019-07-03 16:53:48 +00:00
xfermodeimagefilter.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
xfermodes2.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
xfermodes3.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
xfermodes.cpp IWYU for gms. 2019-05-02 17:48:53 +00:00
xform.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
yuvtorgbeffect.cpp Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. 2019-07-17 15:09:03 +00:00