Home | History | Annotate | Download | only in pipe

Lines Matching refs:INHERITED

188     typedef SkCanvas INHERITED;
302 return this->INHERITED::save(flags);
328 return this->INHERITED::save(saveFlags);
336 this->INHERITED::restore();
348 return this->INHERITED::translate(dx, dy);
360 return this->INHERITED::scale(sx, sy);
371 return this->INHERITED::rotate(degrees);
383 return this->INHERITED::skew(sx, sy);
394 return this->INHERITED::concat(matrix);
403 this->INHERITED::setMatrix(matrix);
412 return this->INHERITED::clipRect(rect, rgnOp);
422 return this->INHERITED::clipRect(path.getBounds(), rgnOp);
431 return this->INHERITED::clipRegion(region, rgnOp);
586 this->INHERITED::drawPicture(picture);