Searched refs:ThinRectsGM (Results 1 – 2 of 2) sorted by relevance
23 class ThinRectsGM : public GM { class25 ThinRectsGM(bool round) : fRound(round) { in ThinRectsGM() function in skiagm::ThinRectsGM152 DEF_GM( return new ThinRectsGM(false); )153 DEF_GM( return new ThinRectsGM(true); )
20 class ThinRectsGM : public GM { class22 ThinRectsGM() { in ThinRectsGM() function in skiagm::ThinRectsGM127 DEF_GM( return new ThinRectsGM; )