Home
last modified time | relevance | path

Searched defs:col2X (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_rect.cpp101 int16_t col2X = rect.GetLeft() + radius - 1; in DrawRectRadiusWithoutBorderCon1() local
145 int16_t col2X = rect.GetLeft() + radius - 1; in DrawRectRadiusWithoutBorderCon2() local
205 int16_t col2X = rect.GetLeft() + radius - 1; in DrawRectRadiusWithoutBorderCon4() local
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 3 milliseconds