Home
last modified time | relevance | path

Searched refs:SimpleGM (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/gm/
Dgm.cpp118 SkISize SimpleGM::onISize() { return fSize; } in onISize()
119 SkString SimpleGM::onShortName() { return fName; } in onShortName()
120 DrawResult SimpleGM::onDraw(SkCanvas* canvas, SkString* errorMsg) { in onDraw()
Dgm.h55 DEF_GM(return new skiagm::SimpleGM(BGCOLOR, NAME_STR, {W,H}, SK_MACRO_CONCAT(NAME,_GM));) \
196 class SimpleGM : public GM {
199 SimpleGM(SkColor bgColor, const SkString& name, const SkISize& size, DrawProc drawProc) in SimpleGM() function
/third_party/skia/gm/
Dgm.cpp135 SkISize SimpleGM::onISize() { return fSize; } in onISize()
136 SkString SimpleGM::onShortName() { return fName; } in onShortName()
137 DrawResult SimpleGM::onDraw(SkCanvas* canvas, SkString* errorMsg) { in onDraw()
Dgm.h56 DEF_GM(return new skiagm::SimpleGM(BGCOLOR, NAME_STR, {W,H}, SK_MACRO_CONCAT(NAME,_GM));) \
215 class SimpleGM : public GM {
219 SimpleGM(SkColor bgColor, const SkString& name, const SkISize& size, DrawProc drawProc) in SimpleGM() function