Home
last modified time | relevance | path

Searched refs:CoordLPtoDP (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/gdi/ntgdi/
H A Dline.c103 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 Dcoord.h187 #define CoordLPtoDP(pdc, ppt) INTERNAL_LPTODP(pdc, ppt, 1) macro
H A Dpath.c607 CoordLPtoDP(dc, &pointCurPos); in PATH_LineTo()
1057 CoordLPtoDP(dc, &pointCurPos); in PATH_Arc()
1364 CoordLPtoDP(dc, &pt); in PATH_PolyPolyline()