Lines Matching refs:SkRect
122 SkRect srcRect = request->srcRect.toSkRect(); in copySurfaceInto()
124 SkRect imageSrcRect = SkRect::MakeIWH(description.width, description.height); in copySurfaceInto()
128 SkRect::MakeLTRB(cropRect.left, cropRect.top, cropRect.right, cropRect.bottom); in copySurfaceInto()
159 const SkRect textureRect = in copySurfaceInto()
161 ? SkRect::MakeIWH(imageSrcRect.height(), imageSrcRect.width()) in copySurfaceInto()
162 : SkRect::MakeIWH(imageSrcRect.width(), imageSrcRect.height()); in copySurfaceInto()
215 const SkRect imageDstRect = SkRect::Make(imageWH); in copySurfaceInto()
231 SK_RECT_ARGS(SkRect::MakeWH(bitmap->width(), bitmap->height()))); in copySurfaceInto()
233 SkRect::MakeWH(bitmap->width(), bitmap->height()), in copySurfaceInto()
289 const SkRect dstRect = SkRect::MakeIWH(bitmap->width(), bitmap->height()); in copyLayerInto()
323 SkRect skiaDestRect = SkRect::MakeWH(bitmap->width(), bitmap->height()); in copyImageInto()
324 SkRect skiaSrcRect = srcRect.toSkRect(); in copyImageInto()
326 skiaSrcRect = SkRect::MakeIWH(displayedWidth, displayedHeight); in copyImageInto()
328 bool srcNotEmpty = skiaSrcRect.intersect(SkRect::MakeIWH(displayedWidth, displayedHeight)); in copyImageInto()
345 bool Readback::copyLayerInto(Layer* layer, const SkRect* srcRect, const SkRect* dstRect, in copyLayerInto()