Searched refs:PATH_DoArcPart (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | path.c | 890 PATH_DoArcPart( in PATH_DoArcPart() function 1099 PATH_DoArcPart(pPath, in PATH_Arc() 1946 …PATH_DoArcPart(pUpPath , corners, theta + M_PI_2 , theta + 3 * M_PI_4, (j == 0 ? PT_MOVETO : FALSE… in IntGdiWidenPath() 1947 PATH_DoArcPart(pUpPath , corners, theta + 3 * M_PI_4 , theta + M_PI, FALSE); in IntGdiWidenPath() 1948 PATH_DoArcPart(pUpPath , corners, theta + M_PI, theta + 5 * M_PI_4, FALSE); in IntGdiWidenPath() 1949 … PATH_DoArcPart(pUpPath , corners, theta + 5 * M_PI_4 , theta + 3 * M_PI_2, FALSE); in IntGdiWidenPath()
|