HomeSort by relevance Sort by last modified time
    Searched refs:MyFactory (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/skia/gm/
copyTo4444.cpp 53 static GM* MyFactory(void*) { return new CopyTo4444GM; }
54 static GMRegistry reg(MyFactory);
cmykjpeg.cpp 74 static GM* MyFactory(void*) { return new CMYKJpegGM; }
75 static GMRegistry reg(MyFactory);
dashcubics.cpp 72 static skiagm::GM* MyFactory(void*) { return new DashCubicsGM; }
73 static skiagm::GMRegistry reg(MyFactory);
factory.cpp 68 static GM* MyFactory(void*) { return new FactoryGM; }
69 static GMRegistry reg(MyFactory);
imageblur.cpp 56 static GM* MyFactory(void*) { return new ImageBlurGM; }
57 static GMRegistry reg(MyFactory);
lcdtext.cpp 67 static GM* MyFactory(void*) { return new LcdTextGM; }
68 static GMRegistry reg(MyFactory);
tinybitmap.cpp 64 static GM* MyFactory(void*) { return new TinyBitmapGM; }
65 static GMRegistry reg(MyFactory);
composeshader.cpp 79 static GM* MyFactory(void*) { return new ShaderGM; }
80 static GMRegistry reg(MyFactory);
distantclip.cpp 74 static GM* MyFactory(void*) { return new DistantClipGM; }
75 static GMRegistry reg(MyFactory);
imagemagnifier.cpp 65 static GM* MyFactory(void*) { return new ImageMagnifierGM; }
66 static GMRegistry reg(MyFactory);
internal_links.cpp 74 static GM* MyFactory(void*) { return SkNEW(InternalLinksGM); }
75 static GMRegistry reg(MyFactory);
nocolorbleed.cpp 75 static GM* MyFactory(void*) { return new NoColorBleedGM; }
76 static GMRegistry reg(MyFactory);
pathopsskpclip.cpp 70 static GM* MyFactory(void*) { return new PathOpsSkpClipGM; }
71 static GMRegistry reg(MyFactory);
points.cpp 70 static GM* MyFactory(void*) { return new PointsGM; }
71 static GMRegistry reg(MyFactory);
bicubicfilter.cpp 81 static GM* MyFactory(void*) { return new BicubicGM; }
82 static GMRegistry reg(MyFactory);
drawlooper.cpp 100 static skiagm::GM* MyFactory(void*) { return new DrawLooperGM; }
101 static skiagm::GMRegistry reg(MyFactory);
filltypes.cpp 92 static GM* MyFactory(void*) { return new FillTypeGM; }
93 static GMRegistry reg(MyFactory);
fontscaler.cpp 97 static GM* MyFactory(void*) { return new FontScalerGM; }
98 static GMRegistry reg(MyFactory);
hittestpath.cpp 74 static skiagm::GM* MyFactory(void*) { return new HitTestPathGM; }
75 static skiagm::GMRegistry reg(MyFactory);
imagefiltersgraph.cpp 94 static skiagm::GM* MyFactory(void*) { return new ImageFiltersGraphGM; }
95 static skiagm::GMRegistry reg(MyFactory);
morphology.cpp 95 static GM* MyFactory(void*) { return new MorphologyGM; }
96 static GMRegistry reg(MyFactory);
strokerects.cpp 80 static GM* MyFactory(void*) { return new StrokeRectGM; }
81 static GMRegistry reg(MyFactory);
verttext.cpp 117 static GM* MyFactory(void*) { return new VertTextGM; }
118 static GMRegistry reg(MyFactory);
verttext2.cpp 95 static GM* MyFactory(void*) { return new VertText2GM; }
96 static GMRegistry reg(MyFactory);
verylargebitmap.cpp 87 static skiagm::GM* MyFactory(void*) { return new VeryLargeBitmapGM; }
88 static skiagm::GMRegistry reg(MyFactory);

Completed in 209 milliseconds

1 2 3 4