Searched refs:imageDstRect (Results 1 – 1 of 1) sorted by relevance
212 const SkRect imageDstRect = SkRect::Make(imageWH); in copySurfaceInto() local213 const float px = imageDstRect.centerX(); in copySurfaceInto()214 const float py = imageDstRect.centerY(); in copySurfaceInto()223 m.postTranslate(imageDstRect.height(), 0); in copySurfaceInto()249 canvas->drawImageRect(image, imageSrcRect, imageDstRect, sampling, &paint, constraint); in copySurfaceInto()