Searched refs:CoordLPtoDP (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | line.c | 103 CoordLPtoDP(dc, &pdcattr->ptfxCurrent); // Update fx in IntGdiMoveToEx() 139 CoordLPtoDP(dc, &pdcattr->ptfxCurrent); // Update fx in IntGetCurrentPositionEx() 254 CoordLPtoDP(dc, &pdcattr->ptfxCurrent); // Update fx in IntGdiLineTo() 319 CoordLPtoDP(dc, &pdcattr->ptfxCurrent); // Update fx in IntGdiPolyBezierTo() 455 CoordLPtoDP(dc, &pdcattr->ptfxCurrent); // Update fx in IntGdiPolylineTo()
|
H A D | coord.h | 187 #define CoordLPtoDP(pdc, ppt) INTERNAL_LPTODP(pdc, ppt, 1) macro
|
H A D | path.c | 607 CoordLPtoDP(dc, &pointCurPos); in PATH_LineTo() 1057 CoordLPtoDP(dc, &pointCurPos); in PATH_Arc() 1364 CoordLPtoDP(dc, &pt); in PATH_PolyPolyline()
|