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

1 2 3 4 5 6

  /external/skia/gm/
gm.cpp 8 #include "gm.h"
11 SkString GM::gResourcePath;
13 GM::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()
    [all...]
copyTo4444.cpp 8 #include "gm.h"
18 class CopyTo4444GM : public GM {
48 typedef GM INHERITED;
53 static GM* MyFactory(void*) { return new CopyTo4444GM; }
selftest.cpp 10 * output images across platforms for gm/tests/run.sh
13 #include "gm.h"
17 class SelfTestGM : public skiagm::GM {
50 // ('gm generating spurious pixel_error messages as of r7258')
54 static skiagm::GM* F1(void*) {
57 static skiagm::GM* F2(void*) {
58 return new SelfTestGM("selftest2", kTranslucentBlue, skiagm::GM::kSkipPipe_Flag);
giantbitmap.cpp 8 #include "gm.h"
21 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);
    [all...]
gm.h 20 static skiagm::GM* SK_MACRO_APPEND_LINE(F_)(void*) { code; } \
31 class GM {
33 GM();
34 virtual ~GM();
76 // GM's getISize bounds.
110 typedef SkTRegistry<GM*, void*> GMRegistry;
cmykjpeg.cpp 8 #include "gm.h"
18 class CMYKJpegGM : public GM {
69 typedef GM INHERITED;
74 static GM* MyFactory(void*) { return new CMYKJpegGM; }
dashcubics.cpp 8 #include "gm.h"
18 class DashCubicsGM : public skiagm::GM {
67 typedef GM INHERITED;
72 static skiagm::GM* MyFactory(void*) { return new DashCubicsGM; }
factory.cpp 8 #include "gm.h"
22 class FactoryGM : public GM {
63 typedef GM INHERITED;
68 static GM* MyFactory(void*) { return new FactoryGM; }
imageblur.cpp 8 #include "gm.h"
16 class ImageBlurGM : public GM {
51 typedef GM INHERITED;
56 static GM* MyFactory(void*) { return new ImageBlurGM; }
lcdtext.cpp 13 #include "gm.h"
18 class LcdTextGM : public GM {
61 typedef GM INHERITED;
67 static GM* MyFactory(void*) { return new LcdTextGM; }
tinybitmap.cpp 8 #include "gm.h"
34 class TinyBitmapGM : public GM {
59 typedef GM INHERITED;
64 static GM* MyFactory(void*) { return new TinyBitmapGM; }
imagemagnifier.cpp 8 #include "gm.h"
16 class ImageMagnifierGM : public GM {
25 return this->INHERITED::onGetFlags() | GM::kSkipTiled_Flag;
60 typedef GM INHERITED;
65 static GM* MyFactory(void*) { return new ImageMagnifierGM; }
gradtext.cpp 8 #include "gm.h"
41 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;
    [all...]
arcofzorro.cpp 8 #include "gm.h"
13 // This GM draws a lot of arcs in a 'Z' shape. It particularly exercises
16 class ArcOfZorroGM : public GM {
76 typedef GM INHERITED;
bigtext.cpp 8 #include "gm.h"
17 class BigTextGM : public skiagm::GM {
50 typedef skiagm::GM INHERITED;
composeshader.cpp 9 #include "gm.h"
21 class ShaderGM : public GM {
74 typedef GM INHERITED ;
79 static GM* MyFactory(void*) { return new ShaderGM; }
distantclip.cpp 10 #include "gm.h"
16 class DistantClipGM : public GM {
69 typedef GM INHERITED;
74 static GM* MyFactory(void*) { return new DistantClipGM; }
internal_links.cpp 8 #include "gm.h"
20 class InternalLinksGM : public GM {
69 typedef GM INHERITED;
74 static GM* MyFactory(void*) { return SkNEW(InternalLinksGM); }
nocolorbleed.cpp 8 #include "gm.h"
12 class NoColorBleedGM : public GM {
70 typedef GM INHERITED;
75 static GM* MyFactory(void*) { return new NoColorBleedGM; }
pathopsskpclip.cpp 8 #include "gm.h"
20 class PathOpsSkpClipGM : public GM {
65 typedef GM INHERITED;
70 static GM* MyFactory(void*) { return new PathOpsSkpClipGM; }
points.cpp 8 #include "gm.h"
13 class PointsGM : public GM {
65 typedef GM INHERITED;
70 static GM* MyFactory(void*) { return new PointsGM; }
bitmaprect.cpp 8 #include "gm.h"
32 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);
    [all...]
bicubicfilter.cpp 8 #include "gm.h"
14 class BicubicGM : public GM {
74 typedef GM INHERITED;
81 static GM* MyFactory(void*) { return new BicubicGM; }
drawlooper.cpp 8 #include "gm.h"
18 class DrawLooperGM : public skiagm::GM {
95 typedef GM INHERITED;
100 static skiagm::GM* MyFactory(void*) { return new DrawLooperGM; }
filltypes.cpp 8 #include "gm.h"
12 class FillTypeGM : public GM {
87 typedef GM INHERITED;
92 static GM* MyFactory(void*) { return new FillTypeGM; }

Completed in 87 milliseconds

1 2 3 4 5 6