Searched refs:gy (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbglyph.c130 int gx, gy; local in function:fbPolyGlyphBlt
166 gy = y - pci->metrics.ascent;
168 fbGlyphIn(gc, gx, gy, gWidth, gHeight)) {
171 raster(dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,
177 gStride, 0, gx, gy, gWidth, gHeight);
197 int gx, gy; local in function:fbImageGlyphBlt
259 gy = y - pci->metrics.ascent;
261 fbGlyphIn(gc, gx, gy, gWidth, gHeight)) {
264 raster(dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,
271 gx, gy, gWidt
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbglyph.c130 int gx, gy; local in function:fbPolyGlyphBlt
166 gy = y - pci->metrics.ascent;
168 fbGlyphIn(gc, gx, gy, gWidth, gHeight)) {
171 raster(dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,
177 gStride, 0, gx, gy, gWidth, gHeight);
197 int gx, gy; local in function:fbImageGlyphBlt
259 gy = y - pci->metrics.ascent;
261 fbGlyphIn(gc, gx, gy, gWidth, gHeight)) {
264 raster(dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,
271 gx, gy, gWidt
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbglyph.c66 int gx, gy; local in function:fbPolyGlyphBlt
100 gy = y - pci->metrics.ascent;
102 fbGlyphIn(fbGetCompositeClip(pGC), gx, gy, gWidth, gHeight)) {
105 (*glyph) (dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,
114 gStride, 0, gx, gy, gWidth, gHeight);
136 int gx, gy; local in function:fbImageGlyphBlt
202 gy = y - pci->metrics.ascent;
204 fbGlyphIn(fbGetCompositeClip(pGC), gx, gy, gWidth, gHeight)) {
207 (*glyph) (dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,
221 gy,
[all...]
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbglyph.c266 int gx, gy; local in function:fbPolyGlyphBlt
308 gy = y - pci->metrics.ascent;
311 fbGlyphIn (fbGetCompositeClip(pGC), gx, gy, gWidth, gHeight))
314 (*glyph) (dst + (gy + dstYoff) * dstStride,
335 gy,
361 int gx, gy; local in function:fbImageGlyphBlt
441 gy = y - pci->metrics.ascent;
444 fbGlyphIn (fbGetCompositeClip(pGC), gx, gy, gWidth, gHeight))
447 (*glyph) (dst + (gy + dstYoff) * dstStride,
469 gy,
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_tv.c106 float ry, gy, by, ay; member in struct:__anon69c0c6e20208
269 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5082,
276 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6006,
319 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5082,
326 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6006,
370 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5495,
377 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6494,
421 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5082,
428 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6006,
474 .ry = 0.2990, .gy
[all...]
/xsrc/external/mit/ctwm/dist/
H A Diconmgr.c102 int gx, gy; local in function:CreateIconManagers
115 &gx, &gy,
129 gy += Scr->rooth - p->height - 2 * bw;
143 gx, gy, p->width, p->height, 1,
199 gx, gy, p->width, p->height, p->twm_win->occupation);
H A Dparse_be.c904 int gmask, gx, gy; // Geometry mask/x/y values local in function:do_string_string_keyword
930 gmask = XParseGeometry(s2, &gx, &gy, &gjw, &gjh);
934 fprintf(stderr, "DEBUG:: X = %d, Y = %d\n", gx, gy);
944 Scr->RandomDisplacementY = gy;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxcursor.c872 int GX, GY, gx, gy; local in function:dmxSetCursor
894 gy = start->rootYOrigin + y;
895 if (x && y && (GX != gx || GY != gy))
896 dmxCoreMotion(NULL, gx, gy, 0, DMX_NO_BLOCK);
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Dnewmmio.h596 #define SETT3_DGDY_DBDY(gy,by) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dgdy_dbdy = ((gy)<<16 | (by))

Completed in 17 milliseconds