Lines Matching refs:INHERITED
68 return this->INHERITED::save(flags); in save()
77 return this->INHERITED::saveLayer(bounds, paint, flags); in saveLayer()
85 this->INHERITED::restore(); in restore()
93 return this->INHERITED::translate(dx, dy); in translate()
101 return this->INHERITED::scale(sx, sy); in scale()
109 return this->INHERITED::rotate(degrees); in rotate()
117 return this->INHERITED::skew(sx, sy); in skew()
125 return this->INHERITED::concat(matrix); in concat()
133 this->INHERITED::setMatrix(matrix); in setMatrix()
141 return this->INHERITED::clipRect(rect, op, doAA); in clipRect()
149 return this->INHERITED::clipPath(path, op, doAA); in clipPath()
157 return this->INHERITED::clipRegion(deviceRgn, op); in clipRegion()
279 return this->INHERITED::setBounder(bounder); in setBounder()
287 return this->INHERITED::setDrawFilter(filter); in setDrawFilter()