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

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_dash.c 276 int this_x = points[i].x; local
280 this_x += prev_x;
284 this_x, this_y);
286 v[0] = prev_x = this_x;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c 614 int c, total_width = 0, max_height = 0, this_x = 0; local
638 this_x = total_width;
660 drmmode_crtc->scanout_pixmap_x = this_x;
663 PixmapStartDirtyTracking(&ppix->drawable, screenpix, 0, 0, this_x, 0, RR_Rotate_0);
665 PixmapStartDirtyTracking(ppix, screenpix, 0, 0, this_x, 0, RR_Rotate_0);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.c 1799 int c, total_width = 0, max_height = 0, this_x = 0; local
1820 this_x = total_width;
1841 drmmode_crtc->prime_pixmap_x = this_x;
1842 PixmapStartDirtyTracking(&ppix->drawable, screenpix, 0, 0, this_x, 0,

Completed in 18 milliseconds