OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEF_GM
(Results
226 - 250
of
499
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/gm/
fontscalerdistortable.cpp
101
DEF_GM
( return new FontScalerDistortableGM; )
gradients_no_texture.cpp
280
DEF_GM
(return new GradientsNoTextureGM(true);)
281
DEF_GM
(return new GradientsNoTextureGM(false);)
282
DEF_GM
(return new GradientsManyColorsGM(true);)
283
DEF_GM
(return new GradientsManyColorsGM(false);)
hardstop_gradients.cpp
164
DEF_GM
(return new HardstopGradientShaderGM;)
image_pict.cpp
104
DEF_GM
( return new ImagePictGM; )
326
DEF_GM
( return new ImageCacheratorGM("picture", make_pic_generator); )
327
DEF_GM
( return new ImageCacheratorGM("raster", make_ras_generator); )
328
DEF_GM
( return new ImageCacheratorGM("texture", make_tex_generator); )
imageblurclampmode.cpp
102
DEF_GM
(return new ImageBlurClampModeGM;)
imagefiltersstroked.cpp
104
DEF_GM
(return new ImageFiltersStrokedGM;)
imagemakewithfilter.cpp
101
DEF_GM
( return new ImageMakeWithFilterGM; )
mixercolorfilter.cpp
112
DEF_GM
( return new MixerCFGM(SkSize::Make(200, 250), 5); )
nonclosedpaths.cpp
144
DEF_GM
(return new NonClosedPathsGM;)
pathinterior.cpp
114
DEF_GM
( return new PathInteriorGM; )
pathopsinverse.cpp
112
DEF_GM
( return new PathOpsInverseGM; )
poly2poly.cpp
113
DEF_GM
( return new Poly2PolyGM; )
scaledstrokes.cpp
83
DEF_GM
( return new ScaledStrokesGM; )
tallstretchedbitmaps.cpp
108
DEF_GM
(return new TallStretchedBitmapsGM;)
thinrects.cpp
120
DEF_GM
( return new ThinRectsGM; )
tilemodes.cpp
153
DEF_GM
( return new TilingGM(true); )
154
DEF_GM
( return new TilingGM(false); )
256
DEF_GM
( return new Tiling2GM(make_bm, "bitmap"); )
257
DEF_GM
( return new Tiling2GM(make_grad, "gradient"); )
trickycubicstrokes.cpp
99
DEF_GM
( return new TrickyCubicStrokesGM; )
/external/skqp/gm/
analytic_gradients.cpp
178
DEF_GM
(return new AnalyticGradientShaderGM;)
androidblendmodes.cpp
126
DEF_GM
(return new AndroidBlendModesGM;)
anisotropic.cpp
112
DEF_GM
(return new AnisotropicGM;)
beziers.cpp
94
DEF_GM
( return new BeziersGM; )
bigblurs.cpp
113
DEF_GM
(return new BigBlursGM;)
bigtileimagefilter.cpp
109
DEF_GM
(return new BigTileImageFilterGM;)
bitmapshader.cpp
141
DEF_GM
( return new BitmapShaderGM; )
croppedrects.cpp
107
DEF_GM
( return new CroppedRectsGM(); )
Completed in 687 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>