Home
last modified time | relevance | path

Searched refs:leftRect (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp197 DMRect leftRect = CreateWaterfallRect(0, 0, left, displayHeight); in CalcBuiltInDisplayWaterfallRectsByRotation() local
201 … waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects {leftRect, topRect, rightRect, bottomRect}; in CalcBuiltInDisplayWaterfallRectsByRotation()
205 DMRect leftRect = CreateWaterfallRect(0, 0, bottom, displayWidth); in CalcBuiltInDisplayWaterfallRectsByRotation() local
209 … waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects {leftRect, topRect, rightRect, bottomRect}; in CalcBuiltInDisplayWaterfallRectsByRotation()
213 DMRect leftRect = CreateWaterfallRect(0, 0, right, displayHeight); in CalcBuiltInDisplayWaterfallRectsByRotation() local
217 … waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects {leftRect, topRect, rightRect, bottomRect}; in CalcBuiltInDisplayWaterfallRectsByRotation()
221 DMRect leftRect = CreateWaterfallRect(0, 0, top, displayWidth); in CalcBuiltInDisplayWaterfallRectsByRotation() local
225 … waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects {leftRect, topRect, rightRect, bottomRect}; in CalcBuiltInDisplayWaterfallRectsByRotation()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_cutout_controller.cpp202 DMRect leftRect = CreateWaterfallRect(0, 0, realNumVec[LEFT], displayHeight); in CalcWaterfallRectsByRotation() local
208 …waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect … in CalcWaterfallRectsByRotation()
212 DMRect leftRect = CreateWaterfallRect(0, 0, realNumVec[BOTTOM], displayHeight); in CalcWaterfallRectsByRotation() local
217 …waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect … in CalcWaterfallRectsByRotation()
221 DMRect leftRect = CreateWaterfallRect(0, 0, realNumVec[RIGHT], displayHeight); in CalcWaterfallRectsByRotation() local
225 …waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect … in CalcWaterfallRectsByRotation()
229 DMRect leftRect = CreateWaterfallRect(0, 0, realNumVec[TOP], displayHeight); in CalcWaterfallRectsByRotation() local
235 …waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect … in CalcWaterfallRectsByRotation()
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_rect.cpp282 Rect leftRect(col1X, row2Y + 1, col2X, row3Y - 1); in DrawRectBorderWithoutRadius() local
283 drawUtils->DrawColorArea(gfxDstBuffer, leftRect, dirtyRect, style.borderColor_, opa); in DrawRectBorderWithoutRadius()
351 Rect leftRect(col1X, row2Y + 1, col2X, row3Y - 1); in DrawRectRadiusEqualBorder() local
353 drawUtils->DrawColorArea(gfxDstBuffer, leftRect, dirtyRect, style.borderColor_, opa); in DrawRectRadiusEqualBorder()
433 Rect leftRect(rectCol1X, rectRow2Y + 1, rectCol2X, rectRow3Y - 1); in DrawRectRadiusSmallThanBorder() local
434 drawUtils->DrawColorArea(gfxDstBuffer, leftRect, dirtyRect, style.borderColor_, opa); in DrawRectRadiusSmallThanBorder()
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h28 Rect leftRect { 0, 0, 0, 0 };
H A Dwindow_impl.cpp413 retPtr->leftRect = g_emptyRect; in GetWindowAvoidArea()
418 retPtr->leftRect = avoidArea.leftRect_; in GetWindowAvoidArea()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-window.md32 |type有变化|类名:AvoidArea;<br>方法or属性:leftRect: Rect;<br>旧版本信息:|类名:AvoidArea;<br>方法or属性:leftRect: Rect;<…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-window.md57 | ohos.window | AvoidArea | leftRect: Rect; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-window.md57 | ohos.window | AvoidArea | leftRect: Rect; | Added|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-window.md32 …thod or attribute name: leftRect: Rect;<br>Old version information: |Class name: AvoidArea;<br>Met…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-window.md168 |type有变化|类名:AvoidArea;<br>方法or属性:leftRect: Rect;<br>旧版本信息:|类名:AvoidArea;<br>方法or属性:leftRect: Rect;<…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-window.md168 …thod or attribute name: leftRect: Rect;<br>Old version information: |Class name: AvoidArea;<br>Met…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-window.md156 | leftRect | [Rect](#rect7) | 是 | 是 | 屏幕左侧的矩形区。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-window.md156 | leftRect | [Rect](#rect7) | Yes | Yes | Rectangle on the left of the screen.|