Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DReadback.cpp319 int displayedWidth = imgWidth, displayedHeight = imgHeight; in copyImageInto() local
323 skiaSrcRect = SkRect::MakeIWH(displayedWidth, displayedHeight); in copyImageInto()
325 bool srcNotEmpty = skiaSrcRect.intersect(SkRect::MakeIWH(displayedWidth, displayedHeight)); in copyImageInto()
331 layer.setSize(displayedWidth, displayedHeight); in copyImageInto()