Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DReadback.cpp305 int displayedWidth = imgWidth, displayedHeight = imgHeight; in copyImageInto() local
309 std::swap(displayedWidth, displayedHeight); in copyImageInto()
314 skiaSrcRect = SkRect::MakeIWH(displayedWidth, displayedHeight); in copyImageInto()
316 bool srcNotEmpty = skiaSrcRect.intersect(SkRect::MakeIWH(displayedWidth, displayedHeight)); in copyImageInto()
322 layer.setSize(displayedWidth, displayedHeight); in copyImageInto()