Searched defs:flippedRect (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/native/libs/gui/ |
H A D | Surface.cpp | 1104 Rect flippedRect{top, width - right, bottom, width - left}; in getQueueBufferInputLocked() local 1110 Rect flippedRect{width - right, height - bottom, in getQueueBufferInputLocked() local 1117 Rect flippedRect{height - bottom, left, in getQueueBufferInputLocked() local 1123 Rect flippedRect{left, top, right, bottom}; in getQueueBufferInputLocked() local
|