Home
last modified time | relevance | path

Searched refs:col3X (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
Ddraw_rect.cpp102 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, row2Y}; in DrawRectRadiusWithoutBorderCon4()
[all …]