Searched refs:RRectGM (Results 1 – 2 of 2) sorted by relevance
20 class RRectGM : public GM { class29 RRectGM(Type type) : fType(type) { in RRectGM() function in skiagm::RRectGM194 const SkVector RRectGM::gRadii[kNumComplexCases][4] = {258 DEF_GM( return new RRectGM(RRectGM::kAA_Draw_Type); )259 DEF_GM( return new RRectGM(RRectGM::kBW_Draw_Type); )260 DEF_GM( return new RRectGM(RRectGM::kAA_Clip_Type); )261 DEF_GM( return new RRectGM(RRectGM::kBW_Clip_Type); )263 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; )