Home | History | Annotate | Download | only in core

Lines Matching refs:INHERITED

42     return this->INHERITED::save(flags);
65 int count = this->INHERITED::save(flags);
97 return this->INHERITED::restore();
105 return this->INHERITED::translate(dx, dy);
113 return this->INHERITED::scale(sx, sy);
120 return this->INHERITED::rotate(degrees);
128 return this->INHERITED::skew(sx, sy);
136 return this->INHERITED::concat(matrix);
144 this->INHERITED::setMatrix(matrix);
190 return this->INHERITED::clipRect(rect, op, doAA);
203 return this->INHERITED::clipRect(path.getBounds(), op, doAA);
205 return this->INHERITED::clipPath(path, op, doAA);
217 return this->INHERITED::clipRegion(region, op);