Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp131 SkRect skiaDestRect; in DrawLayer() local
133 skiaDestRect = *dstRect; in DrawLayer()
135 skiaDestRect = SkRect::MakeIWH(layerWidth, layerHeight); in DrawLayer()
137 matrixInv.mapRect(&skiaDestRect); in DrawLayer()
146 shouldFilterRect(totalMatrix, skiaSrcRect, skiaDestRect)) { in DrawLayer()
149 canvas->drawImageRect(layerImage.get(), skiaSrcRect, skiaDestRect, sampling, &paint, in DrawLayer()
/aosp12/frameworks/base/libs/hwui/
H A DReadback.cpp311 SkRect skiaDestRect = SkRect::MakeWH(bitmap->width(), bitmap->height()); in copyImageInto() local
327 if (copyLayerInto(&layer, &skiaSrcRect, &skiaDestRect, bitmap)) { in copyImageInto()