Searched refs:panning (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/libXrandr/dist/src/
H A DXrrCrtc.c560 XRRFreePanning (XRRPanning *panning) argument
562 Xfree (panning);
569 XRRPanning *panning)
582 req->timestamp = panning->timestamp;
583 req->left = panning->left;
584 req->top = panning->top;
585 req->width = panning->width;
586 req->height = panning->height;
587 req->track_left = panning->track_left;
588 req->track_top = panning
566 XRRSetPanning(Display * dpy,XRRScreenResources * resources,RRCrtc crtc,XRRPanning * panning) argument
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_rtns.h191 VG_PANNING_COORDINATES * panning);
207 VG_PANNING_COORDINATES * panning);
H A Dcim_vg.c127 * perform centering or panning, the destination width and height should be
145 /* panning will be performed. However, the timings for a panned mode */
146 /* are identical to the timings without panning. To save space in the */
148 /* panning. Instead, we read the timings for a mode without panning */
1379 /* (like when panning). We will instead assume that the current */
1865 vg_set_cursor_position(long xpos, long ypos, VG_PANNING_COORDINATES * panning) argument
1894 vg_pan_desktop(xpos, ypos, panning);
1899 panning->start_x = 0;
1900 panning
2107 vg_pan_desktop(unsigned long x,unsigned long y,VG_PANNING_COORDINATES * panning) argument
[all...]
/xsrc/external/mit/libXrandr/dist/include/X11/extensions/
H A DXrandr.h472 XRRFreePanning (XRRPanning *panning);
478 XRRPanning *panning);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_display.c530 VG_PANNING_COORDINATES panning; local in function:lx_crtc_set_cursor_position
532 vg_set_cursor_position(x, y, &panning);
H A Dlx_driver.c683 VG_PANNING_COORDINATES panning; local in function:LXLeaveGraphics
705 pGeode->FBCursor.cursor_y, &panning);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.c69 Bool panning; member in struct:_xf86RandR12Info
94 /* Adapt panning area; return TRUE if panning area was valid without adaption */
190 * The heart of the panning operation:
195 * compute a panning position (pan_x, pan_y) that
374 * Pre-clip the mouse position to the panning area so that we don't
376 * panning values, only mouse position changes.
429 * Ensure that the crtc is within the panning region.
701 /* Update panning information */
822 * We have to pre-set it here, otherwise panning woul
[all...]
H A Dxf86Crtc.c1365 const char *panning = xf86GetOptValString(output->options, OPTION_PANNING); local in function:xf86InitialPanning
1374 if (!panning)
1377 switch (sscanf(panning, "%dx%d+%d+%d/%dx%d+%d+%d/%d/%d/%d/%d",
1403 "Broken panning specification '%s' for output %s in config file\n",
1404 panning, output->name);
2625 * Set initial panning of each output
/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c600 XRRPanning panning; local in function:disable_crtc
603 XRRSetPanning(dpy, res, crtc, memset(&panning, 0, sizeof(panning)));
608 if (XRRSetPanning(dpy, res, crtc, memset(&panning, 0, sizeof(panning))) != Success) {
609 DBG(XRR, ("%s failed to clear panning on CRTC:%ld\n", DisplayString(dpy), (long)crtc));
624 DBG(XRR, ("%s CRTC:%ld panning (%d, %d)x(%d, %d), tracking (%d, %d)x(%d, %d), border (%d, %d),(%d, %d)\n",
1423 XRRPanning panning; local in function:context_update
1531 ret = XRRSetPanning(dst->dpy, res, rr_crtc, memset(&panning, 0, sizeof(panning)));
[all...]
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dvirtual.c631 XRRPanning panning; local in function:disable_crtc
634 XRRSetPanning(dpy, res, crtc, memset(&panning, 0, sizeof(panning)));
639 if (XRRSetPanning(dpy, res, crtc, memset(&panning, 0, sizeof(panning))) != Success) {
640 DBG(XRR, ("%s failed to clear panning on CRTC:%ld\n", DisplayString(dpy), (long)crtc));
655 DBG(XRR, ("%s CRTC:%ld panning (%d, %d)x(%d, %d), tracking (%d, %d)x(%d, %d), border (%d, %d),(%d, %d)\n",
1548 XRRPanning panning; local in function:context_update
1656 ret = XRRSetPanning(dst->dpy, res, rr_crtc, memset(&panning, 0, sizeof(panning)));
[all...]
/xsrc/external/mit/libdrm/dist/man/
H A Ddrm-kms.7.rst40 into the video memory to support panning or configurations where one piece
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.c1339 char *panning = xf86GetOptValString (output->options, OPTION_PANNING); local in function:xf86InitialPanning
1348 if (! panning)
1351 switch (sscanf (panning, "%dx%d+%d+%d/%dx%d+%d+%d/%d/%d/%d/%d",
1377 "Broken panning specification '%s' for output %s in config file\n",
1378 panning, output->name);
2426 * Set initial panning of each output
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c146 " --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]\n"
369 XRRPanning panning; member in struct:_output
1407 memcpy (output->crtc_info->panning_info, &output->panning, sizeof(XRRPanning));
1595 fatal ("panning needs RandR 1.3\n");
2093 pan = &output->panning;
2934 if (!strcmp ("--panning", argv[i])) {
2938 pan = &config_output->panning;
3609 * Set panning
3771 printf (" panning %dx%d+%d+%d",

Completed in 50 milliseconds