Searched refs:col2X (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 101 int16_t col2X = rect.GetLeft() + radius - 1; in DrawRectRadiusWithoutBorderCon1() local 114 arcInfo.center = {col2X, 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() 145 int16_t col2X = rect.GetLeft() + radius - 1; in DrawRectRadiusWithoutBorderCon2() local 157 arcInfo.center = {col2X, row2Y}; in DrawRectRadiusWithoutBorderCon2() 167 arcInfo.center = {col2X, row3Y}; in DrawRectRadiusWithoutBorderCon2() 205 int16_t col2X = rect.GetLeft() + radius - 1; in DrawRectRadiusWithoutBorderCon4() local 216 Rect topRect(col2X, row1Y, col3X - 1, row2Y); in DrawRectRadiusWithoutBorderCon4() 225 Rect bottomRect(col2X in DrawRectRadiusWithoutBorderCon4() 266 int16_t col2X = rect.GetLeft() + style.borderWidth_ - 1; DrawRectBorderWithoutRadius() local 303 int16_t col2X = rect.GetLeft() + style.borderRadius_ - 1; DrawRectRadiusEqualBorder() local 472 int16_t col2X = rect.GetLeft() + radius - 1; DrawRectRadiusBiggerThanBorderCon1() local 542 int16_t col2X = rect.GetLeft() + borderWidth - 1; DrawRectRadiusBiggerThanBorderCon2() local 608 int16_t col2X = rect.GetLeft() + radius - 1; DrawRectRadiusBiggerThanBorderCon3() local 645 int16_t col2X = rect.GetLeft() + borderWidth - 1; DrawRectRadiusBiggerThanBorderCon4() local [all...] |
Completed in 1 milliseconds