OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEF_GM
(Results
201 - 225
of
499
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/gm/
bleed.cpp
439
DEF_GM
( return new BleedGM(kUseBitmap_BleedTest); )
440
DEF_GM
( return new BleedGM(kUseImage_BleedTest); )
441
DEF_GM
( return new BleedGM(kUseAlphaBitmap_BleedTest); )
442
DEF_GM
( return new BleedGM(kUseAlphaImage_BleedTest); )
443
DEF_GM
( return new BleedGM(kUseAlphaBitmapShader_BleedTest); )
444
DEF_GM
( return new BleedGM(kUseAlphaImageShader_BleedTest); )
dashing.cpp
611
DEF_GM
(return new DashingGM;)
612
DEF_GM
(return new Dashing2GM;)
613
DEF_GM
(return new Dashing3GM;)
614
DEF_GM
(return new Dashing4GM;)
615
DEF_GM
(return new Dashing5GM(true);)
616
DEF_GM
(return new Dashing5GM(false);)
addarc.cpp
64
DEF_GM
( return new AddArcGM; )
151
DEF_GM
( return new StrokeCircleGM; )
204
DEF_GM
( return new FillCircleGM; )
gm.h
24
#define
DEF_GM
(code) \
52
DEF_GM
(return new skiagm::SimpleGM(BGCOLOR, NAME_STR, {W,H}, SK_MACRO_CONCAT(NAME,_GM));) \
77
DEF_GM
(return new skiagm::SimpleGpuGM(BGCOLOR, SkString(#NAME), {W,H}, \
imagefiltersbase.cpp
216
DEF_GM
( return new ImageFiltersBaseGM; )
296
DEF_GM
( return new ImageFiltersText_IF; )
306
DEF_GM
( return new ImageFiltersText_CF; )
readpixels.cpp
172
DEF_GM
( return new ReadPixelsGM; )
236
DEF_GM
( return new ReadPixelsCodecGM; )
302
DEF_GM
( return new ReadPixelsPictureGM; )
tablecolorfilter.cpp
192
DEF_GM
( return new TableColorFilterGM; )
285
DEF_GM
( return new ComposeColorFilterGM(gColors0, gModes0, "wacky"); )
294
DEF_GM
( return new ComposeColorFilterGM(gColors1, gModes1, "alpha"); )
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
142
DEF_GM
( return new BitmapShaderGM; )
croppedrects.cpp
107
DEF_GM
( return new CroppedRectsGM(); )
encode-platform.cpp
121
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
109
DEF_GM
(return new FontRegenGM())
/external/skqp/gm/
bleed.cpp
439
DEF_GM
( return new BleedGM(kUseBitmap_BleedTest); )
440
DEF_GM
( return new BleedGM(kUseImage_BleedTest); )
441
DEF_GM
( return new BleedGM(kUseAlphaBitmap_BleedTest); )
442
DEF_GM
( return new BleedGM(kUseAlphaImage_BleedTest); )
443
DEF_GM
( return new BleedGM(kUseAlphaBitmapShader_BleedTest); )
444
DEF_GM
( return new BleedGM(kUseAlphaImageShader_BleedTest); )
dashing.cpp
611
DEF_GM
(return new DashingGM;)
612
DEF_GM
(return new Dashing2GM;)
613
DEF_GM
(return new Dashing3GM;)
614
DEF_GM
(return new Dashing4GM;)
615
DEF_GM
(return new Dashing5GM(true);)
616
DEF_GM
(return new Dashing5GM(false);)
addarc.cpp
64
DEF_GM
( return new AddArcGM; )
151
DEF_GM
( return new StrokeCircleGM; )
204
DEF_GM
( return new FillCircleGM; )
imagefiltersbase.cpp
216
DEF_GM
( return new ImageFiltersBaseGM; )
296
DEF_GM
( return new ImageFiltersText_IF; )
306
DEF_GM
( return new ImageFiltersText_CF; )
readpixels.cpp
172
DEF_GM
( return new ReadPixelsGM; )
235
DEF_GM
( return new ReadPixelsCodecGM; )
300
DEF_GM
( return new ReadPixelsPictureGM; )
tablecolorfilter.cpp
192
DEF_GM
( return new TableColorFilterGM; )
285
DEF_GM
( return new ComposeColorFilterGM(gColors0, gModes0, "wacky"); )
294
DEF_GM
( return new ComposeColorFilterGM(gColors1, gModes1, "alpha"); )
Completed in 1232 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>