| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compwindow.c | 242 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 D | compalloc.c | 542 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 D | fbwindow.c | 120 if (pPixmap->screen_x || pPixmap->screen_y) in fbCopyWindow() 121 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y); in fbCopyWindow()
|
| H A D | fbpixmap.c | 81 pPixmap->screen_y = 0; in fbCreatePixmap()
|
| H A D | fb.h | 446 #define __fbPixOffYWin(pPix) (__fbPixDrawableY(pPix) - (pPix)->screen_y)
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | pixmapstr.h | 83 short screen_y; member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/ |
| H A D | elan_ts.c | 835 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 D | elan_ts.h | 66 uint16_t screen_y; member
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_pixmap.c | 45 *y = -pixmap->screen_y; in glamor_get_drawable_deltas()
|
| H A D | glamor_copy.c | 795 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 D | xv.c | 414 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 D | dri2.c | 289 off_y = -pixmap->screen_y; in ms_dri2_copy_region2()
|
| H A D | exa.c | 556 *yoff -= pPix->drawable.y - pPix->screen_y; in ms_exa_composite_fix_offsets()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 146 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 D | present_wnmd.c | 496 vblank->pixmap->screen_y = old_pixmap->screen_y; in present_wnmd_execute()
|
| H A D | present_scmd.c | 126 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 D | dri2.c | 880 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 D | miexpose.c | 473 draw_y_off = pixmap->screen_y; in miPaintWindow()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 967 if (pPixmap->screen_x || pPixmap->screen_y) in exaCopyWindow() 968 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y); in exaCopyWindow()
|
| H A D | exa.c | 131 *yp = -pPixmap->screen_y; in exaGetDrawableDeltas()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 203 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 D | dispatch.c | 2124 rely -= pPix->screen_y; in DoGetImage()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 87990 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
|