Searched refs:pUpPath (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | path.c | 1792 PPATH flat_path, pNewPath, *pStrokes = NULL, *pOldStrokes, pUpPath, pDownPath; in IntGdiWidenPath() local 1890 pUpPath = ExAllocatePoolWithTag(PagedPool, sizeof(PATH), TAG_PATH); in IntGdiWidenPath() 1891 PATH_InitGdiPath(pUpPath); in IntGdiWidenPath() 1892 pUpPath->state = PATH_Open; in IntGdiWidenPath() 1930 PATH_AddEntry(pUpPath, &pt, PT_LINETO); in IntGdiWidenPath() 1938 PATH_AddEntry(pUpPath, &pt, PT_LINETO); in IntGdiWidenPath() 1994 pInsidePath = pUpPath; in IntGdiWidenPath() 2000 pOutsidePath = pUpPath; in IntGdiWidenPath() 2093 type = add_points( pNewPath, pUpPath->pPoints, pUpPath->numEntriesUsed, PT_LINETO ); in IntGdiWidenPath() 2101 PATH_DestroyGdiPath(pUpPath); in IntGdiWidenPath() [all …]
|