Searched refs:SimpleGM (Results 1 – 2 of 2) sorted by relevance
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()
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