/reactos/win32ss/gdi/gdi32/include/ |
H A D | precomp.h | 31 #define LPPOINT PPOINTL 32 #define PPOINT PPOINTL
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | coord.h | 172 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 D | coord.c | 1294 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 D | xformobj.c | 368 _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 D | fillshap.c | 94 BrushOrigin = *((PPOINTL)&pbrFill->ptOrigin); in IntGdiPolygon() 642 BrushOrigin = *((PPOINTL)&pbrFill->ptOrigin); in IntRectangle()
|
H A D | dcutil.c | 746 IntDPtoLP(pdc, (PPOINTL)&rc, 2); in NtGdiGetBoundsRect()
|
H A D | path.c | 133 return XFORMOBJ_bApplyXform(&xo, XF_LTOL, count, (PPOINTL)ppt, (PPOINTL)ppt); in GdiPathDPtoLP()
|
H A D | freetype.c | 7157 (PPOINTL)&MaskRect, in IntExtTextOutW()
|
/reactos/win32ss/ |
H A D | pch.h | 53 #define LPPOINT PPOINTL 54 #define PPOINT PPOINTL
|
/reactos/win32ss/gdi/eng/ |
H A D | pandisp.c | 285 _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 D | bitblt_new.c | 23 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 D | umpdstubs.c | 684 _In_reads_(cPoints) PPOINTL pptIn, in NtGdiXFORMOBJ_bApplyXform() 685 _Out_writes_(cPoints) PPOINTL pptOut) in NtGdiXFORMOBJ_bApplyXform()
|
H A D | bitblt.c | 740 pptlSrc = (PPOINTL)&rclSrcClipped; in IntEngBitBlt() 1194 (PPOINTL)&rcDest); in IntEngMaskBlt() 1218 (PPOINTL)&rcTemp); in IntEngMaskBlt()
|
H A D | stretchblt.c | 625 (PPOINTL)SourceRect, in IntEngStretchBlt()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | coord.c | 196 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 D | dc.c | 812 return NtGdiGetDCPoint(hdc, GdiGetAspectRatioFilter, (PPOINTL)lpAspectRatio ); in GetAspectRatioFilterEx()
|
/reactos/win32ss/drivers/displays/vga/ |
H A D | vgaddi.h | 230 typedef VOID (*PFN_ScreenToScreenBlt)(PDEVSURF, PRECTL, PPOINTL, INT);
|
/reactos/win32ss/user/ntuser/ |
H A D | simplecall.c | 328 PPOINTL pptl; in NtUserCallOneParam() 339 pptl = (PPOINTL)Param; in NtUserCallOneParam()
|
/reactos/sdk/include/psdk/ |
H A D | windef.h | 331 } POINTL,*PPOINTL; typedef
|
H A D | wtypes.idl | 170 } POINTL, *PPOINTL;
|
H A D | ntgdi.h | 2198 _Out_ PPOINTL pptOut); 3483 _In_reads_(cPoints) PPOINTL pptIn, 3484 _Out_writes_(cPoints) PPOINTL pptOut);
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | generated.c | 3339 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 D | shlwapi_undoc.h | 93 BOOL WINAPI SHSimulateDrop(IDropTarget *pDrop, IDataObject *pDataObj, DWORD grfKeyState, PPOINTL lp…
|
/reactos/dll/win32/shlwapi/ |
H A D | ordinal.c | 1829 DWORD grfKeyState, PPOINTL lpPt, DWORD* pdwEffect) in SHSimulateDrop()
|