Searched refs:col3X (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 102 int16_t col3X = rect.GetRight() - radius + 1; in DrawRectRadiusWithoutBorderCon1() local 124 arcInfo.center = {col3X, row2Y}; in DrawRectRadiusWithoutBorderCon1() 131 Rect topRect(col2X, row1Y, col3X - 1, row2Y - 1); in DrawRectRadiusWithoutBorderCon1() 136 Rect bottomRect(col2X + 1, row2Y, col3X - 1, row3Y); in DrawRectRadiusWithoutBorderCon1() 146 int16_t col3X = rect.GetRight(); in DrawRectRadiusWithoutBorderCon2() local 173 Rect middleRect(col1X, row2Y + 1, col3X, row3Y - 1); in DrawRectRadiusWithoutBorderCon2() 206 int16_t col3X = rect.GetRight() - radius + 1; in DrawRectRadiusWithoutBorderCon4() local 216 Rect topRect(col2X, row1Y, col3X - 1, row2Y); in DrawRectRadiusWithoutBorderCon4() 225 Rect bottomRect(col2X + 1, row3Y, col3X - 1, row4Y); in DrawRectRadiusWithoutBorderCon4() 244 arcInfo.center = {col3X, row2 in DrawRectRadiusWithoutBorderCon4() 267 int16_t col3X = rect.GetRight() - style.borderWidth_ + 1; DrawRectBorderWithoutRadius() local 304 int16_t col3X = rect.GetRight() - style.borderRadius_ + 1; DrawRectRadiusEqualBorder() local 473 int16_t col3X = rect.GetRight() - radius + 1; DrawRectRadiusBiggerThanBorderCon1() local 543 int16_t col3X = rect.GetLeft() + radius - 1; DrawRectRadiusBiggerThanBorderCon2() local 646 int16_t col3X = rect.GetLeft() + radius - 1; DrawRectRadiusBiggerThanBorderCon4() local [all...] |
Completed in 2 milliseconds