ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
const MATRIX | gmxIdentity |
Definition at line 93 of file coord.c.
Referenced by DC_pszlViewportExt(), and NtGdiScaleViewportExtEx().
Definition at line 1274 of file coord.c.
Referenced by GreGetDCPoint().
Definition at line 136 of file coord.c.
Referenced by DC_vUpdateWorldToDevice(), and NtGdiGetTransform().
Definition at line 1086 of file coord.c.
Referenced by NtGdiSetLayout().
Definition at line 204 of file coord.c.
Referenced by DC_pmxDeviceToWorld(), and IntDPtoLP().
Definition at line 182 of file coord.c.
Referenced by DC_pmxWorldToDevice(), and IntLPtoDP().
Definition at line 227 of file coord.c.
Referenced by NtGdiCombineTransform().
Definition at line 1386 of file coord.c.
Definition at line 1291 of file coord.c.
Referenced by co_UserExcludeUpdateRgn(), GreGetDCOrgEx(), GreGetViewportExtEx(), GreGetWindowExtEx(), and NtGdiGetDCPoint().
Definition at line 1416 of file coord.c.
Referenced by DrawTextExWorker().
Definition at line 1407 of file coord.c.
Referenced by DrawTextExWorker().
Definition at line 461 of file coord.c.
Referenced by NtGdiModifyWorldTransform(), PATH_FillPathEx(), and PATH_StrokePath().
Definition at line 1357 of file coord.c.
Referenced by DceSetDrawable().
Definition at line 915 of file coord.c.
Referenced by MENU_DrawBitmapItem().
Definition at line 828 of file coord.c.
Referenced by _Success_(), and PATH_FillPathEx().
Definition at line 1055 of file coord.c.
Referenced by NtGdiMirrorWindowOrg(), NtGdiScaleViewportExtEx(), and NtGdiScaleWindowExtEx().
BOOL APIENTRY NtGdiCombineTransform | ( | LPXFORM | UnsafeXFormResult, |
LPXFORM | Unsafexform1, | ||
LPXFORM | Unsafexform2 | ||
) |
Definition at line 258 of file coord.c.
Definition at line 1424 of file coord.c.
Referenced by DPtoLP(), GetAspectRatioFilterEx(), GetDCOrgEx(), and GetViewportExtEx().
Definition at line 286 of file coord.c.
Definition at line 509 of file coord.c.
BOOL APIENTRY NtGdiScaleViewportExtEx | ( | HDC | hDC, |
int | Xnum, | ||
int | Xdenom, | ||
int | Ynum, | ||
int | Ydenom, | ||
LPSIZE | pSize | ||
) |
Definition at line 667 of file coord.c.
BOOL APIENTRY NtGdiScaleWindowExtEx | ( | HDC | hDC, |
int | Xnum, | ||
int | Xdenom, | ||
int | Ynum, | ||
int | Ydenom, | ||
LPSIZE | pSize | ||
) |
Definition at line 746 of file coord.c.
Definition at line 1133 of file coord.c.
BOOL APIENTRY NtGdiSetVirtualResolution | ( | IN HDC | hdc, |
IN INT | cxVirtualDevicePixel, | ||
IN INT | cyVirtualDevicePixel, | ||
IN INT | cxVirtualDeviceMm, | ||
IN INT | cyVirtualDeviceMm | ||
) |
Definition at line 1232 of file coord.c.
BOOL APIENTRY NtGdiTransformPoints | ( | HDC | hDC, |
PPOINT | UnsafePtsIn, | ||
PPOINT | UnsafePtOut, | ||
INT | Count, | ||
INT | iMode | ||
) |
Converts points from logical coordinates into device coordinates. Conversion depends on the mapping mode, world transfrom, viewport origin settings for the given device context.
hDC | device context. |
Points | an array of POINT structures (in/out). |
Count | number of elements in the array of POINT structures. |
Definition at line 366 of file coord.c.