Searched refs:COORD_MAX (Results 1 – 7 of 7) sorted by relevance
301 } 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()
563 static constexpr int32_t COORD_MAX = 16383; variable
209 int16_t maxWidth = (expandWidth_ ? COORD_MAX : textRect.GetWidth()); in ReMeasureTextSize()533 int16_t maxWidth = (expandWidth_ ? COORD_MAX : textRect.GetWidth()); in GetPosXByLetterIndex()
270 if (r == COORD_MAX) { in OnPreDraw()
508 if (height > COORD_MAX) { in ReMeasure()509 height = COORD_MAX; in ReMeasure()
90 if (r == COORD_MAX) { in OnPreDraw()
1866 } 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;