OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEF_GM
(Results
101 - 125
of
499
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skqp/gm/
discard.cpp
85
DEF_GM
(return new DiscardGM;)
distantclip.cpp
70
DEF_GM
( return new DistantClipGM; )
drrect.cpp
70
DEF_GM
( return new DRRectGM; )
fontscaler.cpp
79
DEF_GM
( return new FontScalerGM; )
imageblurtiled.cpp
70
DEF_GM
(return new ImageBlurTiledGM(3.0f, 3.0f);)
internal_links.cpp
73
DEF_GM
( return new InternalLinksGM; )
overdrawcolorfilter.cpp
68
DEF_GM
(return new OverdrawColorFilter;)
points.cpp
70
DEF_GM
( return new PointsGM; )
scaledemoji_rendering.cpp
74
DEF_GM
(return new ScaledEmojiRenderingGM;)
shapes.cpp
157
DEF_GM
( return new SimpleShapesGM(true); )
158
DEF_GM
( return new SimpleShapesGM(false); )
159
DEF_GM
( return new InnerShapesGM(true); )
160
DEF_GM
( return new InnerShapesGM(false); )
simplerect.cpp
56
DEF_GM
(return new SimpleRectGM;)
testgradient.cpp
71
DEF_GM
( return new TestGradientGM; )
textblobblockreordering.cpp
89
DEF_GM
(return new TextBlobBlockReordering;)
textblobgeometrychange.cpp
71
DEF_GM
(return new TextBlobGeometryChange;)
thinstrokedrects.cpp
76
DEF_GM
(return new ThinStrokedRectsGM;)
tiledscaledbitmap.cpp
78
DEF_GM
(return new TiledScaledBitmapGM;)
variedtext.cpp
158
DEF_GM
(return new VariedTextGM(false, false);)
159
DEF_GM
(return new VariedTextGM(true, false);)
160
DEF_GM
(return new VariedTextGM(false, true);)
161
DEF_GM
(return new VariedTextGM(true, true);)
/external/skia/gm/
animatedGif.cpp
169
DEF_GM
(return new AnimatedGifGM);
227
DEF_GM
(return new AnimCodecPlayerGM);
bitmapfilters.cpp
105
DEF_GM
( return new FilterGM; )
152
DEF_GM
( return new TestExtractAlphaGM; )
drawminibitmaprect.cpp
139
DEF_GM
( return new DrawMiniBitmapRectGM(true); )
140
DEF_GM
( return new DrawMiniBitmapRectGM(false); )
gammatext.cpp
85
DEF_GM
( return new GammaTextGM; )
152
DEF_GM
( return new GammaShaderTextGM; )
gradtext.cpp
100
DEF_GM
( return new ChromeGradTextGM1; )
101
DEF_GM
( return new ChromeGradTextGM2; )
matrixconvolution.cpp
121
DEF_GM
(return new MatrixConvolutionGM(0xFFFFFFFF, 0x40404040, "");)
122
DEF_GM
(return new MatrixConvolutionGM(0xFFFF0000, 0xFF00FF00, "_color");)
stringart.cpp
85
DEF_GM
( return new StringArtGM; )
155
DEF_GM
( return new SkottieGM; )
textblobmixedsizes.cpp
181
DEF_GM
( return new TextBlobMixedSizes(false); )
182
DEF_GM
( return new TextBlobMixedSizes(true); )
Completed in 918 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>