Home
last modified time | relevance | path

Searched refs:COORD_MIN (Results 1 – 6 of 6) sorted by relevance

/foundation/graphic/ui/frameworks/draw/
Ddraw_arc.cpp153 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()
Ddraw_utils.cpp1792 if (imgPoint4.x_ < COORD_MIN) {
1793 polygon[i].x_ = COORD_MIN;
1800 if (imgPoint4.y_ < COORD_MIN) {
1801 polygon[i].y_ = COORD_MIN;
/foundation/graphic/utils/frameworks/
Dtransform.cpp244 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()
/foundation/graphic/ui/test/unittest/components/
Dui_canvas_unit_test.cpp62 return { COORD_MIN, COORD_MIN }; in GetStartPos()
71 return { COORD_MIN, COORD_MIN }; in GetEndPos()
/foundation/graphic/utils/interfaces/innerkits/
Dgraphic_config.h527 static constexpr int32_t COORD_MIN = -16384; variable
/foundation/graphic/ui/frameworks/components/
Dui_canvas.cpp748 Point pathEnd = {COORD_MIN, COORD_MIN}; in DoDrawPath()