Searched refs:PT_BEZIERTO (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/gdi32/ |
H A D | path.c | 567 {30, 30, PT_BEZIERTO}, /* 14 */ 568 {30, 35, PT_BEZIERTO}, /* 15 */ 601 PT_BEZIERTO, PT_BEZIERTO, PT_BEZIERTO, PT_LINETO, /* 12 */ 979 {39, 22, PT_BEZIERTO}, /* 1 */ 980 {37, 20, PT_BEZIERTO}, /* 2 */ 981 {34, 20, PT_BEZIERTO}, /* 3 */ 983 {22, 20, PT_BEZIERTO}, /* 5 */ 984 {20, 22, PT_BEZIERTO}, /* 6 */ 985 {20, 25, PT_BEZIERTO}, /* 7 */ 987 {20, 37, PT_BEZIERTO}, /* 9 */ [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()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | path.c | 765 if (!(type = add_points( pPath, points, 16, PT_BEZIERTO ))) in PATH_RoundRect() 866 if (!(type = add_points( pPath, points, 13, PT_BEZIERTO ))) in PATH_Ellipse() 1226 case PT_BEZIERTO: in PATH_PolyDraw() 1228 (types[i + 2] & ~PT_CLOSEFIGURE) == PT_BEZIERTO) in PATH_PolyDraw() 1427 case PT_BEZIERTO: in PATH_FlattenPath() 1691 case PT_BEZIERTO: in PATH_StrokePath() 1693 if (pPath->pFlags[i + 1] != PT_BEZIERTO || in PATH_StrokePath() 1872 case PT_BEZIERTO: in IntGdiWidenPath() 2227 add_points( pPath, lppt, 3, PT_BEZIERTO ); in PATH_BezierTo() 2243 add_points( pPath, pt, 3, PT_BEZIERTO ); in PATH_BezierTo() [all …]
|
H A D | line.c | 588 case PT_BEZIERTO: in GdiPolyDraw() 589 if((i + 2 < cCount) && (lpbTypes[i + 1] == PT_BEZIERTO) && in GdiPolyDraw() 590 ((lpbTypes[i + 2] & ~PT_CLOSEFIGURE) == PT_BEZIERTO)) in GdiPolyDraw() 626 case PT_BEZIERTO: in GdiPolyDraw()
|
/reactos/modules/rostests/tests/txtscale/ |
H A D | txtscale.cpp | 207 pTypes[iPoint] == PT_BEZIERTO || in MainWndProc() 208 pTypes[iPoint] == (PT_BEZIERTO | PT_CLOSEFIGURE) in MainWndProc()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 291 #define PT_BEZIERTO 4 macro 886 #define PT_BEZIERTO 4 macro
|
/reactos/dll/win32/gdiplus/ |
H A D | graphics.c | 82 ret = PT_BEZIERTO; in convert_path_point_type()
|