Lines Matching defs:right
160 uint32_t right = static_cast<uint32_t>(curvedScreenBoundary_[2]);
162 if (left == 0 && top == 0 && right == 0 && bottom == 0) {
177 if ((left > displayWidth / 2) || (right > displayWidth / 2) || // invalid if more than 1/2 width
193 uint32_t right = static_cast<uint32_t>(curvedScreenBoundary_[2]);
199 DMRect rightRect = CreateWaterfallRect(displayWidth - right, 0, right, displayHeight);
208 DMRect bottomRect = CreateWaterfallRect(0, displayWidth - right, displayHeight, right);
213 DMRect leftRect = CreateWaterfallRect(0, 0, right, displayHeight);
222 DMRect topRect = CreateWaterfallRect(0, 0, displayHeight, right);