Searched refs:PT_MOVETO (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/gdi32/ |
H A D | path.c | 460 {0, 0, PT_MOVETO}, /* 0 */ 508 {0, 0, PT_MOVETO}, /* 0 */ 564 {25, 25, PT_MOVETO}, /* 11 */ 571 {40, 40, PT_MOVETO}, /* 18 */ 573 {35, 40, PT_MOVETO}, /* 20 */ 606 PT_MOVETO, PT_MOVETO, PT_MOVETO, PT_LINETO | PT_CLOSEFIGURE}; /* 27 */ 823 {39, 20, PT_MOVETO}, /* 0 */ 827 {54, 35, PT_MOVETO}, /* 4 */ 831 {59, 45, PT_MOVETO}, /* 8 */ 978 {39, 25, PT_MOVETO}, /* 0 */ [all …]
|
H A D | metafile.c | 3848 BYTE types[9] = { PT_MOVETO, PT_LINETO, PT_BEZIERTO, PT_BEZIERTO, PT_BEZIERTO, PT_LINETO, in test_emf_paths() 3849 PT_LINETO | PT_CLOSEFIGURE, PT_MOVETO, PT_LINETO }; in test_emf_paths()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | path.c | 660 type[0] = PT_MOVETO; in PATH_Rectangle() 770 type[0] = PT_MOVETO; in PATH_RoundRect() 872 type[0] = PT_MOVETO; in PATH_Ellipse() 1172 type[0] = PT_MOVETO; in PATH_PolyBezier() 1212 case PT_MOVETO: in PATH_PolyDraw() 1329 type[0] = PT_MOVETO; in PATH_PolyPolygon() 1418 case PT_MOVETO: in PATH_FlattenPath() 1470 ASSERT( pPath->pFlags[0] == PT_MOVETO ); in PATH_PathToRegion() 1678 case PT_MOVETO: in PATH_StrokePath() 1829 case PT_MOVETO: in IntGdiWidenPath() [all …]
|
H A D | line.c | 584 case PT_MOVETO: in GdiPolyDraw() 617 case PT_MOVETO: in GdiPolyDraw()
|
/reactos/modules/rostests/tests/txtscale/ |
H A D | txtscale.cpp | 191 if (pTypes[iPoint] == PT_MOVETO) in MainWndProc()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 289 #define PT_MOVETO 6 macro 884 #define PT_MOVETO 6 macro
|
/reactos/dll/win32/gdiplus/ |
H A D | graphics.c | 88 ret = PT_MOVETO; in convert_path_point_type()
|