Searched refs:sy2 (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_triangle.c | 153 lv_coord_t sy2 = tri[0].y < tri[2].y ? 1 : -1; in tri_draw_flat() local 217 edge2.y += sy2; in tri_draw_flat() 257 lv_coord_t sy2 = tri[0].y < tri[2].y ? 1 : -1; in tri_draw_tall() local 322 edge2.y += sy2; in tri_draw_tall()
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestGfxPrimitives.c | 82 sy2[i][0]=ry2[i]; in InitRandomPoints() 86 sy2[i][1]=ry2[i]; in InitRandomPoints() 90 sy2[i][2]=ry2[i]+10; in InitRandomPoints() 94 sy2[i][3]=ry2[i]+10; in InitRandomPoints() 98 sy2[i][4]=ry2[i]; in InitRandomPoints() 102 sy2[i][5]=ry2[i]+10; in InitRandomPoints() 2098 polygonRGBA(screen, &sx1[i][0], &sy2[i][0], 3, r, g, b, 255); in TestSquarePolygon() 2099 polygonRGBA(screen, &sx1[i][3], &sy2[i][3], 3, r, g, b, 255); in TestSquarePolygon() 2451 filledPolygonRGBA(screen, &sx1[i][0], &sy2[i][0], 3, r, g, b, 255); in TestFilledSquarePolygon() 2654 texturedPolygon(screen, &sx1[i][0], &sy2[i][0], 3, texture, 0, 0); in TestTexturedSquarePolygon() [all …]
|
Completed in 6 milliseconds