Home
last modified time | relevance | path

Searched refs:draw_x (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c143 int draw_x, draw_y; in _damageRegionAppend() local
202 draw_x = pDamage->pDrawable->x; in _damageRegionAppend()
210 draw_x += ((PixmapPtr) pDamage->pDrawable)->screen_x; in _damageRegionAppend()
230 box.x1 = draw_x; in _damageRegionAppend()
232 box.x2 = draw_x + pDamage->pDrawable->width; in _damageRegionAppend()
255 if (draw_x || draw_y) in _damageRegionAppend()
256 RegionTranslate(pDamageRegion, -draw_x, -draw_y); in _damageRegionAppend()
274 if (pDamageRegion == pRegion && (draw_x || draw_y)) in _damageRegionAppend()
275 RegionTranslate(pDamageRegion, draw_x, draw_y); in _damageRegionAppend()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompwindow.c790 int draw_x, draw_y; in compConfigNotify() local
808 draw_x = pParent->drawable.x + x + bw; in compConfigNotify()
810 alloc_ret = compReallocPixmap(pWin, draw_x, draw_y, w, h, bw); in compConfigNotify()
H A Dcompalloc.c662 compReallocPixmap(WindowPtr pWin, int draw_x, int draw_y, in compReallocPixmap() argument
675 pix_x = draw_x - bw; in compReallocPixmap()