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

1 23 4 5 6

  /external/skia/samplecode/
SampleFillType.cpp 94 static SkView* MyFactory() { return new FillTypeView; }
95 static SkViewRegister reg(MyFactory);
SampleFilter2.cpp 119 static SkView* MyFactory() { return new Filter2View; }
120 static SkViewRegister reg(MyFactory);
SampleFontScalerTest.cpp 139 static SkView* MyFactory() { return new FontScalerTestView; }
140 static SkViewRegister reg(MyFactory);
SampleLighting.cpp 105 static SkView* MyFactory() { return new LightingView; }
106 static SkViewRegister reg(MyFactory);
SampleMeasure.cpp 112 static SkView* MyFactory() { return new MeasureView; }
113 static SkViewRegister reg(MyFactory);
SampleTextBox.cpp 114 static SkView* MyFactory() { return new TextBoxView; }
115 static SkViewRegister reg(MyFactory);
SampleTextureDomain.cpp 109 static SkView* MyFactory() { return new TextureDomainView; }
110 static SkViewRegister reg(MyFactory);
SampleAARectModes.cpp 136 static SkView* MyFactory() { return new AARectsModesView; }
137 static SkViewRegister reg(MyFactory);
SampleAnimatedText.cpp 164 static SkView* MyFactory() { return new AnimatedTextView; }
165 static SkViewRegister reg(MyFactory);
SampleAnimator.cpp 159 static SkView* MyFactory() {
172 static SkViewRegister reg(MyFactory);
  /external/skia/gm/
aarectmodes.cpp 185 static GM* MyFactory(void*) { return new AARectModesGM; }
186 static GMRegistry reg(MyFactory);
bitmapcopy.cpp 123 static GM* MyFactory(void*) { return new BitmapCopyGM; }
124 static GMRegistry reg(MyFactory);
colorcube.cpp 139 static GM* MyFactory(void*) { return new ColorCubeGM; }
140 static GMRegistry reg(MyFactory);
colortypexfermode.cpp 168 static GM* MyFactory(void*) { return new ColorTypeXfermodeGM; }
169 static GMRegistry reg(MyFactory);
dstreadshuffle.cpp 194 static GM* MyFactory(void*) { return new DstReadShuffle; }
195 static GMRegistry reg(MyFactory);
filltypespersp.cpp 130 static GM* MyFactory(void*) { return new FillTypePerspGM; }
131 static GMRegistry reg(MyFactory);
gradientDirtyLaundry.cpp 105 static GM* MyFactory(void*) { return new GradientsGM; }
106 static GMRegistry reg(MyFactory);
gradtext.cpp 161 static GM* MyFactory(void*) { return new GradTextGM; }
165 static GMRegistry reg(MyFactory);
hairmodes.cpp 130 static GM* MyFactory(void*) { return new HairModesGM; }
131 static GMRegistry reg(MyFactory);
modecolorfilters.cpp 162 static GM* MyFactory(void*) { return new ModeColorFilterGM; }
163 static GMRegistry reg(MyFactory);
pathopsinverse.cpp 111 static GM* MyFactory(void*) { return new PathOpsInverseGM; }
112 static GMRegistry reg(MyFactory);
resizeimagefilter.cpp 119 static GM* MyFactory(void*) { return new ResizeGM; }
120 static GMRegistry reg(MyFactory);
shadertext3.cpp 137 static GM* MyFactory(void*) { return new ShaderText3GM; }
138 static GMRegistry reg(MyFactory);
shadows.cpp 149 static GM* MyFactory(void*) { return new ShadowsGM; }
150 static GMRegistry reg(MyFactory);
xfermodes2.cpp 151 static GM* MyFactory(void*) { return new Xfermodes2GM; }
152 static GMRegistry reg(MyFactory);

Completed in 1172 milliseconds

1 23 4 5 6