| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compwindow.c | 242 if (pPixmap->screen_x != nx || pPixmap->screen_y != ny) { in compPositionWindow() 243 pPixmap->screen_x = nx; in compPositionWindow() 510 RegionTranslate(&rgnDst, -pPixmap->screen_x, -pPixmap->screen_y); in compCopyWindow() 512 dx = dx + pPixmap->screen_x - cw->oldx; in compCopyWindow() 535 dx = pPixmap->screen_x - cw->oldx; in compCopyWindow() 708 pSrcPixmap->screen_x - pParent->drawable.x, in compWindowUpdateAutomatic()
|
| H A D | compalloc.c | 541 pPixmap->screen_x = x; in compNewPixmap() 673 cw->oldx = pOld->screen_x; in compReallocPixmap() 690 pNew->screen_x = pix_x; 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 | 80 pPixmap->screen_x = 0; in fbCreatePixmap()
|
| H A D | fb.h | 445 #define __fbPixOffXWin(pPix) (__fbPixDrawableX(pPix) - (pPix)->screen_x)
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | pixmapstr.h | 82 short screen_x; member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/ |
| H A D | elan_ts.c | 834 x = ts->hw_info.screen_x * x / ts->fw_info.finger_xres; in elants_slot_report() 919 x = ts->hw_info.screen_x * x / ts->fw_info.pen_xres; in elants_slot_report() 1108 input_set_abs_params(ts->pen_idev, ABS_MT_POSITION_X, 0, ts->hw_info.screen_x, 0, 0); in elan_request_pen_input_dev() 1117 input_set_abs_params(ts->pen_idev, ABS_X, 0, ts->hw_info.screen_x, 0, 0); in elan_request_pen_input_dev() 1187 input_set_abs_params(ts->finger_idev, ABS_MT_POSITION_X, 0, ts->hw_info.screen_x, 0, 0); in elan_request_finger_input_dev() 1785 ts->hw_info.screen_x = 2160; //1728; //2160; in elan_parse_dt() 1791 ts->hw_info.screen_x = lcm_coordinate[0]; in elan_parse_dt() 1793 …dev_info(&ts->client->dev,"[elan]:LCM RESOLUTION X:Y=%d:%d,", ts->hw_info.screen_x, ts->hw_info.sc… 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 | 65 uint16_t screen_x; member
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_pixmap.c | 44 *x = -pixmap->screen_x; 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() 415 tx -= dst_pixmap->screen_x; in ms_exa_xv_put_image()
|
| H A D | dri2.c | 288 off_x = -pixmap->screen_x; in ms_dri2_copy_region2()
|
| H A D | exa.c | 555 *xoff -= pPix->drawable.x - pPix->screen_x; 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 160 screen_x = ((PixmapPtr) pDrawable)->screen_x - pDrawable->x; in _damageRegionAppend() 163 if (screen_x || screen_y) in _damageRegionAppend() 164 RegionTranslate(pRegion, screen_x, screen_y); in _damageRegionAppend() 210 draw_x += ((PixmapPtr) pDamage->pDrawable)->screen_x; 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 | 495 vblank->pixmap->screen_x = old_pixmap->screen_x; 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 | 879 spix->screen_x = mpix->screen_x; 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 | 472 draw_x_off = pixmap->screen_x; 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 | 130 *xp = -pPixmap->screen_x; 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() 341 *new_pan_x = screen_x - crtc_x; in xf86ComputeCrtcPan()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dispatch.c | 2123 relx -= pPix->screen_x; in DoGetImage()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 5675 present/wnmd: Preserve window pixmap's screen_x/y on flip 5681 * Guard screen_x/y lines by #ifdef COMPOSITE 87990 glamor: Fix screen_x/screen_y handling for compositing. 100316 when composite is enabled screen_x/y would make it work, but without 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
|