OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEF_GM
(Results
376 - 400
of
499
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/external/skia/gm/
yuvtorgbeffect.cpp
139
DEF_GM
(return new YUVtoRGBEffect;)
251
DEF_GM
(return new YUVNV12toRGBEffect;)
strokes.cpp
513
DEF_GM
( return new StrokesGM; )
514
DEF_GM
( return new Strokes2GM; )
515
DEF_GM
( return new Strokes3GM; )
516
DEF_GM
( return new Strokes4GM; )
517
DEF_GM
( return new Strokes5GM; )
519
DEF_GM
( return new ZeroLenStrokesGM; )
520
DEF_GM
( return new TeenyStrokesGM; )
[
all
...]
compositor_quads.cpp
[
all
...]
convex_all_line_paths.cpp
406
DEF_GM
(return new ConvexLineOnlyPathsGM(false);)
407
DEF_GM
(return new ConvexLineOnlyPathsGM(true);)
drawimageset.cpp
254
DEF_GM
(return new DrawImageSetGM();)
255
DEF_GM
(return new DrawImageSetRectToRectGM();)
lattice.cpp
204
DEF_GM
( return new LatticeGM; )
338
DEF_GM
( return new LatticeGM2; )
savelayer.cpp
84
DEF_GM
(return new UnclippedSaveLayerGM(UnclippedSaveLayerGM::Mode::kClipped);)
85
DEF_GM
(return new UnclippedSaveLayerGM(UnclippedSaveLayerGM::Mode::kUnclipped);)
typeface.cpp
143
DEF_GM
( return new TypefaceStylesGM(false); )
144
DEF_GM
( return new TypefaceStylesGM(true); )
3dgm.cpp
212
DEF_GM
(return new GM3d;)
aaclip.cpp
282
DEF_GM
(return new ClipCubicGM;)
aaxfermodes.cpp
274
DEF_GM
( return new AAXfermodesGM; )
arithmode.cpp
166
DEF_GM
( return new ArithmodeGM; )
atlastext.cpp
173
DEF_GM
(return new AtlasTextGM;)
blurrect.cpp
234
DEF_GM
(return new BlurRectGM("blurrects", 0xFF);)
/external/skqp/gm/
dashcircle.cpp
110
DEF_GM
(return new DashCircleGM; )
227
DEF_GM
(return new DashCircle2GM;)
pictureshader.cpp
189
DEF_GM
(return new PictureShaderGM(50, 100);)
190
DEF_GM
(return new PictureShaderGM(50, 100, true);)
quadpaths.cpp
279
DEF_GM
( return new QuadPathGM; )
281
DEF_GM
( return new QuadClosePathGM; )
windowrectangles.cpp
102
DEF_GM
( return new WindowRectanglesGM(); )
282
DEF_GM
( return new WindowRectanglesMaskGM(); )
yuvtorgbeffect.cpp
147
DEF_GM
(return new YUVtoRGBEffect;)
267
DEF_GM
(return new YUVNV12toRGBEffect;)
strokes.cpp
513
DEF_GM
( return new StrokesGM; )
514
DEF_GM
( return new Strokes2GM; )
515
DEF_GM
( return new Strokes3GM; )
516
DEF_GM
( return new Strokes4GM; )
517
DEF_GM
( return new Strokes5GM; )
519
DEF_GM
( return new ZeroLenStrokesGM; )
520
DEF_GM
( return new TeenyStrokesGM; )
[
all
...]
convex_all_line_paths.cpp
406
DEF_GM
(return new ConvexLineOnlyPathsGM(false);)
407
DEF_GM
(return new ConvexLineOnlyPathsGM(true);)
drawimageset.cpp
254
DEF_GM
(return new DrawImageSetGM();)
255
DEF_GM
(return new DrawImageSetRectToRectGM();)
lattice.cpp
204
DEF_GM
( return new LatticeGM; )
338
DEF_GM
( return new LatticeGM2; )
savelayer.cpp
84
DEF_GM
(return new UnclippedSaveLayerGM(UnclippedSaveLayerGM::Mode::kClipped);)
85
DEF_GM
(return new UnclippedSaveLayerGM(UnclippedSaveLayerGM::Mode::kUnclipped);)
typeface.cpp
144
DEF_GM
( return new TypefaceStylesGM(false); )
145
DEF_GM
( return new TypefaceStylesGM(true); )
Completed in 271 milliseconds
<<
11
12
13
14
15
16
17
18
19
20