Searched refs:col1X (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 144 int16_t col1X = rect.GetLeft(); in DrawRectRadiusWithoutBorderCon2() local 173 Rect middleRect(col1X, row2Y + 1, col3X, row3Y - 1); in DrawRectRadiusWithoutBorderCon2() 182 int16_t col1X = rect.GetLeft() + radius - 1; in DrawRectRadiusWithoutBorderCon3() local 191 arcInfo.center = {col1X, row1Y}; in DrawRectRadiusWithoutBorderCon3() 204 int16_t col1X = rect.GetLeft(); in DrawRectRadiusWithoutBorderCon4() local 221 Rect middleRect(col1X, row2Y + 1, col4X, row3Y - 1); in DrawRectRadiusWithoutBorderCon4() 265 int16_t col1X = rect.GetLeft(); in DrawRectBorderWithoutRadius() local 277 Rect topRect(col1X, row1Y, col4X, row2Y); in DrawRectBorderWithoutRadius() 282 Rect leftRect(col1X, row2Y + 1, col2X, row3Y - 1); in DrawRectBorderWithoutRadius() 295 Rect bottomRect(col1X, row3 in DrawRectBorderWithoutRadius() 302 int16_t col1X = rect.GetLeft(); DrawRectRadiusEqualBorder() local 541 int16_t col1X = rect.GetLeft(); DrawRectRadiusBiggerThanBorderCon2() local 644 int16_t col1X = rect.GetLeft(); DrawRectRadiusBiggerThanBorderCon4() local [all...] |
Completed in 2 milliseconds