Lines Matching refs:srcToDstRect
684 const SkMatrix& srcToDstRect, in determine_clipped_src_rect() argument
689 SkMatrix inv = SkMatrix::Concat(viewMatrix, srcToDstRect); in determine_clipped_src_rect()
712 const SkMatrix& srcToDstRect, in shouldTileImageID() argument
722 this->clip(), viewMatrix, srcToDstRect, imageRect.size(), in shouldTileImageID()
751 this->clip(), viewMatrix, srcToDstRect, imageRect.size(), srcRectPtr, in shouldTileImageID()
764 const SkMatrix& srcToDstRect) const { in shouldTileImage()
772 quality, viewMatrix, srcToDstRect, fContext->contextPriv().sharpenMipmappedTextures(), in shouldTileImage()
791 return this->shouldTileImageID(image->unique(), image->bounds(), viewMatrix, srcToDstRect, in shouldTileImage()
1393 SkMatrix srcToDstRect; in drawImageRect() local
1394 srcToDstRect.setRectToRect((src ? *src : SkRect::MakeIWH(image->width(), image->height())), in drawImageRect()
1397 srcToDstRect)) { in drawImageRect()