Searched refs:RRectGM (Results 1 – 2 of 2) sorted by relevance
23 class RRectGM : public GM { class32 RRectGM(Type type) : fType(type) { } in RRectGM() function in skiagm::RRectGM208 const SkVector RRectGM::gRadii[kNumComplexCases][4] = {272 DEF_GM( return new RRectGM(RRectGM::kAA_Draw_Type); )273 DEF_GM( return new RRectGM(RRectGM::kBW_Draw_Type); )274 DEF_GM( return new RRectGM(RRectGM::kAA_Clip_Type); )275 DEF_GM( return new RRectGM(RRectGM::kBW_Clip_Type); )277 DEF_GM( return new RRectGM(RRectGM::kEffect_Type); )
124 class RRectGM : public skiagm::GM { class126 RRectGM() {} in RRectGM() function in RRectGM170 DEF_GM( return new RRectGM; )