Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DReadback.cpp122 SkISize imageWH = SkISize::Make(description.width, description.height); in copySurfaceInto() local
126 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()