HomeSort by relevance Sort by last modified time
    Searched refs:MyFactory (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/skia/samplecode/
SampleFontScalerTest.cpp 125 static SkView* MyFactory() { return new FontScalerTestView; }
126 static SkViewRegister reg(MyFactory);
SampleLighting.cpp 97 static SkView* MyFactory() { return new LightingView; }
98 static SkViewRegister reg(MyFactory);
SampleMeasure.cpp 111 static SkView* MyFactory() { return new MeasureView; }
112 static SkViewRegister reg(MyFactory);
SampleShaders.cpp 118 static SkView* MyFactory() { return new ShaderView; }
119 static SkViewRegister reg(MyFactory);
SampleTextBox.cpp 111 static SkView* MyFactory() { return new TextBoxView; }
112 static SkViewRegister reg(MyFactory);
SampleAARectModes.cpp 127 static SkView* MyFactory() { return new AARectsModesView; }
128 static SkViewRegister reg(MyFactory);
SampleAnimatedText.cpp 163 static SkView* MyFactory() { return new AnimatedTextView; }
164 static SkViewRegister reg(MyFactory);
SampleAnimator.cpp 160 static SkView* MyFactory() {
173 static SkViewRegister reg(MyFactory);
SampleColorFilter.cpp 198 static SkView* MyFactory() { return new ColorFilterView; }
199 static SkViewRegister reg(MyFactory);
SampleConcavePaths.cpp 149 static SkView* MyFactory() { return new ConcavePathView; }
150 static SkViewRegister reg(MyFactory);
SampleFontCache.cpp 140 static SkView* MyFactory() { return new FontCacheView; }
141 static SkViewRegister reg(MyFactory);
SampleHT.cpp 183 static SkView* MyFactory() { return new HTView; }
184 static SkViewRegister reg(MyFactory);
SampleHairCurves.cpp 131 static SkView* MyFactory() { return new HairCurvesView; }
132 static SkViewRegister reg(MyFactory);
  /external/skia/gm/
aarectmodes.cpp 174 static GM* MyFactory(void*) { return new AARectModesGM; }
175 static GMRegistry reg(MyFactory);
circles.cpp 204 static GM* MyFactory(void*) { return new CircleGM; }
205 static GMRegistry reg(MyFactory);
coloremoji_blendmodes.cpp 160 static GM* MyFactory(void*) { return new ColorEmojiBlendModesGM; }
161 static GMRegistry reg(MyFactory);
filltypespersp.cpp 128 static GM* MyFactory(void*) { return new FillTypePerspGM; }
129 static GMRegistry reg(MyFactory);
gradientDirtyLaundry.cpp 99 static GM* MyFactory(void*) { return new GradientsGM; }
100 static GMRegistry reg(MyFactory);
gradtext.cpp 159 static GM* MyFactory(void*) { return new GradTextGM; }
163 static GMRegistry reg(MyFactory);
hairmodes.cpp 123 static GM* MyFactory(void*) { return new HairModesGM; }
124 static GMRegistry reg(MyFactory);
modecolorfilters.cpp 156 static GM* MyFactory(void*) { return new ModeColorFilterGM; }
157 static GMRegistry reg(MyFactory);
pathopsinverse.cpp 112 static GM* MyFactory(void*) { return new PathOpsInverseGM; }
113 static GMRegistry reg(MyFactory);
shadertext3.cpp 134 static GM* MyFactory(void*) { return new ShaderText3GM; }
135 static GMRegistry reg(MyFactory);
shadows.cpp 129 static GM* MyFactory(void*) { return new ShadowsGM; }
130 static GMRegistry reg(MyFactory);
xfermodes2.cpp 145 static GM* MyFactory(void*) { return new Xfermodes2GM; }
146 static GMRegistry reg(MyFactory);

Completed in 301 milliseconds

1 23 4 5 6