Home
last modified time | relevance | path

Searched refs:imageSrcRect (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DReadback.cpp93 SkRect imageSrcRect = in copySurfaceInto() local
95 if (imageSrcRect.isEmpty()) { in copySurfaceInto()
96 imageSrcRect = SkRect::MakeIWH(description.width, description.height); in copySurfaceInto()
98 ALOGV("imageSrcRect = " RECT_STRING, SK_RECT_ARGS(imageSrcRect)); in copySurfaceInto()
105 ? SkRect::MakeIWH(imageSrcRect.height(), imageSrcRect.width()) in copySurfaceInto()
106 : SkRect::MakeIWH(imageSrcRect.width(), imageSrcRect.height()); in copySurfaceInto()
156 const SkRect imageDstRect = SkRect::MakeIWH(imageSrcRect.width(), imageSrcRect.height()); in copySurfaceInto()
189 canvas->drawImageRect(image, imageSrcRect, imageDstRect, sampling, &paint, constraint); in copySurfaceInto()