Searched defs:flippedRect (Results  1 – 1 of 1) sorted by relevance
| /frameworks/native/libs/gui/ | 
| D | Surface.cpp | 1124                     Rect flippedRect{top, width - right, bottom, width - left};  local 1130                     Rect flippedRect{width - right, height - bottom,  local 1137                     Rect flippedRect{height - bottom, left,  local 1143                     Rect flippedRect{left, top, right, bottom};  local
  |