Searched refs:middleRect (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 173 Rect middleRect(col1X, row2Y + 1, col3X, row3Y - 1); in DrawRectRadiusWithoutBorderCon2() local 175 … DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, middleRect, dirtyRect, style.bgColor_, opa); in DrawRectRadiusWithoutBorderCon2() 221 Rect middleRect(col1X, row2Y + 1, col4X, row3Y - 1); in DrawRectRadiusWithoutBorderCon4() local 222 drawUtils->DrawColorArea(gfxDstBuffer, middleRect, dirtyRect, style.bgColor_, opa); in DrawRectRadiusWithoutBorderCon4() 287 Rect middleRect(col2X + 1, row2Y + 1, col3X - 1, row3Y - 1); in DrawRectBorderWithoutRadius() local 288 drawUtils->DrawColorArea(gfxDstBuffer, middleRect, dirtyRect, style.bgColor_, opaBg); in DrawRectBorderWithoutRadius() 357 Rect middleRect(col2X + 1, row2Y + 1, col3X - 1, row3Y - 1); in DrawRectRadiusEqualBorder() local 358 drawUtils->DrawColorArea(gfxDstBuffer, middleRect, dirtyRect, style.bgColor_, opaBg); in DrawRectRadiusEqualBorder() 438 Rect middleRect(rectCol2X + 1, rectRow2Y + 1, rectCol3X - 1, rectRow3Y - 1); in DrawRectRadiusSmallThanBorder() local 439 drawUtils->DrawColorArea(gfxDstBuffer, middleRect, dirtyRect, style.bgColor_, opaBg); in DrawRectRadiusSmallThanBorder()
|