Searched refs:MASK_CLIP (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_2dtool.h152 #define MASK_CLIP 0xFFF macro
387 clip1 = (ULONG)(((left & MASK_CLIP) << 16) + (top & MASK_CLIP)); \
395 clip2 = (ULONG)(((right & MASK_CLIP) << 16) + (bottom & MASK_CLIP)); \
547 addr->PKT_SC_dwData[0] = (ULONG)(((left & MASK_CLIP) << 16) + (top & MASK_CLIP)); \
552 addr->PKT_SC_dwData[0] = (ULONG)(((right & MASK_CLIP) << 16) + (bottom & MASK_CLIP)); \

Completed in 3 milliseconds