Lines Matching refs:CreateWaterfallRect
197 DMRect leftRect = CreateWaterfallRect(0, 0, left, displayHeight);
198 DMRect topRect = CreateWaterfallRect(0, 0, displayWidth, top);
199 DMRect rightRect = CreateWaterfallRect(displayWidth - right, 0, right, displayHeight);
200 DMRect bottomRect = CreateWaterfallRect(0, displayHeight - bottom, displayWidth, bottom);
205 DMRect leftRect = CreateWaterfallRect(0, 0, bottom, displayWidth);
206 DMRect topRect = CreateWaterfallRect(0, 0, displayHeight, left);
207 DMRect rightRect = CreateWaterfallRect(displayHeight - top, 0, top, displayWidth);
208 DMRect bottomRect = CreateWaterfallRect(0, displayWidth - right, displayHeight, right);
213 DMRect leftRect = CreateWaterfallRect(0, 0, right, displayHeight);
214 DMRect topRect = CreateWaterfallRect(0, 0, bottom, displayWidth);
215 DMRect rightRect = CreateWaterfallRect(displayWidth - left, 0, left, displayHeight);
216 DMRect bottomRect = CreateWaterfallRect(0, displayHeight - top, displayWidth, top);
221 DMRect leftRect = CreateWaterfallRect(0, 0, top, displayWidth);
222 DMRect topRect = CreateWaterfallRect(0, 0, displayHeight, right);
223 DMRect rightRect = CreateWaterfallRect(displayHeight - bottom, 0, bottom, displayWidth);
224 DMRect bottomRect = CreateWaterfallRect(0, displayWidth - left, displayHeight, left);
305 DMRect DisplayCutoutController::CreateWaterfallRect(uint32_t left, uint32_t top, uint32_t width, uint32_t height)