Home
last modified time | relevance | path

Searched refs:pixmap_height (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_largepixmap.c353 int pixmap_width, pixmap_height; in _glamor_compute_clipped_regions() local
375 pixmap_height = pixmap->drawable.height; in _glamor_compute_clipped_regions()
383 pixmap_height); in _glamor_compute_clipped_regions()
408 y_center_shift = extent->y1 / pixmap_height; in _glamor_compute_clipped_regions()
417 down_shift = ((-extent->y1 + pixmap_height - 1) / pixmap_height); in _glamor_compute_clipped_regions()
425 down_shift * pixmap_height); in _glamor_compute_clipped_regions()
461 DEBUGF("repeat pixmap width %d height %d \n", pixmap_width, pixmap_height); in _glamor_compute_clipped_regions()
467 int dy = pixmap_height; in _glamor_compute_clipped_regions()
478 shift_y = (extent->y1 / pixmap_height) * pixmap_height; in _glamor_compute_clipped_regions()
482 y_idx = (extent->y1 / pixmap_height); in _glamor_compute_clipped_regions()
[all …]
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_event.c82 swaps(&c->pixmap_height); in present_event_swap()
128 .pixmap_height = h, in present_send_config_notify()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri2.c151 int pixmap_height = drawable->height; in ms_dri2_create_buffer2() local
183 pixmap_height, in ms_dri2_create_buffer2()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c670 pXWDHeader->pixmap_height = pXWDHeader->window_height = pvfb->height; in vfbWriteXWDFileHeader()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c1383 info.pixmap_height = mode[i].pixmapHeight; in ProcXDGAQueryModes()
1509 info.pixmap_height = mode.pixmapHeight; in ProcXDGASetMode()