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

/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_funcs.c255 SETCLIP_RIGHTBOT(x2 + w - 1, y2 + h - 1);
421 SETCLIP_RIGHTBOT(x + w - 1, y + h - 1);
851 SETCLIP_RIGHTBOT(x+w-1, y+h-1);
927 SETCLIP_RIGHTBOT(x+w-1, y+h-1);
972 SETCLIP_RIGHTBOT(x + w - 1, y + h - 1);
998 SETCLIP_RIGHTBOT(x + w, y + h);
1156 SETCLIP_RIGHTBOT(x2,y2);
H A Dapm_regs.h156 #define SETCLIP_RIGHTBOT(x,y) WRXL(0x3C, ((y) << 16) | ((x) & 0xFFFF)) macro

Completed in 5 milliseconds