Lines Matching full:inherited
189 return this->INHERITED::save(flags);
195 return this->INHERITED::saveLayer(bounds, paint, flags);
199 this->INHERITED::restore();
206 return this->INHERITED::translate(dx, dy);
212 return this->INHERITED::scale(sx, sy);
217 return this->INHERITED::rotate(degrees);
223 return this->INHERITED::skew(sx, sy);
230 return this->INHERITED::concat(matrix);
237 this->INHERITED::setMatrix(matrix);
246 return this->INHERITED::clipRect(rect, op);
253 return this->INHERITED::clipPath(path, op);
261 return this->INHERITED::clipRegion(deviceRgn, op);
370 this->INHERITED::drawShape(shape);
379 this->INHERITED::drawPicture(picture);
461 SkDebugfDumper::SkDebugfDumper() : INHERITED(dumpToDebugf, NULL) {}