Home
last modified time | relevance | path

Searched refs:draw_y (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
203 draw_y = pDamage->pDrawable->y; in _damageRegionAppend()
211 draw_y += ((PixmapPtr) pDamage->pDrawable)->screen_y; in _damageRegionAppend()
231 box.y1 = draw_y; in _damageRegionAppend()
233 box.y2 = draw_y + pDamage->pDrawable->height; 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
809 draw_y = pParent->drawable.y + y + 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
676 pix_y = draw_y - bw; in compReallocPixmap()