Lines Matching defs:panning
127 * 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)
1894 vg_pan_desktop(xpos, ypos, panning);
1899 panning->start_x = 0;
1900 panning->start_y = 0;
1901 panning->start_updated = 0;
1906 /* Cursor movement and panning work as follows: The cursor position */
1971 /* These are reused later when updating the cursor position, panning */
2022 /* These are reused later when updating the cursor position, panning */
2065 /* These are reused later when updating the cursor position, panning */
2108 VG_PANNING_COORDINATES * panning)
2118 panning->start_x = vg3_delta_x;
2119 panning->start_y = vg3_delta_y;
2120 panning->start_updated = 0;
2152 panning->start_updated = 1;
2153 panning->start_x = vg3_delta_x;
2154 panning->start_y = vg3_delta_y;