Searched refs:row3Y (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 106 int16_t row3Y = rect.GetBottom(); in DrawRectRadiusWithoutBorderCon1() local 136 Rect bottomRect(col2X + 1, row2Y, col3X - 1, row3Y); in DrawRectRadiusWithoutBorderCon1() 149 int16_t row3Y = rect.GetBottom() - radius + 1; in DrawRectRadiusWithoutBorderCon2() local 167 arcInfo.center = {col2X, row3Y}; in DrawRectRadiusWithoutBorderCon2() 173 Rect middleRect(col1X, row2Y + 1, col3X, row3Y - 1); in DrawRectRadiusWithoutBorderCon2() 211 int16_t row3Y = rect.GetBottom() - radius + 1; in DrawRectRadiusWithoutBorderCon4() local 221 Rect middleRect(col1X, row2Y + 1, col4X, row3Y - 1); in DrawRectRadiusWithoutBorderCon4() 225 Rect bottomRect(col2X + 1, row3Y, col3X - 1, row4Y); in DrawRectRadiusWithoutBorderCon4() 250 arcInfo.center = {col2X, row3Y}; in DrawRectRadiusWithoutBorderCon4() 256 arcInfo.center = {col3X, row3Y}; in DrawRectRadiusWithoutBorderCon4() 272 int16_t row3Y = rect.GetBottom() - style.borderWidth_ + 1; DrawRectBorderWithoutRadius() local 309 int16_t row3Y = rect.GetBottom() - style.borderRadius_ + 1; DrawRectRadiusEqualBorder() local 477 int16_t row3Y = rect.GetTop() + radius - 1; DrawRectRadiusBiggerThanBorderCon1() local 548 int16_t row3Y = rect.GetBottom() - radius + 1; DrawRectRadiusBiggerThanBorderCon2() local 653 int16_t row3Y = rect.GetTop() + radius - 1; DrawRectRadiusBiggerThanBorderCon4() local [all...] |
Completed in 1 milliseconds