Searched refs:SimpleGM (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/gm/ |
D | gm.cpp | 118 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()
|
D | gm.h | 55 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/ |
D | gm.cpp | 135 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()
|
D | gm.h | 56 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
|