..
3dgm.cpp
SkAnimTimer -> AnimTimer
2019-03-20 18:26:35 +00:00
aaa.cpp
Remove SkScalarSinCos
2019-04-02 15:46:57 +00:00
aaclip.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
aarectmodes.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
aaxfermodes.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
addarc.cpp
SkAnimTimer -> AnimTimer
2019-03-20 18:26:35 +00:00
all_bitmap_configs.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
alpha_image.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
alphagradients.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
analytic_gradients.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
androidblendmodes.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
animatedGif.cpp
moar static flags
2019-03-21 17:07:13 +00:00
animatedimageblurs.cpp
SkAnimTimer -> AnimTimer
2019-03-20 18:26:35 +00:00
anisotropic.cpp
Remove SkScalarSinCos
2019-04-02 15:46:57 +00:00
annotated_text.cpp
use font for measuring
2018-12-12 23:47:15 +00:00
arcofzorro.cpp
don't adapt any gray colors to 565
2018-08-16 19:13:41 +00:00
arcto.cpp
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )"
2016-03-18 11:22:57 -07:00
arithmode.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
atlastext.cpp
allow GMs to fail in DM
2019-04-02 17:46:26 +00:00
b_119394958.cpp
Fix stroked round capped circular arc batched with filled circle.
2018-12-14 22:11:06 +00:00
backdrop.cpp
add gm to test backdrop blurs and clipping/hintrects
2019-02-22 22:28:50 +00:00
badpaint.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
beziereffects.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
beziers.cpp
make float more primary API for paint (esp. for alpha)
2019-02-15 21:50:16 +00:00
bigblurs.cpp
don't adapt any gray colors to 565
2018-08-16 19:13:41 +00:00
bigmatrix.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
bigrect.cpp
Add bigrect GM.
2017-05-05 19:21:42 +00:00
bigrrectaaeffect.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
bigtext.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
bigtileimagefilter.cpp
Replace a lot of 'static const' with 'constexpr' or 'const'.
2016-09-01 11:24:54 -07:00
bitmapcopy.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
bitmapfilters.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
bitmapimage.cpp
Add a mechanism for GMs to silently exclude themselves from Gold
2019-02-08 00:05:15 +00:00
bitmappremul.cpp
Simplify bitmappremul GM a bit, remove more SkColorData 4444 macros
2018-11-02 21:03:30 +00:00
bitmaprect.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
bitmaprecttest.cpp
GM: replace boilerplate with macros
2015-09-09 08:16:41 -07:00
bitmapshader.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
bitmaptiled.cpp
Reland "Add a GpuGM class for GPU-only tests"
2019-02-07 23:11:16 +00:00
bleed.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
blend.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
blurcircles2.cpp
SkAnimTimer -> AnimTimer
2019-03-20 18:26:35 +00:00
blurcircles.cpp
hide SkBlurMaskFilter and SkBlurQuality
2018-03-14 17:27:36 +00:00
blurignorexform.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
blurimagevmask.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
blurpositioning.cpp
Make a GM for checking blur bounds.
2018-04-13 18:48:32 +00:00
blurquickreject.cpp
hide SkBlurMaskFilter and SkBlurQuality
2018-03-14 17:27:36 +00:00
blurrect.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
blurredclippedcircle.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
blurroundrect.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
blurs.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
blurtextsmallradii.cpp
use drawString with font
2019-01-07 15:03:06 +00:00
bmpfilterqualityrepeat.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
bug5252.cpp
fix hairline clip
2016-05-12 07:07:05 -07:00
bug6643.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
bug6783.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
bug530095.cpp
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )"
2016-03-18 11:22:57 -07:00
bug615686.cpp
always compute a cubic tangent
2016-06-01 04:42:02 -07:00
cgm.c
expand imageinfo in C api, start on colorspace
2018-09-28 17:52:59 +00:00
cgms.cpp
C API: remove dead code, simplify boilerplate
2015-07-31 15:16:23 -07:00
circle_sizes.cpp
SkPDF: less tolerance for small circles
2017-11-27 14:59:45 +00:00
circles.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
circulararcs.cpp
Use a smaller tolerance when chopping conics to quads
2018-11-20 16:42:04 +00:00
circularclips.cpp
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
2016-12-09 14:33:41 +00:00
clip_error.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
clip_strokerect.cpp
allow clip calls w/o op param, remove unnecessary kReplace ops
2016-09-21 11:15:07 -07:00
clipdrawdraw.cpp
don't adapt any gray colors to 565
2018-08-16 19:13:41 +00:00
clippedbitmapshaders.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
clockwise.cpp
Add shader based blending of kPlus for configs that need clamping
2019-03-15 14:54:17 +00:00
color4f.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
coloremoji_blendmodes.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
coloremoji.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
colorfilteralpha8.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
colorfilterimagefilter.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
colorfilters.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
colormatrix.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
colorwheel.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
complexclip2.cpp
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
2016-12-09 14:33:41 +00:00
complexclip3.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
complexclip4.cpp
Add a method in SkCanvas to set "hard" clip bounds.
2016-12-12 23:24:31 +00:00
complexclip_blur_tiled.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
complexclip.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
composeshader.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
compositor_quads.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
concavepaths.cpp
return this from maker calls, so we can chain the calls
2018-08-15 17:21:59 +00:00
conicpaths.cpp
Reland "Reland "Fix blurry edges on large ovals.""
2019-03-29 14:11:21 +00:00
constcolorprocessor.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
convex_all_line_paths.cpp
Remove SkScalarSinCos
2019-04-02 15:46:57 +00:00
convexpaths.cpp
Move new convex path towards the end of the path array in GM convexpaths.
2019-03-29 20:23:23 +00:00
convexpolyclip.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
convexpolyeffect.cpp
Remove SkScalarSinCos
2019-04-02 15:46:57 +00:00
copyTo4444.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
crbug_691386.cpp
Add a mechanism for GMs to silently exclude themselves from Gold
2019-02-08 00:05:15 +00:00
crbug_788500.cpp
Revert "Revert "Make PathGeoBuilder use consistent iterators.""
2017-11-29 16:18:45 +00:00
crbug_847759.cpp
Preseve tangents when converting cubics->quads in GrAAHairlinePathRenderer
2018-09-07 20:21:24 +00:00
crbug_884166.cpp
GrTessellator: two fixes for boundary simplification artifacts.
2018-09-26 23:57:59 +00:00
crbug_887103.cpp
GrTessellator: two fixes for boundary simplification artifacts.
2018-09-26 23:57:59 +00:00
crbug_892988.cpp
Fix dst copy bounds for aa draw contained within clip.
2018-11-16 19:24:04 +00:00
crbug_899512.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
crbug_905548.cpp
Fix two GPU image filters handling of subset inputs
2018-12-03 16:46:29 +00:00
crbug_918512.cpp
SkPDF: rasterize for color-filter+layer
2019-01-09 15:13:27 +00:00
crbug_938592.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
crbug_947055.cpp
Add reproduction test case for crbug/947055
2019-03-29 18:24:03 +00:00
croppedrects.cpp
Fix croppedrects GM
2017-06-07 16:41:37 +00:00
crosscontextimage.cpp
Add a mechanism for GMs to silently exclude themselves from Gold
2019-02-08 00:05:15 +00:00
cubicpaths.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
daa.cpp
add more test cases to DAA gm
2019-02-08 17:37:50 +00:00
dashcircle.cpp
SkAnimTimer -> AnimTimer
2019-03-20 18:26:35 +00:00
dashcubics.cpp
SkAnimTimer -> AnimTimer
2019-03-20 18:26:35 +00:00
dashing.cpp
Remove SkScalarSinCos
2019-04-02 15:46:57 +00:00
degeneratesegments.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
dftext_blob_persp.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
dftext.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
discard.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
displacement.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
distantclip.cpp
gm: use DEF_GM macro consistantly
2019-01-24 16:03:13 +00:00
downsamplebitmap.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
draw_bitmap_rect_skbug4374.cpp
resources: orgainize directory.
2017-12-08 17:16:00 +00:00
drawable.cpp
gm: s/SkAutoTUnref/sk_sp/
2016-11-07 15:22:49 +00:00
drawatlas.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
drawatlascolor.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
drawbitmaprect.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
drawimageset.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
drawlooper.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
drawminibitmaprect.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
drawquadset.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
drawregion.cpp
Revert "Revert "IWYU""
2017-02-13 15:59:35 +00:00
drawregionmodes.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
dropshadowimagefilter.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
drrect_small_inner.cpp
Revert "Revert "Fix rendering of drrects with small circular inner rrects.""
2017-12-01 21:25:39 +00:00
drrect.cpp
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
2015-03-25 18:17:32 -07:00
dstreadshuffle.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
emboss.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
emptypath.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
encode-alpha-jpeg.cpp
change gm to use srgb (not linear) so srgb and legacy draw the same
2019-03-06 15:33:12 +00:00
encode-platform.cpp
Add a mechanism for GMs to silently exclude themselves from Gold
2019-02-08 00:05:15 +00:00
encode-srgb.cpp
tests: do not crash with missing resources.
2018-11-26 22:02:09 +00:00
encode.cpp
drawText Cleanup, part 5
2019-01-09 16:10:30 +00:00
etc1.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
extractbitmap.cpp
gm: use DEF_GM macro consistantly
2019-01-24 16:03:13 +00:00
fadefilter.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
fatpathfill.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
filltypes.cpp
gm: use DEF_GM macro consistantly
2019-01-24 16:03:13 +00:00
filltypespersp.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
filterbitmap.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
filterbug.cpp
Move SkTileModes to top level
2019-04-03 00:18:35 +00:00
filterfastbounds.cpp
don't adapt any gray colors to 565
2018-08-16 19:13:41 +00:00
filterindiabox.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
flippity.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
fontcache.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
fontmgr.cpp
Move fontmgr_bounds label setting to checkbox.
2019-03-23 14:37:59 +00:00
fontregen.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
fontscaler.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
fontscalerdistortable.cpp
Add a mechanism for GMs to silently exclude themselves from Gold
2019-02-08 00:05:15 +00:00
fwidth_squircle.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
gamma.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
gammatext.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
getpostextpath.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
giantbitmap.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
glyph_pos.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
gm.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
gm.h
SkAnimTimer -> AnimTimer
2019-03-20 18:26:35 +00:00
gradient_matrix.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
gradientDirtyLaundry.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
gradients_2pt_conical.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
gradients_degenerate.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
gradients_no_texture.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
gradients.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
gradtext.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
grayscalejpg.cpp
resources: orgainize directory.
2017-12-08 17:16:00 +00:00
hairlines.cpp
Remove SkScalarSinCos
2019-04-02 15:46:57 +00:00
hairmodes.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
hardstop_gradients.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
highcontrastfilter.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
hittestpath.cpp
remove unused SkCullPoints
2015-12-21 18:37:16 -08:00
hsl.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
hugepath.cpp
Revert "Revert "add tiler for SkDraw""
2018-03-07 19:39:00 +00:00
image_pict.cpp
Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter
2019-03-05 19:49:40 +00:00
image_shader.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
image.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
imagealphathreshold.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
imageblur2.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
imageblur.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
imageblurclampmode.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
imageblurrepeatmode.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
imageblurtiled.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
imagefilters.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
imagefiltersbase.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
imagefiltersclipped.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
imagefilterscropexpand.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
imagefilterscropped.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
imagefiltersgraph.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
imagefiltersscaled.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
imagefiltersstroked.cpp
update more gms to use textutils
2018-10-25 20:58:59 +00:00
imagefilterstransformed.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
imagefromyuvtextures.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
imagemagnifier.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
imagemakewithfilter.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
imagemasksubset.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
imageresizetiled.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
imagescalealigned.cpp
SkCanvas: Helpers for draw{Point,Line,Circle}
2017-05-16 12:59:11 +00:00
imagesource2.cpp
Replace a lot of 'static const' with 'constexpr' or 'const'.
2016-09-01 11:24:54 -07:00
imagesource.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
internal_links.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
inversepaths.cpp
Remove redundant parentheses.
2017-10-17 22:02:41 +00:00
jpg_color_cube.cpp
Remove unnecessary sk_tool_utils::EncodeImageToData
2018-09-25 12:02:26 +00:00
largeglyphblur.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
lattice.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
lcdblendmodes.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
lcdoverlap.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
lcdtext.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
lighting.cpp
Remove SkScalarSinCos
2019-04-02 15:46:57 +00:00
lightingshader2.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
lightingshader.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
linepaths.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
localmatriximagefilter.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
localmatriximageshader.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
localmatrixshader.cpp
remove double compose: lerp and mode
2019-04-02 14:56:27 +00:00
lumafilter.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
mac_aa_explorer.cpp
add hinting to gm
2019-02-22 13:56:25 +00:00
makecolorspace.cpp
Add a mechanism for GMs to silently exclude themselves from Gold
2019-02-08 00:05:15 +00:00
makeRasterImage.cpp
tests: do not crash with missing resources.
2018-11-26 22:02:09 +00:00
mandoline.cpp
modify gm to avoid creating t-junctions between degernate curves and lines
2018-10-08 18:05:21 +00:00
manypaths.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
matrixconvolution.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
matriximagefilter.cpp
don't adapt any gray colors to 565
2018-08-16 19:13:41 +00:00
megalooper.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
mipmap.cpp
drawText Cleanup, part 2
2019-01-09 16:01:59 +00:00
mixedtextblobs.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
mixercolorfilter.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
modecolorfilters.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
morphology.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
multipicturedraw.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
nested.cpp
don't adapt any gray colors to 565
2018-08-16 19:13:41 +00:00
ninepatchstretch.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
nonclosedpaths.cpp
Replace a lot of 'static const' with 'constexpr' or 'const'.
2016-09-01 11:24:54 -07:00
offsetimagefilter.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
orientation.cpp
tests: do not crash with missing resources.
2018-11-26 22:02:09 +00:00
ovals.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
overdrawcanvas.cpp
GM for SkOverdrawCanvas
2019-04-03 20:28:54 +00:00
overdrawcolorfilter.cpp
Fix occurrences of "-Wextra-semi-stmt"
2018-11-30 23:23:09 +00:00
OverStroke.cpp
move parts of SkPoint to SkPointPriv
2017-11-08 18:25:17 +00:00
p3.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
patch.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
path_stroke_with_zero_length.cpp
Revert "makeSurface defaults to raster"
2018-09-05 18:41:45 +00:00
pathcontourstart.cpp
Replace a lot of 'static const' with 'constexpr' or 'const'.
2016-09-01 11:24:54 -07:00
patheffects.cpp
gm: use DEF_GM macro consistantly
2019-01-24 16:03:13 +00:00
pathfill.cpp
Remove SkScalarSinCos
2019-04-02 15:46:57 +00:00
pathinterior.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
pathmaskcache.cpp
Remove SK_SUPPORT_GPU checks in tool-only code
2018-05-31 18:59:44 +00:00
pathmeasure.cpp
add repro case for skia:7674
2018-03-22 17:19:14 +00:00
pathopsinverse.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
pathopsskpclip.cpp
gm: use DEF_GM macro consistantly
2019-01-24 16:03:13 +00:00
pathreverse.cpp
Style bikeshed - remove extraneous whitespace
2016-03-29 09:03:53 -07:00
pdf_never_embed.cpp
Add a mechanism for GMs to silently exclude themselves from Gold
2019-02-08 00:05:15 +00:00
perlinnoise.cpp
Fix some fuzzer bugs from Skia's image filter fuzzer
2018-01-23 19:54:00 +00:00
perspimages.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
perspshaders.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
picture.cpp
make float more primary API for paint (esp. for alpha)
2019-02-15 21:50:16 +00:00
pictureimagefilter.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
pictureimagegenerator.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
pictureshader.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
pictureshadercache.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
pictureshadertile.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
pixelsnap.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
plus.cpp
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
2016-10-05 17:33:03 -07:00
points.cpp
gm: use DEF_GM macro consistantly
2019-01-24 16:03:13 +00:00
poly2poly.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
polygonoffset.cpp
Remove SkScalarSinCos
2019-04-02 15:46:57 +00:00
polygons.cpp
Replace a lot of 'static const' with 'constexpr' or 'const'.
2016-09-01 11:24:54 -07:00
quadpaths.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
radial_gradient_precision.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
readpixels.cpp
Add a mechanism for GMs to silently exclude themselves from Gold
2019-02-08 00:05:15 +00:00
recordopts.cpp
Reduce usage of SkCanvas::flush
2019-03-04 22:09:39 +00:00
rectangletexture.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
rects.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
repeated_bitmap.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
resizeimagefilter.cpp
Fix clipping of SkMatrixImageFilter input (take 2)
2018-05-10 12:59:02 +00:00
roundrects.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
rrect.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
rrectclipdrawpaint.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
rrects.cpp
Add a mechanism for GMs to silently exclude themselves from Gold
2019-02-08 00:05:15 +00:00
runtimecolorfilter.cpp
Revert "Reland "Revert "Reland "GPU support for SkMixers""""
2019-04-08 16:47:03 +00:00
samplelocations.cpp
Rename GrPipeline::Flags to GrPipeline::InputFlags
2019-04-03 19:29:54 +00:00
samplerstress.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
savelayer.cpp
Reland "Support clip masks for SaveLayerRec and drawSpecial in Ganesh"
2019-04-08 17:01:12 +00:00
scaledemoji_rendering.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
scaledemoji.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
scaledstrokes.cpp
Fix scaledstrokes GM
2016-04-08 14:03:00 -07:00
shadermaskfilter.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
shadertext3.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
shadows.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
shadowutils.cpp
make float more primary API for paint (esp. for alpha)
2019-02-15 21:50:16 +00:00
shallowgradient.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
shapes.cpp
make float more primary API for paint (esp. for alpha)
2019-02-15 21:50:16 +00:00
sharedcorners.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
showmiplevels.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
simple_magnification.cpp
GrContext abandon: fail -> skip
2019-04-03 14:06:18 +00:00
simpleaaclip.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
simplerect.cpp
SkAnimTimer -> AnimTimer
2019-03-20 18:26:35 +00:00
skbug1719.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
skbug_257.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
skbug_4868.cpp
SkPDF: fix scalar serialization
2016-02-24 15:46:46 -08:00
skbug_5321.cpp
use font instead of paint
2018-12-24 20:21:04 +00:00
skbug_8664.cpp
Bugfix for Nexus 5 mipmap+scissor generation failure
2019-01-15 18:04:27 +00:00
skbug_8955.cpp
Always mark bitmap glyph runs as such, to ensure they are properly regenerated
2019-04-05 16:26:23 +00:00
skinning.cpp
test,tools: whitespace changes for clang-format
2018-09-19 17:50:51 +00:00
smallarc.cpp
GM: replace boilerplate with macros
2015-09-09 08:16:41 -07:00
smallpaths.cpp
Remove SkScalarSinCos
2019-04-02 15:46:57 +00:00
spritebitmap.cpp
Update SkBlurImageFilter to sk_sp
2016-04-04 04:31:25 -07:00
srcmode.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
srgb.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
stlouisarch.cpp
gm: use DEF_GM macro consistantly
2019-01-24 16:03:13 +00:00
stringart.cpp
SkAnimTimer -> AnimTimer
2019-03-20 18:26:35 +00:00
stroke_rect_shader.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
strokedlines.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
strokefill.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
strokerect.cpp
don't adapt any gray colors to 565
2018-08-16 19:13:41 +00:00
strokerects.cpp
gm: use DEF_GM macro consistantly
2019-01-24 16:03:13 +00:00
strokes.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
stroketext.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
subsetshader.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
surface.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
tablecolorfilter.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
tallstretchedbitmaps.cpp
Revert "Revert "SkTypes: extract SkTo""
2018-06-14 14:55:17 +00:00
testgradient.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
text_scale_skew.cpp
use font instead of paint for text
2019-01-02 17:45:30 +00:00
textblob.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
textblobblockreordering.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
textblobcolortrans.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
textblobgeometrychange.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
textbloblooper.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
textblobmixedsizes.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
textblobrandomfont.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
textblobshader.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
textblobtransforms.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
textblobuseaftergpufree.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
texteffects.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
texturedomaineffect.cpp
Clean up texture domain effect GM, wrt proxy creation
2019-03-25 18:16:05 +00:00
thinconcavepaths.cpp
GrTessellator: fix for overlapping outer boundary edges in AA case.
2018-06-05 13:58:59 +00:00
thinrects.cpp
gm: use DEF_GM macro consistantly
2019-01-24 16:03:13 +00:00
thinstrokedrects.cpp
Replace a lot of 'static const' with 'constexpr' or 'const'.
2016-09-01 11:24:54 -07:00
tiledscaledbitmap.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
tileimagefilter.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
tilemodes_scaled.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
tilemodes.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
tinybitmap.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
transparency.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
trickycubicstrokes.cpp
Reland "ccpr: Implement stroking with fine triangle strips"
2018-09-03 10:16:28 +00:00
typeface.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
unpremul.cpp
add unpremul gm
2018-10-31 15:41:30 +00:00
variedtext.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
vertices.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
verylargebitmap.cpp
Use SkTileMode instead of nested enum
2019-04-03 15:24:18 +00:00
wacky_yuv_formats.cpp
Introduce new factory for SkColorFilters
2019-04-08 21:03:59 +00:00
windowrectangles.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
xfermodeimagefilter.cpp
sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 18:05:42 +00:00
xfermodes2.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
xfermodes3.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
xfermodes.cpp
add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 17:56:34 +00:00
yuvtorgbeffect.cpp
Add kIdentity_SkYUVColorSpace
2019-03-11 13:47:40 +00:00