OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEF_GM
(Results
126 - 150
of
499
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/gm/
verylargebitmap.cpp
122
DEF_GM
( return new VeryLargeBitmapGM(make_raster_image, "bitmap"); )
123
DEF_GM
( return new VeryLargeBitmapGM(make_picture_image, "_picture_image"); )
alphagradients.cpp
78
DEF_GM
(return new AlphaGradientsGM;)
bitmapimage.cpp
77
DEF_GM
( return new BitmapImageGM; )
bitmappremul.cpp
109
DEF_GM
( return new BitmapPremulGM; )
blurquickreject.cpp
82
DEF_GM
( return new BlurQuickRejectGM(); )
bmpfilterqualityrepeat.cpp
93
DEF_GM
(return new BmpFilterQualityRepeat;)
circularclips.cpp
95
DEF_GM
( return new CircularClipsGM; )
clip_error.cpp
76
DEF_GM
(return new ClipErrorGM;)
colorfilters.cpp
86
DEF_GM
(return new ColorFiltersGM;)
drawbitmaprect.cpp
237
DEF_GM
( return new DrawBitmapRectGM(bitmapproc , nullptr); )
238
DEF_GM
( return new DrawBitmapRectGM(bitmapsubsetproc, "-subset"); )
239
DEF_GM
( return new DrawBitmapRectGM(imageproc , "-imagerect"); )
240
DEF_GM
( return new DrawBitmapRectGM(imagesubsetproc , "-imagerect-subset"); )
drawlooper.cpp
93
DEF_GM
( return new DrawLooperGM; )
drawregionmodes.cpp
80
DEF_GM
( return new DrawRegionModesGM; )
emboss.cpp
81
DEF_GM
(return new EmbossGM;)
encode.cpp
51
DEF_GM
( return new EncodeGM; )
extractbitmap.cpp
81
DEF_GM
( return new ExtractBitmapGM; )
/external/skqp/gm/
bitmapfilters.cpp
105
DEF_GM
( return new FilterGM; )
153
DEF_GM
( return new TestExtractAlphaGM; )
drawminibitmaprect.cpp
139
DEF_GM
( return new DrawMiniBitmapRectGM(true); )
140
DEF_GM
( return new DrawMiniBitmapRectGM(false); )
fontcache.cpp
140
DEF_GM
(return new FontCacheGM(GrContextOptions::Enable::kNo))
141
DEF_GM
(return new FontCacheGM(GrContextOptions::Enable::kYes))
gammatext.cpp
87
DEF_GM
( return new GammaTextGM; )
154
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");)
scaledemoji.cpp
147
DEF_GM
(return new ScaledEmojiGM;)
148
DEF_GM
(return new ScaledEmojiPosGM;)
stringart.cpp
85
DEF_GM
( return new StringArtGM; )
155
DEF_GM
( return new SkottieGM; )
textblobmixedsizes.cpp
182
DEF_GM
( return new TextBlobMixedSizes(false); )
183
DEF_GM
( return new TextBlobMixedSizes(true); )
verylargebitmap.cpp
122
DEF_GM
( return new VeryLargeBitmapGM(make_raster_image, "bitmap"); )
123
DEF_GM
( return new VeryLargeBitmapGM(make_picture_image, "_picture_image"); )
Completed in 403 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>