Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp301 } else if (imgPoint4.x_ > COORD_MAX) { in SetMatrix()
302 polygon_[i].x_ = COORD_MAX; in SetMatrix()
309 } else if (imgPoint4.y_ > COORD_MAX) { in SetMatrix()
310 polygon_[i].y_ = COORD_MAX; in SetMatrix()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_config.h563 static constexpr int32_t COORD_MAX = 16383; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp209 int16_t maxWidth = (expandWidth_ ? COORD_MAX : textRect.GetWidth()); in ReMeasureTextSize()
533 int16_t maxWidth = (expandWidth_ ? COORD_MAX : textRect.GetWidth()); in GetPosXByLetterIndex()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_button.cpp270 if (r == COORD_MAX) { in OnPreDraw()
H A Dui_chart.cpp508 if (height > COORD_MAX) { in ReMeasure()
509 height = COORD_MAX; in ReMeasure()
H A Dui_view.cpp90 if (r == COORD_MAX) { in OnPreDraw()
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp1866 } else if (imgPoint4.x_ > COORD_MAX) {
1867 polygon[i].x_ = COORD_MAX;
1874 } else if (imgPoint4.y_ > COORD_MAX) {
1875 polygon[i].y_ = COORD_MAX;