Lines Matching defs:bottom
161 uint32_t bottom = static_cast<uint32_t>(curvedScreenBoundary_[3]);
162 if (left == 0 && top == 0 && right == 0 && bottom == 0) {
178 (top > displayHeight / 2) || (bottom > displayHeight / 2)) { // invalid if more than 1/2 height
194 uint32_t bottom = static_cast<uint32_t>(curvedScreenBoundary_[3]);
200 DMRect bottomRect = CreateWaterfallRect(0, displayHeight - bottom, displayWidth, bottom);
205 DMRect leftRect = CreateWaterfallRect(0, 0, bottom, displayWidth);
214 DMRect topRect = CreateWaterfallRect(0, 0, bottom, displayWidth);
223 DMRect rightRect = CreateWaterfallRect(displayHeight - bottom, 0, bottom, displayWidth);