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