OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyFactory
(Results
26 - 50
of
85
) sorted by null
1
2
3
4
/external/skia/gm/
deviceproperties.cpp
110
static GM*
MyFactory
(void*) { return new DevicePropertiesGM; }
111
static GMRegistry reg(
MyFactory
);
drawlooper.cpp
101
static skiagm::GM*
MyFactory
(void*) { return new DrawLooperGM; }
102
static skiagm::GMRegistry reg(
MyFactory
);
emptypath.cpp
130
static GM*
MyFactory
(void*) { return new EmptyPathGM; }
131
static GMRegistry reg(
MyFactory
);
extractbitmap.cpp
101
static GM*
MyFactory
(void*) { return new ExtractBitmapGM; }
102
static GMRegistry reg(
MyFactory
);
ninepatchstretch.cpp
114
static GM*
MyFactory
(void*) { return new NinePatchStretchGM; }
115
static GMRegistry reg(
MyFactory
);
pathinterior.cpp
112
static skiagm::GM*
MyFactory
(void*) { return new PathInteriorGM; }
113
static skiagm::GMRegistry reg(
MyFactory
);
pathreverse.cpp
116
static GM*
MyFactory
(void*) { return new PathReverseGM; }
117
static GMRegistry reg(
MyFactory
);
perlinnoise.cpp
90
static GM*
MyFactory
(void*) { return new PerlinNoiseGM; }
91
static GMRegistry reg(
MyFactory
);
samplerstress.cpp
157
static GM*
MyFactory
(void*) { return new SamplerStressGM; }
158
static GMRegistry reg(
MyFactory
);
shaderbounds.cpp
101
static GM*
MyFactory
(void*) {
104
static GMRegistry reg(
MyFactory
);
shadows.cpp
124
static GM*
MyFactory
(void*) { return new ShadowsGM; }
125
static GMRegistry reg(
MyFactory
);
strokefill.cpp
88
static GM*
MyFactory
(void*) { return new StrokeFillGM; }
89
static GMRegistry reg(
MyFactory
);
thinrects.cpp
120
static GM*
MyFactory
(void*) { return new ThinRectsGM; }
121
static GMRegistry reg(
MyFactory
);
verylargebitmap.cpp
125
static skiagm::GM*
MyFactory
(void*) { return new VeryLargeBitmapGM; }
126
static skiagm::GMRegistry reg(
MyFactory
);
aarectmodes.cpp
186
static GM*
MyFactory
(void*) { return new AARectModesGM; }
187
static GMRegistry reg(
MyFactory
);
arithmode.cpp
132
static skiagm::GM*
MyFactory
(void*) { return new ArithmodeGM; }
133
static skiagm::GMRegistry reg(
MyFactory
);
bitmapcopy.cpp
127
static GM*
MyFactory
(void*) { return new BitmapCopyGM; }
128
static GMRegistry reg(
MyFactory
);
bitmapfilters.cpp
129
static GM*
MyFactory
(void*) { return new FilterGM; }
130
static GMRegistry reg(
MyFactory
);
bitmapmatrix.cpp
129
static GM*
MyFactory
(void*) { return new DrawBitmapMatrixGM; }
130
static GMRegistry reg(
MyFactory
);
circles.cpp
204
static GM*
MyFactory
(void*) { return new CircleGM; }
205
static GMRegistry reg(
MyFactory
);
colorfilterimagefilter.cpp
131
static skiagm::GM*
MyFactory
(void*) { return new ColorFilterImageFilterGM; }
132
static skiagm::GMRegistry reg(
MyFactory
);
colormatrix.cpp
174
static GM*
MyFactory
(void*) { return new ColorMatrixGM; }
175
static GMRegistry reg(
MyFactory
);
filltypespersp.cpp
130
static GM*
MyFactory
(void*) { return new FillTypePerspGM; }
131
static GMRegistry reg(
MyFactory
);
gradientDirtyLaundry.cpp
110
static GM*
MyFactory
(void*) { return new GradientsGM; }
111
static GMRegistry reg(
MyFactory
);
gradtext.cpp
159
static GM*
MyFactory
(void*) { return new GradTextGM; }
163
static GMRegistry reg(
MyFactory
);
Completed in 106 milliseconds
1
2
3
4