Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_rect.cpp102 int16_t col3X = rect.GetRight() - radius + 1; in DrawRectRadiusWithoutBorderCon1() local
146 int16_t col3X = rect.GetRight(); in DrawRectRadiusWithoutBorderCon2() local
206 int16_t col3X = rect.GetRight() - radius + 1; in DrawRectRadiusWithoutBorderCon4() local
267 int16_t col3X = rect.GetRight() - style.borderWidth_ + 1; DrawRectBorderWithoutRadius() local
304 int16_t col3X = rect.GetRight() - style.borderRadius_ + 1; DrawRectRadiusEqualBorder() local
473 int16_t col3X = rect.GetRight() - radius + 1; DrawRectRadiusBiggerThanBorderCon1() local
543 int16_t col3X = rect.GetLeft() + radius - 1; DrawRectRadiusBiggerThanBorderCon2() local
646 int16_t col3X = rect.GetLeft() + radius - 1; DrawRectRadiusBiggerThanBorderCon4() local
[all...]

Completed in 2 milliseconds