Home
last modified time | relevance | path

Searched refs:backrect (Results 1 – 13 of 13) sorted by relevance

/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/cfb/
H A Dcfbigblt8.c54 xRectangle backrect; local
68 backrect.x = x;
69 backrect.width = info.overallWidth;
73 backrect.x = x + info.overallWidth;
74 backrect.width = -info.overallWidth;
76 backrect.y = y - FONTASCENT(pGC->font);
77 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font);
90 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mi/
H A Dmiglblt.c207 xRectangle backrect; local
213 backrect.x = x;
214 backrect.width = info.overallWidth;
218 backrect.x = x + info.overallWidth;
219 backrect.width = -info.overallWidth;
221 backrect.y = y - FONTASCENT(pGC->font);
222 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font);
234 (*pGC->ops->PolyFillRect)(pDrawable, pGC, 1, &backrect);
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/mi/
H A Dmiglblt.c193 xRectangle backrect; in miImageGlyphBlt() local
198 backrect.x = x; in miImageGlyphBlt()
199 backrect.width = info.overallWidth; in miImageGlyphBlt()
202 backrect.x = x + info.overallWidth; in miImageGlyphBlt()
203 backrect.width = -info.overallWidth; in miImageGlyphBlt()
205 backrect.y = y - FONTASCENT(pGC->font); in miImageGlyphBlt()
206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
218 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect); in miImageGlyphBlt()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/mi/
H A Dmiglblt.c193 xRectangle backrect; in miImageGlyphBlt() local
198 backrect.x = x; in miImageGlyphBlt()
199 backrect.width = info.overallWidth; in miImageGlyphBlt()
202 backrect.x = x + info.overallWidth; in miImageGlyphBlt()
203 backrect.width = -info.overallWidth; in miImageGlyphBlt()
205 backrect.y = y - FONTASCENT(pGC->font); in miImageGlyphBlt()
206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
218 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect); in miImageGlyphBlt()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/mi/
H A Dmiglblt.c193 xRectangle backrect; in miImageGlyphBlt() local
198 backrect.x = x; in miImageGlyphBlt()
199 backrect.width = info.overallWidth; in miImageGlyphBlt()
202 backrect.x = x + info.overallWidth; in miImageGlyphBlt()
203 backrect.width = -info.overallWidth; in miImageGlyphBlt()
205 backrect.y = y - FONTASCENT(pGC->font); in miImageGlyphBlt()
206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
218 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect); in miImageGlyphBlt()
/dports/x11-servers/xwayland/xorg-server-1.20.13/mi/
H A Dmiglblt.c193 xRectangle backrect; in miImageGlyphBlt() local
198 backrect.x = x; in miImageGlyphBlt()
199 backrect.width = info.overallWidth; in miImageGlyphBlt()
202 backrect.x = x + info.overallWidth; in miImageGlyphBlt()
203 backrect.width = -info.overallWidth; in miImageGlyphBlt()
205 backrect.y = y - FONTASCENT(pGC->font); in miImageGlyphBlt()
206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
218 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect); in miImageGlyphBlt()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/mi/
H A Dmiglblt.c193 xRectangle backrect; in miImageGlyphBlt() local
198 backrect.x = x; in miImageGlyphBlt()
199 backrect.width = info.overallWidth; in miImageGlyphBlt()
202 backrect.x = x + info.overallWidth; in miImageGlyphBlt()
203 backrect.width = -info.overallWidth; in miImageGlyphBlt()
205 backrect.y = y - FONTASCENT(pGC->font); in miImageGlyphBlt()
206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
218 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect); in miImageGlyphBlt()
/dports/x11-servers/xephyr/xorg-server-1.20.13/mi/
H A Dmiglblt.c193 xRectangle backrect; in miImageGlyphBlt() local
198 backrect.x = x; in miImageGlyphBlt()
199 backrect.width = info.overallWidth; in miImageGlyphBlt()
202 backrect.x = x + info.overallWidth; in miImageGlyphBlt()
203 backrect.width = -info.overallWidth; in miImageGlyphBlt()
205 backrect.y = y - FONTASCENT(pGC->font); in miImageGlyphBlt()
206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
218 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect); in miImageGlyphBlt()
/dports/x11-servers/xarcan/xarcan-0.6.0/mi/
H A Dmiglblt.c193 xRectangle backrect; in miImageGlyphBlt() local
198 backrect.x = x; in miImageGlyphBlt()
199 backrect.width = info.overallWidth; in miImageGlyphBlt()
202 backrect.x = x + info.overallWidth; in miImageGlyphBlt()
203 backrect.width = -info.overallWidth; in miImageGlyphBlt()
205 backrect.y = y - FONTASCENT(pGC->font); in miImageGlyphBlt()
206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
218 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect); in miImageGlyphBlt()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/mi/
H A Dmiglblt.c193 xRectangle backrect; in miImageGlyphBlt() local
198 backrect.x = x; in miImageGlyphBlt()
199 backrect.width = info.overallWidth; in miImageGlyphBlt()
202 backrect.x = x + info.overallWidth; in miImageGlyphBlt()
203 backrect.width = -info.overallWidth; in miImageGlyphBlt()
205 backrect.y = y - FONTASCENT(pGC->font); in miImageGlyphBlt()
206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
218 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect); in miImageGlyphBlt()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/mi/
H A Dmiglblt.c193 xRectangle backrect; in miImageGlyphBlt() local
198 backrect.x = x; in miImageGlyphBlt()
199 backrect.width = info.overallWidth; in miImageGlyphBlt()
202 backrect.x = x + info.overallWidth; in miImageGlyphBlt()
203 backrect.width = -info.overallWidth; in miImageGlyphBlt()
205 backrect.y = y - FONTASCENT(pGC->font); in miImageGlyphBlt()
206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
218 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect); in miImageGlyphBlt()
/dports/devel/sdl12/SDL-1.2.15/src/video/photon/
H A DSDL_phyuv.c341 SDL_Rect backrect; in ph_DisplayYUVOverlay() local
376 backrect.x=overlay->hwdata->CurrentViewPort.pos.x; in ph_DisplayYUVOverlay()
377 backrect.y=overlay->hwdata->CurrentViewPort.pos.y; in ph_DisplayYUVOverlay()
378 backrect.w=overlay->hwdata->CurrentViewPort.size.w; in ph_DisplayYUVOverlay()
380 this->UpdateRects(this, 1, &backrect); in ph_DisplayYUVOverlay()
461 SDL_Rect backrect; in ph_FreeYUVOverlay() local
476 backrect.x=overlay->hwdata->CurrentViewPort.pos.x; in ph_FreeYUVOverlay()
477 backrect.y=overlay->hwdata->CurrentViewPort.pos.y; in ph_FreeYUVOverlay()
478 backrect.w=overlay->hwdata->CurrentViewPort.size.w; in ph_FreeYUVOverlay()
479 backrect.h=overlay->hwdata->CurrentViewPort.size.h; in ph_FreeYUVOverlay()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mfb/
H A Dmfbimggblt.c111 xRectangle backrect;/* backing rectangle to paint. local
156 backrect.x = x;
157 backrect.y = y - FONTASCENT(pGC->font);
158 backrect.width = info.overallWidth;
159 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font);
197 mfbPolyFillRect(pDrawable, pGC, 1, &backrect);