Home
last modified time | relevance | path

Searched refs:destx (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/dbe/
H A Dmidbe.c460 int destx, desty; in miDbePositionWindow() local
528 GravityTranslate(0, 0, -dx, -dy, dw, dh, pWin->bitGravity, &destx, &desty); in miDbePositionWindow()
540 if (destx < 0) { in miDbePositionWindow()
541 savewidth += destx; in miDbePositionWindow()
542 sourcex -= destx; in miDbePositionWindow()
543 destx = 0; in miDbePositionWindow()
546 if (destx + savewidth > width) { in miDbePositionWindow()
547 savewidth = width - destx; in miDbePositionWindow()
626 destx, desty); in miDbePositionWindow()
639 destx, desty); in miDbePositionWindow()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c1808 int dw, int dh, unsigned gravity, int *destx, int *desty) in GravityTranslate() argument
1812 *destx = x + dw / 2; in GravityTranslate()
1816 *destx = x + dw; in GravityTranslate()
1820 *destx = x; in GravityTranslate()
1824 *destx = x + dw / 2; in GravityTranslate()
1828 *destx = x + dw; in GravityTranslate()
1832 *destx = x; in GravityTranslate()
1836 *destx = x + dw / 2; in GravityTranslate()
1840 *destx = x + dw; in GravityTranslate()
1844 *destx = oldx; in GravityTranslate()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dcirrusfb.c398 u_short destx, u_short desty,
2656 u_short destx, u_short desty, in cirrusfb_BitBLT() argument
2670 if (curx < destx) in cirrusfb_BitBLT()
2677 ndest = (desty * line_length) + destx; in cirrusfb_BitBLT()