Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DReadback.cpp323 int displayedWidth = imgWidth, displayedHeight = imgHeight; in copyImageInto() local
327 skiaSrcRect = SkRect::MakeIWH(displayedWidth, displayedHeight); in copyImageInto()
329 bool srcNotEmpty = skiaSrcRect.intersect(SkRect::MakeIWH(displayedWidth, displayedHeight)); in copyImageInto()
335 layer.setSize(displayedWidth, displayedHeight); in copyImageInto()