OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEF_GM
(Results
276 - 300
of
499
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/external/skia/gm/
vertices.cpp
192
DEF_GM
(return new VerticesGM(1);)
193
DEF_GM
(return new VerticesGM(1 / kShaderSize);)
composeshader.cpp
67
DEF_GM
( return new ComposeShaderGM; )
114
DEF_GM
( return new ComposeShaderAlphaGM; )
225
DEF_GM
( return new ComposeShaderBitmapGM; )
animatedimageblurs.cpp
139
DEF_GM
(return new AnimatedImageBlurs;)
bitmapcopy.cpp
134
DEF_GM
( return new BitmapCopyGM; )
blurcircles2.cpp
163
DEF_GM
(return new BlurCircles2GM();)
circles.cpp
203
DEF_GM
( return new CircleGM; )
coloremoji_blendmodes.cpp
172
DEF_GM
( return new ColorEmojiBlendModesGM; )
colormatrix.cpp
147
DEF_GM
( return new ColorMatrixGM; )
constcolorprocessor.cpp
172
DEF_GM
(return new ConstColorProcessor;)
cubicpaths.cpp
427
DEF_GM
( return new CubicPathGM; )
428
DEF_GM
( return new CubicClosePathGM; )
429
DEF_GM
( return new ClippedCubicGM; )
430
DEF_GM
( return new ClippedCubic2GM; )
dashcubics.cpp
168
DEF_GM
(return new TrimGM;)
dftext_blob_persp.cpp
136
DEF_GM
(return new DFTextBlobPerspGM;)
encode-alpha-jpeg.cpp
100
DEF_GM
( return new EncodeJpegAlphaOptsGM; )
filltypespersp.cpp
128
DEF_GM
( return new FillTypePerspGM; )
gradientDirtyLaundry.cpp
98
DEF_GM
( return new GradientsGM; )
/external/skqp/gm/
animatedGif.cpp
182
DEF_GM
(return new AnimatedGifGM);
240
DEF_GM
(return new AnimCodecPlayerGM);
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 )
vertices.cpp
192
DEF_GM
(return new VerticesGM(1);)
193
DEF_GM
(return new VerticesGM(1 / kShaderSize);)
composeshader.cpp
67
DEF_GM
( return new ComposeShaderGM; )
114
DEF_GM
( return new ComposeShaderAlphaGM; )
225
DEF_GM
( return new ComposeShaderBitmapGM; )
Completed in 340 milliseconds
<<
11
12
13
14
15
16
17
18
19
20