HomeSort by: relevance | last modified time | path
    Searched refs:crtc_x (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Cursors.c 444 int crtc_x = x, crtc_y = y; local
450 xf86_crtc_transform_cursor_position(crtc, &crtc_x, &crtc_y);
452 crtc_x -= crtc->x;
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);
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;
340 *new_pan_x = screen_x - crtc_x;
  /xsrc/external/mit/libdrm/dist/
xf86drmMode.h 249 uint32_t crtc_x, crtc_y; member in struct:_drmModePlane
439 uint32_t crtc_x, uint32_t crtc_y,
xf86drmMode.c 1132 uint32_t crtc_x, uint32_t crtc_y,
1144 s.crtc_x = crtc_x;
  /xsrc/external/mit/libdrm/dist/tests/modetest/
modetest.c 535 ovr->crtc_x, ovr->crtc_y, ovr->x, ovr->y,
1222 int crtc_x, crtc_y, crtc_w, crtc_h; local
1257 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2;
1260 crtc_x = p->x;
1270 add_property(dev, p->plane_id, "CRTC_X", crtc_x);
1282 int crtc_x, crtc_y, crtc_w, crtc_h; local
1333 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2;
1336 crtc_x = p->x;
1342 0, crtc_x, crtc_y, crtc_w, crtc_h
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_video_sprite.c 58 int32_t crtc_x, crtc_y; member in struct:local_mode_set_plane
337 s.crtc_x = dstBox->x1;
348 s.crtc_x, s.crtc_y, s.crtc_w, s.crtc_h,
sna_display.c 6532 int32_t crtc_x, crtc_y; member in struct:local_mode_set_plane
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_video_sprite.c 63 int32_t crtc_x, crtc_y; member in struct:local_mode_set_plane
449 s.crtc_x = dstBox->x1;
460 s.crtc_x, s.crtc_y, s.crtc_w, s.crtc_h,
sna_display.c 139 int32_t crtc_x, crtc_y; member in struct:local_mode_set_plane
5484 int crtc_x = crtc->offset & 0xffff; local
5490 return sna_crtc_flip(sna, crtc, crtc->bo, crtc_x, crtc_y);
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h 303 __s32 crtc_x; member in struct:drm_mode_set_plane
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h 274 __s32 crtc_x; member in struct:drm_mode_set_plane
  /xsrc/external/mit/libdrm/dist/include/drm/
drm_mode.h 303 __s32 crtc_x; member in struct:drm_mode_set_plane
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
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;
323 *new_pan_x = screen_x - crtc_x;

Completed in 50 milliseconds