Home
last modified time | relevance | path

Searched refs:screen_x (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()
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 Dcompalloc.c541 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 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.c80 pPixmap->screen_x = 0; in fbCreatePixmap()
H A Dfb.h445 #define __fbPixOffXWin(pPix) (__fbPixDrawableX(pPix) - (pPix)->screen_x)
/OK3568_Linux_fs/external/xserver/include/
H A Dpixmapstr.h82 short screen_x; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c834 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 Delan_ts.h65 uint16_t screen_x; member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_pixmap.c44 *x = -pixmap->screen_x; 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()
415 tx -= dst_pixmap->screen_x; in ms_exa_xv_put_image()
H A Ddri2.c288 off_x = -pixmap->screen_x; in ms_dri2_copy_region2()
H A Dexa.c555 *xoff -= pPix->drawable.x - pPix->screen_x; 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
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 Dpresent_wnmd.c495 vblank->pixmap->screen_x = old_pixmap->screen_x; 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.c879 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 Dmiexpose.c472 draw_x_off = pixmap->screen_x; 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.c130 *xp = -pPixmap->screen_x; 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()
341 *new_pan_x = screen_x - crtc_x; in xf86ComputeCrtcPan()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c2123 relx -= pPix->screen_x; in DoGetImage()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog5675 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