Searched refs:actualDst (Results 1 – 2 of 2) sorted by relevance
201 bool SkPixmap::scalePixels(const SkPixmap& actualDst, const SkSamplingOptions& sampling) const { in scalePixels() argument204 dst = actualDst; in scalePixels()
2026 SkRect actualDst; in drawImageRect() local2028 actualDst = dst; in drawImageRect()2033 matrix.mapRect(&actualDst, srcBounds); in drawImageRect()2044 this->drawRect(actualDst, paintWithShader); in drawImageRect()