Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DReadback.cpp212 const SkRect imageDstRect = SkRect::Make(imageWH); in copySurfaceInto() local
213 const float px = imageDstRect.centerX(); in copySurfaceInto()
214 const float py = imageDstRect.centerY(); in copySurfaceInto()
223 m.postTranslate(imageDstRect.height(), 0); in copySurfaceInto()
249 canvas->drawImageRect(image, imageSrcRect, imageDstRect, sampling, &paint, constraint); in copySurfaceInto()