Searched refs:bottomBorderRect (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 532 Rect bottomBorderRect(col2X + 1, row4Y, col3X - 1, row5Y); in DrawRectRadiusBiggerThanBorderCon1() local 533 drawUtils->DrawColorArea(gfxDstBuffer, bottomBorderRect, dirtyRect, style.borderColor_, opa); in DrawRectRadiusBiggerThanBorderCon1() 599 Rect bottomBorderRect(col4X, row2Y + 1, col5X, row3Y - 1); in DrawRectRadiusBiggerThanBorderCon2() local 600 drawUtils->DrawColorArea(gfxDstBuffer, bottomBorderRect, dirtyRect, style.borderColor_, opa); in DrawRectRadiusBiggerThanBorderCon2() 744 Rect bottomBorderRect(col3X + 1, row5Y, col4X - 1, row6Y); in DrawRectRadiusBiggerThanBorderCon4() local 745 drawUtils->DrawColorArea(gfxDstBuffer, bottomBorderRect, dirtyRect, style.borderColor_, opa); in DrawRectRadiusBiggerThanBorderCon4()
|