HomeSort by: relevance | last modified time | path
    Searched refs:gy (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbglyph.c 130 int gx, gy; local
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
259 gy = y - pci->metrics.ascent;
261 fbGlyphIn(gc, gx, gy, gWidth, gHeight)) {
264 raster(dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,
271 gx, gy, gWidth, gHeight
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbglyph.c 130 int gx, gy; local
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
259 gy = y - pci->metrics.ascent;
261 fbGlyphIn(gc, gx, gy, gWidth, gHeight)) {
264 raster(dst + (gy + dstYoff) * dstStride, dstStride, dstBpp,
271 gx, gy, gWidth, gHeight
    [all...]
  /xsrc/external/mit/xorg-server/dist/fb/
fbglyph.c 66 int gx, gy; local
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
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/
fbglyph.c 266 int gx, gy; local
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
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/
i830_tv.c 106 float ry, gy, by, ay; member in struct:__anon8903
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 = 0.5870, .by = 0.1140, .ay = 0.5082
    [all...]
  /xsrc/external/mit/ctwm/dist/
iconmgr.c 102 int gx, gy; local
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);
parse_be.c 904 int gmask, gx, gy; // Geometry mask/x/y values local
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/
dmxcursor.c 872 int GX, GY, gx, gy; local
892 dmxGetGlobalPosition(&GX, &GY);
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/
newmmio.h 596 #define SETT3_DGDY_DBDY(gy,by) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dgdy_dbdy = ((gy)<<16 | (by))

Completed in 12 milliseconds