Lines Matching full:inherited
105 this->INHERITED::setupPaint(paint); in setupPaint()
111 typedef Benchmark INHERITED; typedef in RectBench
116 SrcModeRectBench() : INHERITED(1, 0) { in SrcModeRectBench()
122 this->INHERITED::setupPaint(paint); in setupPaint()
129 fName.set(this->INHERITED::onGetName()); in onGetName()
138 typedef RectBench INHERITED; typedef in SrcModeRectBench
143 TransparentRectBench() : INHERITED(1, 0) {} in TransparentRectBench()
147 this->INHERITED::setupPaint(paint); in setupPaint()
153 fName.set(this->INHERITED::onGetName()); in onGetName()
160 typedef RectBench INHERITED; typedef in TransparentRectBench
166 LocalCoordsRectBench(bool aa, bool perspective = false) : INHERITED(1, 0, aa, perspective) { } in LocalCoordsRectBench()
170 this->INHERITED::onDelayedSetup(); in onDelayedSetup()
178 this->INHERITED::setupPaint(paint); in setupPaint()
183 fName.set(this->INHERITED::onGetName()); in onGetName()
192 typedef RectBench INHERITED; typedef in LocalCoordsRectBench
330 typedef RectBench INHERITED; typedef in BlitMaskBench