Home
last modified time | relevance | path

Searched refs:screen_y (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompwindow.c242 if (pPixmap->screen_x != nx || pPixmap->screen_y != ny) { in compPositionWindow()
244 pPixmap->screen_y = ny; in compPositionWindow()
510 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y); in compCopyWindow()
513 dy = dy + pPixmap->screen_y - cw->oldy; in compCopyWindow()
536 dy = pPixmap->screen_y - cw->oldy; in compCopyWindow()
709 pSrcPixmap->screen_y - pParent->drawable.y, in compWindowUpdateAutomatic()
H A Dcompalloc.c542 pPixmap->screen_y = y; in compNewPixmap()
674 cw->oldy = pOld->screen_y; in compReallocPixmap()
691 pNew->screen_y = pix_y; in compReallocPixmap()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbwindow.c120 if (pPixmap->screen_x || pPixmap->screen_y) in fbCopyWindow()
121 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y); in fbCopyWindow()
H A Dfbpixmap.c81 pPixmap->screen_y = 0; in fbCreatePixmap()
H A Dfb.h446 #define __fbPixOffYWin(pPix) (__fbPixDrawableY(pPix) - (pPix)->screen_y)
/OK3568_Linux_fs/external/xserver/include/
H A Dpixmapstr.h83 short screen_y; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c835 y = ts->hw_info.screen_y * y / ts->fw_info.finger_yres; in elants_slot_report()
920 y = ts->hw_info.screen_y * y / ts->fw_info.pen_yres; in elants_slot_report()
1109 input_set_abs_params(ts->pen_idev, ABS_MT_POSITION_Y, 0, ts->hw_info.screen_y, 0, 0); in elan_request_pen_input_dev()
1118 input_set_abs_params(ts->pen_idev, ABS_Y, 0, ts->hw_info.screen_y, 0, 0); in elan_request_pen_input_dev()
1188 input_set_abs_params(ts->finger_idev, ABS_MT_POSITION_Y, 0, ts->hw_info.screen_y, 0, 0); in elan_request_finger_input_dev()
1786 ts->hw_info.screen_y = 1440; //2368; //1440 in elan_parse_dt()
1792 ts->hw_info.screen_y = lcm_coordinate[1]; in elan_parse_dt()
1793 …o(&ts->client->dev,"[elan]:LCM RESOLUTION X:Y=%d:%d,", ts->hw_info.screen_x, ts->hw_info.screen_y); in elan_parse_dt()
1866 dev_err(&client->dev, "[elan] lcm_x = %d, lcm_y = %d\n",hw_info->screen_x, hw_info->screen_y); in elan_ts_hw_initial()
H A Delan_ts.h66 uint16_t screen_y; member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_pixmap.c45 *y = -pixmap->screen_y; in glamor_get_drawable_deltas()
H A Dglamor_copy.c795 if (pixmap->screen_x || pixmap->screen_y) in glamor_copy_window()
796 RegionTranslate(&dst_region, -pixmap->screen_x, -pixmap->screen_y); in glamor_copy_window()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c414 RegionTranslate(clipBoxes, -dst_pixmap->screen_x, -dst_pixmap->screen_y); in ms_exa_xv_put_image()
416 ty -= dst_pixmap->screen_y; in ms_exa_xv_put_image()
H A Ddri2.c289 off_y = -pixmap->screen_y; in ms_dri2_copy_region2()
H A Dexa.c556 *yoff -= pPix->drawable.y - pPix->screen_y; in ms_exa_composite_fix_offsets()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c146 int screen_x = 0, screen_y = 0; in _damageRegionAppend() local
161 screen_y = ((PixmapPtr) pDrawable)->screen_y - pDrawable->y; in _damageRegionAppend()
163 if (screen_x || screen_y) in _damageRegionAppend()
164 RegionTranslate(pRegion, screen_x, screen_y); in _damageRegionAppend()
211 draw_y += ((PixmapPtr) pDamage->pDrawable)->screen_y; in _damageRegionAppend()
278 if (screen_x || screen_y) in _damageRegionAppend()
279 RegionTranslate(pRegion, -screen_x, -screen_y); in _damageRegionAppend()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_wnmd.c496 vblank->pixmap->screen_y = old_pixmap->screen_y; in present_wnmd_execute()
H A Dpresent_scmd.c126 window->drawable.x != pixmap->screen_x || window->drawable.y != pixmap->screen_y || in present_check_flip()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c880 spix->screen_y = mpix->screen_y; in DRI2UpdatePrime()
970 pDraw->x != pWinPixmap->screen_x || pDraw->y != pWinPixmap->screen_y || in DRI2CanFlip()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiexpose.c473 draw_y_off = pixmap->screen_y; in miPaintWindow()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c967 if (pPixmap->screen_x || pPixmap->screen_y) in exaCopyWindow()
968 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y); in exaCopyWindow()
H A Dexa.c131 *yp = -pPixmap->screen_y; in exaGetDrawableDeltas()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c203 double screen_x, double screen_y, in xf86ComputeCrtcPan() argument
303 r[i] = m->m[i][0] * screen_x + m->m[i][1] * screen_y + m->m[i][2]; in xf86ComputeCrtcPan()
342 *new_pan_y = screen_y - crtc_y; in xf86ComputeCrtcPan()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c2124 rely -= pPix->screen_y; in DoGetImage()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog87990 glamor: Fix screen_x/screen_y handling for compositing.
187931 Initialize screen_x and screen_y to 0. This fixes a problem with the new
191072 Fix API to FbDots functions to make PolyPoint work with screen_x/screen_y
191167 Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also add