Searched refs:skiagm (Results 26 - 50 of 418) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/gm/
H A Dbitmaprect.cpp31 class DrawBitmapRect2 : public skiagm::GM {
93 typedef skiagm::GM INHERITED;
124 class DrawBitmapRect3 : public skiagm::GM {
153 typedef skiagm::GM INHERITED;
180 class DrawBitmapRect4 : public skiagm::GM {
233 typedef skiagm::GM INHERITED;
238 static skiagm::GM* MyFactory0(void*) { return new DrawBitmapRect2(false); }
239 static skiagm::GM* MyFactory1(void*) { return new DrawBitmapRect2(true); }
241 static skiagm::GM* MyFactory2(void*) { return new DrawBitmapRect3(); }
244 static skiagm
[all...]
H A Dbigtext.cpp17 class BigTextGM : public skiagm::GM {
55 typedef skiagm::GM INHERITED;
H A Dgetpostextpath.cpp14 class GetPosTextPathGM : public skiagm::GM {
77 static skiagm::GM* F(void*) { return new GetPosTextPathGM; }
78 static skiagm::GMRegistry gR(F);
H A Dgm.h24 static skiagm::GM* SK_MACRO_APPEND_LINE(F_)(void*) { code; } \
25 static skiagm::GMRegistry SK_MACRO_APPEND_LINE(R_)(SK_MACRO_APPEND_LINE(F_));
27 namespace skiagm { namespace
H A Dhittestpath.cpp32 class HitTestPathGM : public skiagm::GM {
78 static skiagm::GM* MyFactory(void*) { return new HitTestPathGM; }
79 static skiagm::GMRegistry reg(MyFactory);
H A Dstrokes.cpp37 class StrokesGM : public skiagm::GM {
81 typedef skiagm::GM INHERITED;
84 class Strokes2GM : public skiagm::GM {
143 typedef skiagm::GM INHERITED;
154 class Strokes3GM : public skiagm::GM {
251 typedef skiagm::GM INHERITED;
256 static skiagm::GM* F0(void*) { return new StrokesGM; }
257 static skiagm::GM* F1(void*) { return new Strokes2GM; }
258 static skiagm::GM* F2(void*) { return new Strokes3GM; }
260 static skiagm
[all...]
H A DcopyTo4444.cpp15 namespace skiagm { namespace
H A Dverylargebitmap.cpp57 class VeryLargeBitmapGM : public skiagm::GM {
115 typedef skiagm::GM INHERITED;
120 static skiagm::GM* MyFactory(void*) { return new VeryLargeBitmapGM; }
121 static skiagm::GMRegistry reg(MyFactory);
/external/skia/gm/
H A Dbitmaprect.cpp31 class DrawBitmapRect2 : public skiagm::GM {
86 typedef skiagm::GM INHERITED;
117 class DrawBitmapRect3 : public skiagm::GM {
146 typedef skiagm::GM INHERITED;
173 class DrawBitmapRect4 : public skiagm::GM {
226 typedef skiagm::GM INHERITED;
231 static skiagm::GM* MyFactory0(void*) { return new DrawBitmapRect2(false); }
232 static skiagm::GM* MyFactory1(void*) { return new DrawBitmapRect2(true); }
234 static skiagm::GM* MyFactory2(void*) { return new DrawBitmapRect3(); }
237 static skiagm
[all...]
H A Dbigtext.cpp17 class BigTextGM : public skiagm::GM {
54 typedef skiagm::GM INHERITED;
H A Dgetpostextpath.cpp14 class GetPosTextPathGM : public skiagm::GM {
76 static skiagm::GM* F(void*) { return new GetPosTextPathGM; }
77 static skiagm::GMRegistry gR(F);
H A Dgm.h23 static skiagm::GM* SK_MACRO_APPEND_LINE(F_)(void*) { code; } \
24 static skiagm::GMRegistry SK_MACRO_APPEND_LINE(R_)(SK_MACRO_APPEND_LINE(F_));
26 namespace skiagm { namespace
H A Dhittestpath.cpp32 class HitTestPathGM : public skiagm::GM {
78 static skiagm::GM* MyFactory(void*) { return new HitTestPathGM; }
79 static skiagm::GMRegistry reg(MyFactory);
H A Dstrokes.cpp37 class StrokesGM : public skiagm::GM {
81 typedef skiagm::GM INHERITED;
84 class Strokes2GM : public skiagm::GM {
143 typedef skiagm::GM INHERITED;
154 class Strokes3GM : public skiagm::GM {
251 typedef skiagm::GM INHERITED;
256 static skiagm::GM* F0(void*) { return new StrokesGM; }
257 static skiagm::GM* F1(void*) { return new Strokes2GM; }
258 static skiagm::GM* F2(void*) { return new Strokes3GM; }
260 static skiagm
[all...]
H A Dverylargebitmap.cpp57 class VeryLargeBitmapGM : public skiagm::GM {
117 typedef skiagm::GM INHERITED;
122 static skiagm::GM* MyFactory(void*) { return new VeryLargeBitmapGM; }
123 static skiagm::GMRegistry reg(MyFactory);
/external/skia/dm/
H A DDMReplayTask.cpp15 skiagm::GM* gm,
42 if (fGM->getFlags() & skiagm::GM::kSkipPicture_Flag) {
H A DDMSerializeTask.cpp14 skiagm::GM* gm,
40 return !FLAGS_serialize || fGM->getFlags() & skiagm::GM::kSkipPicture_Flag;
H A DDMPipeTask.cpp36 skiagm::GM* gm,
72 if (fGM->getFlags() & skiagm::GM::kSkipPipe_Flag) {
76 fGM->getFlags() & skiagm::GM::kSkipPipeCrossProcess_Flag) {
H A DDMCpuGMTask.cpp16 skiagm::GMRegistry::Factory gmFactory,
54 if (kRGB_565_SkColorType == fColorType && (fGM->getFlags() & skiagm::GM::kSkip565_Flag)) {
57 if (fGM->getFlags() & skiagm::GM::kGPUOnly_Flag) {
H A DDMPDFTask.cpp26 skiagm::GMRegistry::Factory factory,
72 rasterize = 0 == (fGM->getFlags() & skiagm::GM::kSkipPDFRasterization_Flag);
95 if (fGM.get() && 0 != (fGM->getFlags() & skiagm::GM::kSkipPDF_Flag)) {
H A DDMQuiltTask.cpp13 QuiltTask::QuiltTask(const Task& parent, skiagm::GM* gm, SkBitmap reference)
59 if (fGM->getFlags() & skiagm::GM::kSkipPicture_Flag) {
62 if (fGM->getFlags() & skiagm::GM::kSkipTiled_Flag) {
H A DDMUtil.h22 SkPicture* RecordPicture(skiagm::GM* gm,
/external/chromium_org/third_party/skia/dm/
H A DDMPipeTask.cpp36 skiagm::GM* gm,
73 if (fGM->getFlags() & skiagm::GM::kSkipPipe_Flag) {
77 fGM->getFlags() & skiagm::GM::kSkipPipeCrossProcess_Flag) {
H A DDMQuiltTask.cpp21 QuiltTask::QuiltTask(const Task& parent, skiagm::GM* gm, SkBitmap reference,
82 if (fGM->getFlags() & skiagm::GM::kNoBBH_Flag) {
92 if (fGM->getFlags() & skiagm::GM::kSkipTiled_Flag) {
115 if (fGM->getFlags() & skiagm::GM::kSkipPicture_Flag) {
H A DDMUtil.h22 SkPicture* RecordPicture(skiagm::GM* gm,

Completed in 1415 milliseconds

1234567891011>>