/reactos/win32ss/gdi/ntgdi/ |
H A D | bitblt.c | 76 IntLPtoDP(DCDest, (LPPOINT)&DestRect, 2); in NtGdiAlphaBlend() 92 IntLPtoDP(DCSrc, (LPPOINT)&SourceRect, 2); in NtGdiAlphaBlend() 254 IntLPtoDP(DCDest, (LPPOINT)&rcDest, 2); in NtGdiTransparentBlt() 265 IntLPtoDP(DCSrc, (LPPOINT)&rcSrc, 2); in NtGdiTransparentBlt() 437 IntLPtoDP(DCDest, (LPPOINT)&DestRect, 2); in NtGdiMaskBlt() 681 IntLPtoDP(DCDest, (LPPOINT)&DestRect, 2); in GreStretchBltMask() 712 IntLPtoDP(DCSrc, (LPPOINT)&SourceRect, 2); in GreStretchBltMask() 765 IntLPtoDP(DCMask, &MaskPoint, 1); in GreStretchBltMask() 891 IntLPtoDP(pdc, (LPPOINT)&DestRect, 2); in IntPatBlt() 1466 IntLPtoDP(pdc, (LPPOINT)&rcDst, 2); in NtGdiSetPixel() [all …]
|
H A D | fillshap.c | 54 IntLPtoDP(dc, Points, Count); in IntGdiPolygon() 120 IntLPtoDP(dc, &pPath->pos, 1); in IntGdiPolygon() 321 IntLPtoDP(dc, (LPPOINT)&RectBounds, 2); in NtGdiEllipse() 596 IntLPtoDP(dc, (LPPOINT)&DestRect, 2); in IntRectangle() 677 IntLPtoDP(dc, &pPath->pos, 1); in IntRectangle() 856 IntLPtoDP(dc, (LPPOINT)&RectBounds, 2); in IntRoundRect() 1010 IntLPtoDP(pdc, (LPPOINT)&rclExtent, 2); in GreGradientFill() 1024 IntLPtoDP(pdc, (LPPOINT)&ptlDitherOrg, 1); in GreGradientFill() 1174 IntLPtoDP(dc, (LPPOINT)&Pt, 1); in NtGdiExtFloodFill()
|
H A D | cliprgn.c | 466 IntLPtoDP(pdc, (LPPOINT)&rect, 2); in NtGdiExcludeClipRect() 517 IntLPtoDP(pdc, (LPPOINT)&rect, 2); in NtGdiIntersectClipRect() 565 IntLPtoDP(pdc, apt, 2); in NtGdiOffsetClipRgn() 614 IntLPtoDP(dc, &pt, 1); in NtGdiPtVisible() 667 IntLPtoDP(dc, (LPPOINT)&Rect, 2); in NtGdiRectVisible()
|
H A D | line.c | 182 IntLPtoDP(dc, Points, 2); in IntGdiLineTo() 219 IntLPtoDP(dc, &pPath->pos, 1); in IntGdiLineTo() 357 IntLPtoDP(dc, Points, Count); in IntGdiPolyline() 382 IntLPtoDP(dc, &pPath->pos, 1); in IntGdiPolyline() 517 IntLPtoDP(dc, (PPOINT)&rcLockRect, 2); in NtGdiLineTo()
|
H A D | arc.c | 104 IntLPtoDP(dc, (LPPOINT)&RectBounds, 2); in IntArc() 105 IntLPtoDP(dc, (LPPOINT)&RectSEpts, 2); in IntArc()
|
H A D | coord.h | 182 IntLPtoDP(DC* pdc, PPOINTL ppt, UINT count) in IntLPtoDP() function
|
H A D | dcutil.c | 29 IntLPtoDP(dc, lpPoints, nCount); in GreLPtoDP() 842 IntLPtoDP( pdc, (POINT *)&rcl, 2 ); in NtGdiSetBoundsRect()
|
H A D | path.c | 445 IntLPtoDP(dc, (PPOINT)rect, 2); in PATH_CheckRect() 472 IntLPtoDP( dc, &path->pPoints[path->numEntriesUsed], count ); in add_log_points() 567 IntLPtoDP( dc, &pPath->pos, 1 ); in PATH_MoveTo() 702 IntLPtoDP( dc, (PPOINT)&ellipse, 2 ); in PATH_RoundRect() 1215 IntLPtoDP( dc, &pPath->pos, 1); in PATH_PolyDraw() 2531 IntLPtoDP( dc, &pPath->pos, 1 ); in NtGdiBeginPath()
|
H A D | dibobj.c | 567 IntLPtoDP(pDC, (LPPOINT)&rcDest, 2); in NtGdiSetDIBitsToDeviceInternal() 1329 IntLPtoDP(pdc, (POINTL*)&sizel, 1); in NtGdiStretchDIBitsInternal() 1443 IntLPtoDP(pdc, (POINTL*)&rcDst, 2); in NtGdiStretchDIBitsInternal()
|
H A D | freetype.c | 6841 IntLPtoDP(dc, &Start, 1); in IntExtTextOutW() 6861 IntLPtoDP(dc, (POINT*)lprc, 2); in IntExtTextOutW()
|
/reactos/win32ss/user/ntuser/ |
H A D | cursoricon.c | 1787 IntLPtoDP(pdc, (LPPOINT)&rcDest, 2); in UserDrawIconEx() 2031 IntLPtoDP(pdc, (LPPOINT)&rcDest, 2); in UserDrawIconEx()
|