Home
last modified time | relevance | path

Searched refs:hPath (Results 1 – 8 of 8) sorted by relevance

/reactos/win32ss/gdi/ntgdi/
H A Dpath.c90 PATH_Delete(HPATH hPath) in PATH_Delete() argument
93 if (!hPath) return FALSE; in PATH_Delete()
94 pPath = PATH_LockPath(hPath); in PATH_Delete()
213 if (dst->dclevel.hPath == NULL) in PATH_RestorePath()
2468 if (!dc->dclevel.hPath) in NtGdiAbortPath()
2480 dc->dclevel.hPath = 0; in NtGdiAbortPath()
2508 if (dc->dclevel.hPath) in NtGdiBeginPath()
2674 dc->dclevel.hPath = 0; in NtGdiFillPath()
2921 pDc->dclevel.hPath = NULL; in NtGdiPathToRegion()
3019 pDc->dclevel.hPath = 0; in NtGdiStrokeAndFillPath()
[all …]
H A Ddcstate.c93 if (dc->dclevel.hPath) in IntGdiCleanDC()
96 if (!PATH_Delete(dc->dclevel.hPath)) in IntGdiCleanDC()
100 dc->dclevel.hPath = 0; in IntGdiCleanDC()
191 if (pdcSave->dclevel.hPath) in DC_vRestoreDC()
306 if (pdc->dclevel.hPath) in NtGdiSaveDC()
H A Dline.c211 PATH_Delete(dc->dclevel.hPath); in IntGdiLineTo()
212 dc->dclevel.hPath = NULL; in IntGdiLineTo()
217 dc->dclevel.hPath = pPath->BaseObject.hHmgr; in IntGdiLineTo()
233 PATH_Delete(dc->dclevel.hPath); in IntGdiLineTo()
234 dc->dclevel.hPath = NULL; in IntGdiLineTo()
374 PATH_Delete(dc->dclevel.hPath); in IntGdiPolyline()
375 dc->dclevel.hPath = NULL; in IntGdiPolyline()
380 dc->dclevel.hPath = pPath->BaseObject.hHmgr; in IntGdiPolyline()
399 PATH_Delete(dc->dclevel.hPath); in IntGdiPolyline()
400 dc->dclevel.hPath = NULL; in IntGdiPolyline()
H A Dpath.h70 #define PATH_LockPath(hPath) ((PPATH)GDIOBJ_ShareLockObj((HGDIOBJ)hPath, GDI_OBJECT_TYPE_PATH)) argument
72 #define PATH_IsPathOpen(dclevel) ( ((dclevel).hPath) && ((dclevel).flPath & DCPATH_ACTIVE) )
102 BOOL FASTCALL PATH_Delete(HPATH hPath);
H A Dfillshap.c112 PATH_Delete(dc->dclevel.hPath); in IntGdiPolygon()
113 dc->dclevel.hPath = NULL; in IntGdiPolygon()
118 dc->dclevel.hPath = pPath->BaseObject.hHmgr; in IntGdiPolygon()
138 PATH_Delete(dc->dclevel.hPath); in IntGdiPolygon()
139 dc->dclevel.hPath = NULL; in IntGdiPolygon()
668 PATH_Delete(dc->dclevel.hPath); in IntRectangle()
669 dc->dclevel.hPath = NULL; in IntRectangle()
674 dc->dclevel.hPath = pPath->BaseObject.hHmgr; in IntRectangle()
694 PATH_Delete(dc->dclevel.hPath); in IntRectangle()
695 dc->dclevel.hPath = NULL; in IntRectangle()
H A Ddclife.c266 pdc->dclevel.hPath = NULL; in DC_vInitDc()
398 if (pdc->dclevel.hPath) in DC_vCleanup()
401 PATH_Delete(pdc->dclevel.hPath); in DC_vCleanup()
402 pdc->dclevel.hPath = 0; in DC_vCleanup()
419 if (pdc->dclevel.hPath) in DC_vSetOwner()
421 GreSetObjectOwner(pdc->dclevel.hPath, ulOwner); in DC_vSetOwner()
H A Ddcobjs.c502 pPath = PATH_LockPath(pdc->dclevel.hPath); in NtGdiSelectClipPath()
539 PATH_Delete(pdc->dclevel.hPath); in NtGdiSelectClipPath()
541 pdc->dclevel.hPath = NULL; in NtGdiSelectClipPath()
H A Ddc.h62 HGDIOBJ hPath; /* HPATH */ member