Searched refs:GM (Results 1 - 25 of 139) sorted by relevance

123456

/external/skia/gm/
H A Dgm.cpp11 SkString GM::gResourcePath;
13 GM::GM() { function in class:GM
18 GM::~GM() {}
20 void GM::draw(SkCanvas* canvas) {
25 void GM::drawContent(SkCanvas* canvas) {
33 void GM::drawBackground(SkCanvas* canvas) {
41 const char* GM::shortName() {
48 void GM
[all...]
H A DcopyTo4444.cpp18 class CopyTo4444GM : public GM {
48 typedef GM INHERITED;
53 static GM* MyFactory(void*) { return new CopyTo4444GM; }
H A Dselftest.cpp17 class SelfTestGM : public skiagm::GM {
54 static skiagm::GM* F1(void*) {
57 static skiagm::GM* F2(void*) {
58 return new SelfTestGM("selftest2", kTranslucentBlue, skiagm::GM::kSkipPipe_Flag);
H A Dgiantbitmap.cpp21 class GiantBitmapGM : public skiagm::GM {
123 typedef GM INHERITED;
128 static skiagm::GM* G000(void*) { return new GiantBitmapGM(SkShader::kClamp_TileMode, false, false); }
129 static skiagm::GM* G100(void*) { return new GiantBitmapGM(SkShader::kRepeat_TileMode, false, false); }
130 static skiagm::GM* G200(void*) { return new GiantBitmapGM(SkShader::kMirror_TileMode, false, false); }
131 static skiagm::GM* G010(void*) { return new GiantBitmapGM(SkShader::kClamp_TileMode, true, false); }
132 static skiagm::GM* G110(void*) { return new GiantBitmapGM(SkShader::kRepeat_TileMode, true, false); }
133 static skiagm::GM* G210(void*) { return new GiantBitmapGM(SkShader::kMirror_TileMode, true, false); }
135 static skiagm::GM* G001(void*) { return new GiantBitmapGM(SkShader::kClamp_TileMode, false, true); }
136 static skiagm::GM* G10
[all...]
H A Dcmykjpeg.cpp18 class CMYKJpegGM : public GM {
69 typedef GM INHERITED;
74 static GM* MyFactory(void*) { return new CMYKJpegGM; }
H A Ddashcubics.cpp18 class DashCubicsGM : public skiagm::GM {
67 typedef GM INHERITED;
72 static skiagm::GM* MyFactory(void*) { return new DashCubicsGM; }
H A Dfactory.cpp22 class FactoryGM : public GM {
63 typedef GM INHERITED;
68 static GM* MyFactory(void*) { return new FactoryGM; }
H A Dimageblur.cpp16 class ImageBlurGM : public GM {
51 typedef GM INHERITED;
56 static GM* MyFactory(void*) { return new ImageBlurGM; }
H A Dlcdtext.cpp18 class LcdTextGM : public GM {
61 typedef GM INHERITED;
67 static GM* MyFactory(void*) { return new LcdTextGM; }
H A Dtinybitmap.cpp34 class TinyBitmapGM : public GM {
59 typedef GM INHERITED;
64 static GM* MyFactory(void*) { return new TinyBitmapGM; }
H A Dimagemagnifier.cpp16 class ImageMagnifierGM : public GM {
25 return this->INHERITED::onGetFlags() | GM::kSkipTiled_Flag;
60 typedef GM INHERITED;
65 static GM* MyFactory(void*) { return new ImageMagnifierGM; }
H A Dgm.h20 static skiagm::GM* SK_MACRO_APPEND_LINE(F_)(void*) { code; } \
31 class GM { class in namespace:skiagm
33 GM();
34 virtual ~GM();
76 // GM's getISize bounds.
110 typedef SkTRegistry<GM*, void*> GMRegistry;
H A Dgradtext.cpp41 class ChromeGradTextGM1 : public GM {
64 typedef GM INHERITED;
69 class ChromeGradTextGM2 : public GM {
93 typedef GM INHERITED;
98 class GradTextGM : public GM {
154 typedef GM INHERITED;
159 static GM* MyFactory(void*) { return new GradTextGM; }
160 static GM* CMyFactory(void*) { return new ChromeGradTextGM1; }
161 static GM* CMyFactory2(void*) { return new ChromeGradTextGM2; }
H A Darcofzorro.cpp13 // This GM draws a lot of arcs in a 'Z' shape. It particularly exercises
16 class ArcOfZorroGM : public GM {
76 typedef GM INHERITED;
H A Dbigtext.cpp17 class BigTextGM : public skiagm::GM {
50 typedef skiagm::GM INHERITED;
H A Dcomposeshader.cpp21 class ShaderGM : public GM {
74 typedef GM INHERITED ;
79 static GM* MyFactory(void*) { return new ShaderGM; }
H A Ddistantclip.cpp16 class DistantClipGM : public GM {
69 typedef GM INHERITED;
74 static GM* MyFactory(void*) { return new DistantClipGM; }
H A Dinternal_links.cpp20 class InternalLinksGM : public GM {
69 typedef GM INHERITED;
74 static GM* MyFactory(void*) { return SkNEW(InternalLinksGM); }
H A Dnocolorbleed.cpp12 class NoColorBleedGM : public GM {
70 typedef GM INHERITED;
75 static GM* MyFactory(void*) { return new NoColorBleedGM; }
H A Dpathopsskpclip.cpp20 class PathOpsSkpClipGM : public GM {
65 typedef GM INHERITED;
70 static GM* MyFactory(void*) { return new PathOpsSkpClipGM; }
H A Dpoints.cpp13 class PointsGM : public GM {
65 typedef GM INHERITED;
70 static GM* MyFactory(void*) { return new PointsGM; }
H A Dbitmaprect.cpp32 class DrawBitmapRect2 : public skiagm::GM {
87 typedef skiagm::GM INHERITED;
114 // This GM attempts to make visible any issues drawBitmapRectToRect may have
121 class DrawBitmapRect3 : public skiagm::GM {
150 typedef skiagm::GM INHERITED;
176 // This GM attempts to reveal any issues we may have when the GPU has to
180 class DrawBitmapRect4 : public skiagm::GM {
230 typedef skiagm::GM INHERITED;
235 static skiagm::GM* MyFactory0(void*) { return new DrawBitmapRect2(false); }
236 static skiagm::GM* MyFactory
[all...]
H A Dbicubicfilter.cpp14 class BicubicGM : public GM {
74 typedef GM INHERITED;
81 static GM* MyFactory(void*) { return new BicubicGM; }
H A Ddrawlooper.cpp18 class DrawLooperGM : public skiagm::GM {
95 typedef GM INHERITED;
100 static skiagm::GM* MyFactory(void*) { return new DrawLooperGM; }
H A Dfilltypes.cpp12 class FillTypeGM : public GM {
87 typedef GM INHERITED;
92 static GM* MyFactory(void*) { return new FillTypeGM; }

Completed in 633 milliseconds

123456