Searched refs:COORD_MIN (Results 1 – 6 of 6) sorted by relevance
153 int16_t xLineStart3 = COORD_MIN; in DrawCircleNoEndpoint()166 if (xLineStart3 != COORD_MIN) { in DrawCircleNoEndpoint()292 int16_t drawStart = COORD_MIN; in DrawLineWithDegreeInner()293 int16_t drawEnd = COORD_MIN; in DrawLineWithDegreeInner()298 if (drawStart == COORD_MIN) { in DrawLineWithDegreeInner()302 if ((drawStart != COORD_MIN) && (drawEnd == COORD_MIN)) { in DrawLineWithDegreeInner()308 if (drawEnd == COORD_MIN) { in DrawLineWithDegreeInner()311 if ((drawStart != COORD_MIN) && (drawEnd != COORD_MIN)) { in DrawLineWithDegreeInner()326 inAntiEnd_ = COORD_MIN; in DrawLineAnti()
1792 if (imgPoint4.x_ < COORD_MIN) {1793 polygon[i].x_ = COORD_MIN;1800 if (imgPoint4.y_ < COORD_MIN) {1801 polygon[i].y_ = COORD_MIN;
244 if (imgPoint4.x_ < COORD_MIN) { in SetMatrix()245 polygon_[i].x_ = COORD_MIN; in SetMatrix()252 if (imgPoint4.y_ < COORD_MIN) { in SetMatrix()253 polygon_[i].y_ = COORD_MIN; in SetMatrix()
62 return { COORD_MIN, COORD_MIN }; in GetStartPos()71 return { COORD_MIN, COORD_MIN }; in GetEndPos()
527 static constexpr int32_t COORD_MIN = -16384; variable
748 Point pathEnd = {COORD_MIN, COORD_MIN}; in DoDrawPath()