Home
last modified time | relevance | path

Searched refs:DEC_OP_RECT (Results 1 – 2 of 2) sorted by relevance

/dports/x11-drivers/xf86-video-apm/xf86-video-apm-1.3.0/src/
H A Dapm_funcs.c130 SETDEC(DEC_QUICKSTART_ONDIMX | DEC_OP_RECT | DEC_DEST_UPD_TRCORNER | in A()
187 SETDEC(DEC_START | DEC_OP_RECT | DEC_DEST_UPD_TRCORNER | pApm->CurrentLayout.Setup_DEC); in A()
760 SETDEC(pApm->CurrentLayout.Setup_DEC | ((h == 1) ? DEC_OP_STRIP : DEC_OP_RECT) | in A()
765 SETDEC(pApm->CurrentLayout.Setup_DEC | ((h == 1) ? DEC_OP_STRIP : DEC_OP_RECT) | in A()
774 SETDEC(pApm->CurrentLayout.Setup_DEC | ((h == 1) ? DEC_OP_STRIP : DEC_OP_RECT) | in A()
781 SETDEC(pApm->CurrentLayout.Setup_DEC | ((h == 1) ? DEC_OP_STRIP : DEC_OP_RECT) | in A()
H A Dapm_regs.h176 #define DEC_OP_RECT 0x00000002 macro