| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 214 int xin, yin; local in function:xf86_crtc_convert_cursor_to_argb 228 x, y, &xin, &yin); 229 if (get_bit (src, cursor_info, xin, yin, TRUE) == 232 if (get_bit (src, cursor_info, xin, yin, FALSE)) 433 int xin, yin; local in function:xf86_crtc_load_cursor_image 445 x, y, &xin, &yin); 446 if (get_bit(src, cursor_info, xin, yin, FALSE)) 448 if (get_bit(src, cursor_info, xin, yin, TRUE)) 529 int xin, yin; local in function:xf86_crtc_load_cursor_argb 540 x, y, &xin, &yin); [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 267 int xin, yin; local in function:xf86_crtc_convert_cursor_to_argb 278 cursor_info->MaxHeight, x, y, &xin, &yin); 279 if (get_bit(src, cursor_info, xin, yin, TRUE) == 281 if (get_bit(src, cursor_info, xin, yin, FALSE)) 508 int xin, yin; local in function:xf86_crtc_load_cursor_image 519 x, y, &xin, &yin); 520 if (get_bit(src, cursor_info, xin, yin, FALSE)) 522 if (get_bit(src, cursor_info, xin, yin, TRUE)) 607 int xin, yin; local in function:xf86_crtc_load_cursor_argb 618 &xin, &yin); [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_display.c | 6234 int xin, yin; local in function:__sna_get_cursor 6236 rotate_coord(rotation, size, x, y, &xin, &yin); 6237 if (xin < width && yin < height) 6241 if (mask[yin*pitch + byte] & (1 << bit)) { 6242 if (source[yin*pitch + byte] & (1 << bit)) 6249 pixel = argb[yin * width + xin];
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_display.c | 4629 int xin, yin; local in function:__sna_get_cursor 4631 rotate_coord(rotation, size, x, y, &xin, &yin); 4632 if (xin < width && yin < height) 4636 if (mask[yin*pitch + byte] & (1 << bit)) { 4637 if (source[yin*pitch + byte] & (1 << bit)) 4644 pixel = argb[yin * width + xin];
|