Searched refs:imageSrcRect (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Readback.cpp | 121 SkRect imageSrcRect = SkRect::MakeIWH(description.width, description.height); in copySurfaceInto() local 124 imageSrcRect = in copySurfaceInto() 145 imageSrcRect = imageSrcRect.makeInset(shrinkAmount, 0); in copySurfaceInto() 148 imageSrcRect = imageSrcRect.makeInset(0, shrinkAmount); in copySurfaceInto() 151 ALOGV("imageSrcRect = " RECT_STRING, SK_RECT_ARGS(imageSrcRect)); in copySurfaceInto() 158 ? SkRect::MakeIWH(imageSrcRect.height(), imageSrcRect.width()) in copySurfaceInto() 159 : SkRect::MakeIWH(imageSrcRect.width(), imageSrcRect.height()); in copySurfaceInto() 249 canvas->drawImageRect(image, imageSrcRect, imageDstRect, sampling, &paint, constraint); in copySurfaceInto()
|