Home
last modified time | relevance | path

Searched defs:pPoly (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/gdi/gdi32/wine/
H A Denhmetafile.c1044 const EMRPOLYGON16 *pPoly = (const EMRPOLYGON16 *)mr; in PlayEnhMetaFileRecord() local
1060 const EMRPOLYLINE16 *pPoly = (const EMRPOLYLINE16 *)mr; in PlayEnhMetaFileRecord() local
1076 const EMRPOLYLINETO16 *pPoly = (const EMRPOLYLINETO16 *)mr; in PlayEnhMetaFileRecord() local
1092 const EMRPOLYBEZIER16 *pPoly = (const EMRPOLYBEZIER16 *)mr; in PlayEnhMetaFileRecord() local
1108 const EMRPOLYBEZIERTO16 *pPoly = (const EMRPOLYBEZIERTO16 *)mr; in PlayEnhMetaFileRecord() local
/reactos/win32ss/gdi/gdi32/objects/
H A Dpainting.c533 _In_ PPOLYPATBLT pPoly, in PolyPatBlt()