Package com.ms.com.directX
Previous
Microsoft Packages
Index
Next
DDBLTFX_ Values
Use with the
dwDDFX
field of the
ddBltBatch
class.
DDBLTFX_ARITHSTRETCHY
Uses arithmetic stretching along the y-axis for this blit.
DDBLTFX_MIRRORLEFTRIGHT
Turns the surface on its y-axis. This blit mirrors the surface from left to right.
DDBLTFX_MIRRORUPDOWN
Turns the surface on its x-axis. This blit mirrors the surface from top to bottom.
DDBLTFX_NOTEARING
Schedules this blit to avoid tearing.
DDBLTFX_ROTATE180
Rotates the surface 180 degrees clockwise during this blit.
DDBLTFX_ROTATE270
Rotates the surface 270 degrees clockwise during this blit.
DDBLTFX_ROTATE90
Rotates the surface 90 degrees clockwise during this blit.
DDBLTFX_ZBUFFERBASEDEST
Adds the
dwZBufferBaseDest
field to each of the source z-values before comparing them with the destination z-values during this z-blit.
DDBLTFX_ZBUFFERRANGE
Uses the
dwZBufferLow
and
dwZBufferHigh
fields as range values to specify limits to the bits copied from a source surface during this z-blit.
© 1996 Microsoft Corporation. All rights reserved.