Home | History | Annotate | Download | only in utils

Lines Matching full:inherited

57     return this->INHERITED::save(flags);
66 return this->INHERITED::saveLayer(bounds, paint, flags);
74 this->INHERITED::restore();
82 return this->INHERITED::translate(dx, dy);
90 return this->INHERITED::scale(sx, sy);
98 return this->INHERITED::rotate(degrees);
106 return this->INHERITED::skew(sx, sy);
114 return this->INHERITED::concat(matrix);
122 this->INHERITED::setMatrix(matrix);
130 return this->INHERITED::clipRect(rect, op);
138 return this->INHERITED::clipPath(path, op);
146 return this->INHERITED::clipRegion(deviceRgn, op);
275 return this->INHERITED::setBounder(bounder);
283 return this->INHERITED::setDrawFilter(filter);