OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEF_GM
(Results
251 - 275
of
499
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/external/skqp/gm/
encode-platform.cpp
116
DEF_GM
( return new EncodePlatformGM; )
filterbug.cpp
102
DEF_GM
(return new FilterBugGM;)
filterindiabox.cpp
114
DEF_GM
( return new FilterIndiaBoxGM("images/box.gif"); )
fontregen.cpp
118
DEF_GM
(return new FontRegenGM())
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; )
nonclosedpaths.cpp
144
DEF_GM
(return new NonClosedPathsGM;)
pathinterior.cpp
114
DEF_GM
( return new PathInteriorGM; )
pathopsinverse.cpp
112
DEF_GM
( return new PathOpsInverseGM; )
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/skia/gm/
blurroundrect.cpp
172
//
DEF_GM
(return new BlurRoundRectGM(600, 5514, 6);)
176
DEF_GM
(return new BlurRoundRectGM(100, 100);)
178
DEF_GM
(return new SimpleBlurRoundRectGM();)
emptypath.cpp
116
DEF_GM
( return new EmptyPathGM; )
195
DEF_GM
( return new EmptyStrokeGM; )
offsetimagefilter.cpp
96
DEF_GM
( return new OffsetImageFilterGM; )
204
DEF_GM
( return new SimpleOffsetImageFilterGM; )
patheffects.cpp
163
DEF_GM
( return new PathEffectGM; )
225
DEF_GM
(return new ComboPathEfectsGM;)
perlinnoise.cpp
189
DEF_GM
( return new PerlinNoiseGM; )
190
DEF_GM
( return new PerlinNoiseGM2; )
perspshaders.cpp
171
DEF_GM
(return new PerspShadersGM(true);)
172
DEF_GM
(return new PerspShadersGM(false);)
surface.cpp
99
DEF_GM
( return new SurfacePropsGM )
146
DEF_GM
( return new NewSurfaceGM )
Completed in 481 milliseconds
<<
11
12
13
14
15
16
17
18
19
20