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

1 2 3 4 5 6

  /external/skia/gm/
selftest.cpp 17 class SelfTestGM : public skiagm::GM {
29 SkISize onISize() { return skiagm::make_isize(kWidth, kHeight); }
54 static skiagm::GM* F1(void*) {
57 static skiagm::GM* F2(void*) {
58 return new SelfTestGM("selftest2", kTranslucentBlue, skiagm::GM::kSkipPipe_Flag);
61 static skiagm::GMRegistry gR1(F1);
62 static skiagm::GMRegistry gR2(F2);
giantbitmap.cpp 21 class GiantBitmapGM : public skiagm::GM {
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* G101(void*) { return new GiantBitmapGM(SkShader::kRepeat_TileMode, false, true); }
137 static skiagm::GM* G201(void*) { return new GiantBitmapGM(SkShader::kMirror_TileMode, false, true);
    [all...]
dashcubics.cpp 18 class DashCubicsGM : public skiagm::GM {
72 static skiagm::GM* MyFactory(void*) { return new DashCubicsGM; }
73 static skiagm::GMRegistry reg(MyFactory);
bitmaprect.cpp 32 class DrawBitmapRect2 : public skiagm::GM {
87 typedef skiagm::GM INHERITED;
121 class DrawBitmapRect3 : public skiagm::GM {
150 typedef skiagm::GM INHERITED;
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* MyFactory1(void*) { return new DrawBitmapRect2(true); }
238 static skiagm::GM* MyFactory2(void*) { return new DrawBitmapRect3(); }
241 static skiagm::GM* MyFactory3(void*) { return new DrawBitmapRect4(false);
    [all...]
bigtext.cpp 17 class BigTextGM : public skiagm::GM {
50 typedef skiagm::GM INHERITED;
getpostextpath.cpp 14 class GetPosTextPathGM : public skiagm::GM {
23 SkISize onISize() { return skiagm::make_isize(480, 780); }
72 static skiagm::GM* F(void*) { return new GetPosTextPathGM; }
73 static skiagm::GMRegistry gR(F);
verylargebitmap.cpp 49 class VeryLargeBitmapGM : public skiagm::GM {
80 typedef skiagm::GM INHERITED;
87 static skiagm::GM* MyFactory(void*) { return new VeryLargeBitmapGM; }
88 static skiagm::GMRegistry reg(MyFactory);
gm.h 20 static skiagm::GM* SK_MACRO_APPEND_LINE(F_)(void*) { code; } \
21 static skiagm::GMRegistry SK_MACRO_APPEND_LINE(R_)(SK_MACRO_APPEND_LINE(F_));
23 namespace skiagm { namespace
dashing.cpp 35 class DashingGM : public skiagm::GM {
44 SkISize onISize() { return skiagm::make_isize(640, 300); }
117 class Dashing2GM : public skiagm::GM {
126 SkISize onISize() { return skiagm::make_isize(640, 480); }
175 class Dashing3GM : public skiagm::GM {
184 SkISize onISize() { return skiagm::make_isize(640, 480); }
304 static skiagm::GM* F0(void*) { return new DashingGM; }
305 static skiagm::GM* F1(void*) { return new Dashing2GM; }
306 static skiagm::GM* F2(void*) { return new Dashing3GM; }
308 static skiagm::GMRegistry gR0(F0)
    [all...]
drawlooper.cpp 18 class DrawLooperGM : public skiagm::GM {
100 static skiagm::GM* MyFactory(void*) { return new DrawLooperGM; }
101 static skiagm::GMRegistry reg(MyFactory);
hittestpath.cpp 32 class HitTestPathGM : public skiagm::GM {
74 static skiagm::GM* MyFactory(void*) { return new HitTestPathGM; }
75 static skiagm::GMRegistry reg(MyFactory);
imagefiltersgraph.cpp 23 class ImageFiltersGraphGM : public skiagm::GM {
94 static skiagm::GM* MyFactory(void*) { return new ImageFiltersGraphGM; }
95 static skiagm::GMRegistry reg(MyFactory);
strokes.cpp 37 class StrokesGM : public skiagm::GM {
77 typedef skiagm::GM INHERITED;
80 class Strokes2GM : public skiagm::GM {
135 typedef skiagm::GM INHERITED;
146 class Strokes3GM : public skiagm::GM {
239 typedef skiagm::GM INHERITED;
244 static skiagm::GM* F0(void*) { return new StrokesGM; }
245 static skiagm::GM* F1(void*) { return new Strokes2GM; }
246 static skiagm::GM* F2(void*) { return new Strokes3GM; }
248 static skiagm::GMRegistry R0(F0)
    [all...]
copyTo4444.cpp 13 namespace skiagm { namespace
bitmaprecttest.cpp 53 class BitmapRectTestGM : public skiagm::GM {
73 typedef skiagm::GM INHERITED;
colortype.cpp 13 class ColorTypeGM : public skiagm::GM {
71 typedef skiagm::GM INHERITED;
lerpmode.cpp 37 class LerpXfermodeGM : public skiagm::GM {
58 typedef skiagm::GM INHERITED;
pathfill.cpp 117 class PathFillGM : public skiagm::GM {
147 typedef skiagm::GM INHERITED;
151 class PathInverseFillGM : public skiagm::GM {
213 typedef skiagm::GM INHERITED;
218 static skiagm::GM* MyFactory(void*) { return new PathFillGM; }
219 static skiagm::GMRegistry reg(MyFactory);
221 static skiagm::GM* F1(void*) { return new PathInverseFillGM; }
222 static skiagm::GMRegistry gR1(F1);
pathinterior.cpp 21 class PathInteriorGM : public skiagm::GM {
112 static skiagm::GM* MyFactory(void*) { return new PathInteriorGM; }
113 static skiagm::GMRegistry reg(MyFactory);
scalebitmap.cpp 13 class ScaleBitmapGM : public skiagm::GM {
23 SkString path(skiagm::GM::gResourcePath);
73 typedef skiagm::GM INHERITED;
arcofzorro.cpp 11 namespace skiagm { namespace
cmykjpeg.cpp 13 namespace skiagm { namespace
factory.cpp 17 namespace skiagm { namespace
imageblur.cpp 14 namespace skiagm { namespace
lcdtext.cpp 16 namespace skiagm { namespace

Completed in 2678 milliseconds

1 2 3 4 5 6