ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | MIN_COORD (INT_MIN / 16) |
#define | MAX_COORD (INT_MAX / 16) |
#define | CoordLPtoDP(pdc, ppt) INTERNAL_LPTODP(pdc, ppt, 1) |
#define | CoordDPtoLP(pdc, ppt) INTERNAL_DPTOLP(pdc, ppt, 1) |
#define | XForm2MatrixS(m, x) XFormToMatrix(m, (XFORML*)x) |
#define | MatrixS2XForm(x, m) MatrixToXForm((XFORML*)x, m) |
#define CoordDPtoLP | ( | pdc, | |
ppt | |||
) | INTERNAL_DPTOLP(pdc, ppt, 1) |
#define CoordLPtoDP | ( | pdc, | |
ppt | |||
) | INTERNAL_LPTODP(pdc, ppt, 1) |
FORCEINLINE PMATRIX DC_pmxDeviceToWorld | ( | PDC | pdc | ) |
Definition at line 149 of file coord.h.
Referenced by NtGdiGetTransform(), and NtGdiTransformPoints().
FORCEINLINE PMATRIX DC_pmxWorldToDevice | ( | PDC | pdc | ) |
Definition at line 135 of file coord.h.
Referenced by DC_vUpdateDeviceToWorld(), ftGdiGetGlyphOutline(), IntExtTextOutW(), NtGdiGetTransform(), NtGdiTransformPoints(), and REGION_LPTODP().
FORCEINLINE PMATRIX DC_pmxWorldToPage | ( | PDC | pdc | ) |
Definition at line 128 of file coord.h.
Referenced by NtGdiGetTransform().
FORCEINLINE PSIZEL DC_pszlViewportExt | ( | PDC | pdc | ) |
Definition at line 111 of file coord.h.
Referenced by DC_vGetPageToDevice(), GreGetDCPoint(), NtGdiScaleViewportExtEx(), and PATH_StrokePath().
Definition at line 93 of file coord.c.
Referenced by DC_pszlViewportExt(), and NtGdiScaleViewportExtEx().
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 7 of file dcutil.c.
Referenced by co_UserGetUpdateRect(), and IntDefWindowProc().
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 192 of file coord.h.
Referenced by GreDPtoLP(), IntGdiMoveToEx(), NtGdiGetBoundsRect(), and PATH_StrokePath().
Definition at line 13 of file coord.h.
Referenced by INTERNAL_DPTOLP(), INTERNAL_LPTODP(), and NtGdiTransformPoints().
Definition at line 55 of file coord.h.
Referenced by IntDPtoLP().
Definition at line 47 of file coord.h.
Referenced by IntLPtoDP(), and PATH_Arc().
Definition at line 828 of file coord.c.
Referenced by _Success_(), and PATH_FillPathEx().
Definition at line 182 of file coord.h.
Referenced by add_log_points(), GreGradientFill(), GreLPtoDP(), GreStretchBltMask(), IntArc(), IntExtTextOutW(), IntGdiLineTo(), IntGdiPolygon(), IntGdiPolyline(), IntPatBlt(), IntRectangle(), IntRoundRect(), NtGdiAlphaBlend(), NtGdiBeginPath(), NtGdiEllipse(), NtGdiExcludeClipRect(), NtGdiExtFloodFill(), NtGdiGetPixel(), NtGdiIntersectClipRect(), NtGdiLineTo(), NtGdiMaskBlt(), NtGdiOffsetClipRgn(), NtGdiPtVisible(), NtGdiRectVisible(), NtGdiSetBoundsRect(), NtGdiSetDIBitsToDeviceInternal(), NtGdiSetPixel(), NtGdiStretchDIBitsInternal(), NtGdiTransparentBlt(), PATH_CheckRect(), PATH_MoveTo(), PATH_PolyDraw(), PATH_RoundRect(), and UserDrawIconEx().
Definition at line 1055 of file coord.c.
Referenced by NtGdiMirrorWindowOrg(), NtGdiScaleViewportExtEx(), and NtGdiScaleWindowExtEx().
FORCEINLINE void InvertXform | ( | XFORML * | pxformDest, |
const XFORML * | pxformSource | ||
) |
Definition at line 84 of file coord.h.
FORCEINLINE void MatrixToXForm | ( | XFORML * | pxform, |
const MATRIX * | pmx | ||
) |
FORCEINLINE void XFormToMatrix | ( | MATRIX * | pmx, |
const XFORML * | pxform | ||
) |