| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 444 int crtc_x = x, crtc_y = y; local in function:xf86_crtc_set_cursor_position 450 xf86_crtc_transform_cursor_position(crtc, &crtc_x, &crtc_y); 453 crtc_y -= crtc->y; 459 if (crtc_x >= mode->HDisplay || crtc_y >= mode->VDisplay || 460 crtc_x <= -cursor_info->MaxWidth || crtc_y <= -cursor_info->MaxHeight) { 468 crtc->funcs->set_cursor_position(crtc, crtc_x, crtc_y);
|
| H A D | xf86RandR12.c | 193 * and a crtc position (crtc_x, crtc_y), 203 double crtc_x, double crtc_y, 308 t[i] = m->m[1][i] * crtc_x - m->m[0][i] * crtc_y; 312 p[i] = m->m[1][i] - m->m[2][i] * crtc_y; 341 *new_pan_y = screen_y - crtc_y; 200 xf86ComputeCrtcPan(Bool transform_in_use,struct pixman_f_transform * m,double screen_x,double screen_y,double crtc_x,double crtc_y,int old_pan_x,int old_pan_y,int * new_pan_x,int * new_pan_y) argument
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmMode.h | 249 uint32_t crtc_x, crtc_y; member in struct:_drmModePlane 439 uint32_t crtc_x, uint32_t crtc_y,
|
| H A D | xf86drmMode.c | 1132 uint32_t crtc_x, uint32_t crtc_y, 1145 s.crtc_y = crtc_y; 1130 drmModeSetPlane(int fd,uint32_t plane_id,uint32_t crtc_id,uint32_t fb_id,uint32_t flags,uint32_t crtc_x,uint32_t crtc_y,uint32_t crtc_w,uint32_t crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h) argument
|
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| H A D | modetest.c | 534 ovr->crtc_x, ovr->crtc_y, ovr->x, ovr->y, 1221 int crtc_x, crtc_y, crtc_w, crtc_h; local in function:atomic_set_plane 1257 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; 1260 crtc_y = p->y; 1270 add_property(dev, p->plane_id, "CRTC_Y", crtc_y); 1281 int crtc_x, crtc_y, crtc_w, crtc_h; local in function:set_plane 1333 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; 1336 crtc_y = p->y; 1341 0, crtc_x, crtc_y, crtc_w, crtc_h,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_video_sprite.c | 58 int32_t crtc_x, crtc_y; member in struct:local_mode_set_plane 338 s.crtc_y = dstBox->y1; 348 s.crtc_x, s.crtc_y, s.crtc_w, s.crtc_h,
|
| H A D | sna_display.c | 6532 int32_t crtc_x, crtc_y; member in struct:sna_crtc_hide_planes::local_mode_set_plane
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_video_sprite.c | 63 int32_t crtc_x, crtc_y; member in struct:local_mode_set_plane 450 s.crtc_y = dstBox->y1; 460 s.crtc_x, s.crtc_y, s.crtc_w, s.crtc_h,
|
| H A D | sna_display.c | 139 int32_t crtc_x, crtc_y; member in struct:local_mode_set_plane 5485 int crtc_y = crtc->offset >> 16; local in function:output_retrain_link 5490 return sna_crtc_flip(sna, crtc, crtc->bo, crtc_x, crtc_y);
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | drm_mode.h | 304 __s32 crtc_y; member in struct:drm_mode_set_plane
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| H A D | drm_mode.h | 275 __s32 crtc_y; member in struct:drm_mode_set_plane
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | drm_mode.h | 304 __s32 crtc_y; member in struct:drm_mode_set_plane
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 177 * and a crtc position (crtc_x, crtc_y), 187 double crtc_x, double crtc_y, 293 t[i] = m->m[1][i] * crtc_x - m->m[0][i] * crtc_y; 297 p[i] = m->m[1][i] - m->m[2][i] * crtc_y; 324 *new_pan_y = screen_y - crtc_y; 184 xf86ComputeCrtcPan(Bool transform_in_use,struct pixman_f_transform * m,double screen_x,double screen_y,double crtc_x,double crtc_y,int old_pan_x,int old_pan_y,int * new_pan_x,int * new_pan_y) argument
|