Searched refs:imageWH (Results 1 – 1 of 1) sorted by relevance
122 SkISize imageWH = SkISize::Make(description.width, description.height); in copySurfaceInto() local126 imageWH = SkISize::Make(cropRect.right - cropRect.left, cropRect.bottom - cropRect.top); in copySurfaceInto()144 if (imageWH.width() > 1 && imageWH.width() < (int32_t)description.width) in copySurfaceInto()147 if (imageWH.height() > 1 && imageWH.height() < (int32_t)description.height) in copySurfaceInto()212 const SkRect imageDstRect = SkRect::Make(imageWH); in copySurfaceInto()