Home
last modified time | relevance | path

Searched refs:PPOINTL (Results 1 – 24 of 24) sorted by relevance

/reactos/win32ss/gdi/gdi32/include/
H A Dprecomp.h31 #define LPPOINT PPOINTL
32 #define PPOINT PPOINTL
/reactos/win32ss/gdi/ntgdi/
H A Dcoord.h172 BOOL APIENTRY GreGetDCPoint(HDC,UINT,PPOINTL);
176 BOOL WINAPI GreGetDCOrgEx(_In_ HDC, _Out_ PPOINTL, _Out_ PRECTL);
182 IntLPtoDP(DC* pdc, PPOINTL ppt, UINT count) in IntLPtoDP()
192 IntDPtoLP(DC* pdc, PPOINTL ppt, UINT count) in IntDPtoLP()
H A Dcoord.c1294 PPOINTL Point) in GreGetDCPoint()
1388 _Out_ PPOINTL Point, in GreGetDCOrgEx()
1411 return GreGetDCPoint(hdc, GdiGetWindowExt, (PPOINTL)lpSize); in GreGetWindowExtEx()
1420 return GreGetDCPoint(hdc, GdiGetViewPortExt, (PPOINTL)lpSize); in GreGetViewportExtEx()
1427 PPOINTL Point) in NtGdiGetDCPoint()
H A Dxformobj.c368 _In_reads_(cPoints) PPOINTL pptIn, in XFORMOBJ_bXformFixPoints()
369 _Out_writes_(cPoints) PPOINTL pptOut) in XFORMOBJ_bXformFixPoints()
673 PPOINTL pptlIn, pptlOut; in XFORMOBJ_bApplyXform()
H A Dfillshap.c94 BrushOrigin = *((PPOINTL)&pbrFill->ptOrigin); in IntGdiPolygon()
642 BrushOrigin = *((PPOINTL)&pbrFill->ptOrigin); in IntRectangle()
H A Ddcutil.c746 IntDPtoLP(pdc, (PPOINTL)&rc, 2); in NtGdiGetBoundsRect()
H A Dpath.c133 return XFORMOBJ_bApplyXform(&xo, XF_LTOL, count, (PPOINTL)ppt, (PPOINTL)ppt); in GdiPathDPtoLP()
H A Dfreetype.c7157 (PPOINTL)&MaskRect, in IntExtTextOutW()
/reactos/win32ss/
H A Dpch.h53 #define LPPOINT PPOINTL
54 #define PPOINT PPOINTL
/reactos/win32ss/gdi/eng/
H A Dpandisp.c285 _In_opt_ PPOINTL pptlSrc, in PanBitBlt()
286 _In_opt_ PPOINTL pptlMask, in PanBitBlt()
288 _In_opt_ PPOINTL pptlBrush, in PanBitBlt()
323 _In_opt_ PPOINTL pptlSrc) in PanCopyBits()
337 _In_ PPOINTL pptlBrushOrg, in PanStrokePath()
357 _In_ PPOINTL pptlOrg, in PanTextOut()
461 _In_ PPOINTL pptlDitherOrg, in PanGradientFill()
H A Dbitblt_new.c23 PPOINTL pptlSrc, in CalculateCoordinates()
24 PPOINTL pptlMask, in CalculateCoordinates()
25 PPOINTL pptlPat, in CalculateCoordinates()
362 _Out_ PPOINTL pptOffset, in AdjustOffsetAndSize()
364 _In_ PPOINTL pptlSrc, in AdjustOffsetAndSize()
H A Dumpdstubs.c684 _In_reads_(cPoints) PPOINTL pptIn, in NtGdiXFORMOBJ_bApplyXform()
685 _Out_writes_(cPoints) PPOINTL pptOut) in NtGdiXFORMOBJ_bApplyXform()
H A Dbitblt.c740 pptlSrc = (PPOINTL)&rclSrcClipped; in IntEngBitBlt()
1194 (PPOINTL)&rcDest); in IntEngMaskBlt()
1218 (PPOINTL)&rcTemp); in IntEngMaskBlt()
H A Dstretchblt.c625 (PPOINTL)SourceRect, in IntEngStretchBlt()
/reactos/win32ss/gdi/gdi32/objects/
H A Dcoord.c196 if (NtGdiGetDCPoint(hdc, GdiGetViewPortExt, (PPOINTL)&sizlView)) in DPtoLP()
370 return NtGdiGetDCPoint(hdc, GdiGetViewPortExt, (PPOINTL)lpSize); in GetViewportExtEx()
829 return NtGdiGetDCPoint(hdc, GdiGetDCOrg, (PPOINTL)lpPoint); in GetDCOrgEx()
H A Ddc.c812 return NtGdiGetDCPoint(hdc, GdiGetAspectRatioFilter, (PPOINTL)lpAspectRatio ); in GetAspectRatioFilterEx()
/reactos/win32ss/drivers/displays/vga/
H A Dvgaddi.h230 typedef VOID (*PFN_ScreenToScreenBlt)(PDEVSURF, PRECTL, PPOINTL, INT);
/reactos/win32ss/user/ntuser/
H A Dsimplecall.c328 PPOINTL pptl; in NtUserCallOneParam()
339 pptl = (PPOINTL)Param; in NtUserCallOneParam()
/reactos/sdk/include/psdk/
H A Dwindef.h331 } POINTL,*PPOINTL; typedef
H A Dwtypes.idl170 } POINTL, *PPOINTL;
H A Dntgdi.h2198 _Out_ PPOINTL pptOut);
3483 _In_reads_(cPoints) PPOINTL pptIn,
3484 _Out_writes_(cPoints) PPOINTL pptOut);
/reactos/modules/rostests/winetests/ntdll/
H A Dgenerated.c3339 TEST_TYPE_SIZE (PPOINTL, 8) in test_pack_PPOINTL()
3340 TEST_TYPE_ALIGN (PPOINTL, 8) in test_pack_PPOINTL()
3341 TEST_TARGET_SIZE (PPOINTL, 8) in test_pack_PPOINTL()
3342 TEST_TARGET_ALIGN(PPOINTL, 4) in test_pack_PPOINTL()
6756 TEST_TYPE_SIZE (PPOINTL, 4) in test_pack_PPOINTL()
6757 TEST_TYPE_ALIGN (PPOINTL, 4) in test_pack_PPOINTL()
6758 TEST_TARGET_SIZE (PPOINTL, 8) in test_pack_PPOINTL()
6759 TEST_TARGET_ALIGN(PPOINTL, 4) in test_pack_PPOINTL()
/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h93 BOOL WINAPI SHSimulateDrop(IDropTarget *pDrop, IDataObject *pDataObj, DWORD grfKeyState, PPOINTL lp…
/reactos/dll/win32/shlwapi/
H A Dordinal.c1829 DWORD grfKeyState, PPOINTL lpPt, DWORD* pdwEffect) in SHSimulateDrop()