Lines Matching refs:INHERITED
176 return this->INHERITED::save(flags); in save()
182 return this->INHERITED::saveLayer(bounds, paint, flags); in saveLayer()
186 this->INHERITED::restore(); in restore()
193 return this->INHERITED::translate(dx, dy); in translate()
199 return this->INHERITED::scale(sx, sy); in scale()
204 return this->INHERITED::rotate(degrees); in rotate()
210 return this->INHERITED::skew(sx, sy); in skew()
217 return this->INHERITED::concat(matrix); in concat()
224 this->INHERITED::setMatrix(matrix); in setMatrix()
233 return this->INHERITED::clipRect(rect, op); in clipRect()
240 return this->INHERITED::clipPath(path, op); in clipPath()
248 return this->INHERITED::clipRegion(deviceRgn, op); in clipRegion()
357 this->INHERITED::drawShape(shape); in drawShape()
366 this->INHERITED::drawPicture(picture); in drawPicture()
448 SkDebugfDumper::SkDebugfDumper() : INHERITED(dumpToDebugf, NULL) {} in SkDebugfDumper()