| /xsrc/external/mit/oclock/dist/ |
| transform.c | 49 xpoints[i].x = Xx(points[i].x + xoff, points[i].y + yoff, t); 78 int xx, xy, xw, xh; local 80 xx = Xx(x,y,t); 85 xx += xw; 92 XFillArc (dpy, d, gc, xx, xy, xw, xh, angle1, angle2);
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| cffotypes.h | 94 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftlcdfil.c | 104 FT_UInt val, xx; local 118 for ( xx = 2; xx < width; xx++ ) 120 val = line[xx]; 127 line[xx - 2] = FT_SHIFTCLAMP( fir[0] ); 130 line[xx - 2] = FT_SHIFTCLAMP( fir[1] ); 131 line[xx - 1] = FT_SHIFTCLAMP( fir[2] ); 215 FT_UInt xx; local 218 for ( xx = 0; xx < width; xx += 3 [all...] |
| ftcalc.c | 663 FT_Fixed xx, xy, yx, yy; local 669 xx = ADD_LONG( FT_MulFix( a->xx, b->xx ), 671 xy = ADD_LONG( FT_MulFix( a->xx, b->xy ), 673 yx = ADD_LONG( FT_MulFix( a->yx, b->xx ), 678 b->xx = xx; 690 FT_Pos delta, xx, yy; local 697 delta = FT_MulFix( matrix->xx, matrix->yy ) 723 FT_Fixed xx, xy, yx, yy; local [all...] |
| /xsrc/external/mit/xditview/dist/ |
| parse.c | 312 int xx = ToX(dw, dw->dvi.state->x); local 322 xx + fx >= dw->dvi.extents.x1 && xx - fx <= dw->dvi.extents.x2) { 351 if (xx != dw->dvi.cache.x) { 367 text->x = xx; 369 text->delta = xx - dw->dvi.cache.x; 384 dw->dvi.cache.x = xx;
|
| draw.c | 106 int xx = ToX(dw, dw->dvi.state->x); local 124 dw->dvi.cache.start_x = dw->dvi.cache.x = xx;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_glyphblt.c | 97 int xx, yy; local 101 for (xx = 0; xx < w; glyph += ((xx&7) == 7), xx++) { 102 int pt_x_i = glyph_x + xx; 106 if (!(*glyph & (128 >> (xx & 7)))) 108 if (!(*glyph & (1 << (xx & 7)))) 181 int yy, xx; local 215 for (xx = 0; xx < w; xx++) [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| fttypes.h | 373 * x' = x*xx + y*xy 378 * xx :: 392 FT_Fixed xx, xy; member in struct:FT_Matrix_
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| pm2_exa.c | 256 int xx, i, fs = pGlint->FIFOSize, chunk, adr; local 278 xx = w; 282 while (xx > 0) { 283 chunk = min(fs - 1, xx); 290 xx -= chunk;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_state_fs_linear.c | 244 int xx = util_iround(xrow + samp->fdsdx * i); local 251 row[i] = src_row[CLAMP(xx,0,texture->width-1)];
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| fclist.c | 247 int xx = (int) (m->xx * 100), local 252 return ((FcChar32) xx) ^ ((FcChar32) xy) ^ ((FcChar32) yx) ^ ((FcChar32) yy);
|
| fccfg.c | 1238 FcValue xx, xy, yx, yy; local 1240 xx = FcConfigPromote (FcConfigEvaluate (p, p_pat, kind, e->u.mexpr->xx), v, NULL); 1244 if (xx.type == FcTypeDouble && xy.type == FcTypeDouble && 1247 m.xx = xx.u.d;
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| ttobjs.h | 177 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:TT_Transform_
|
| ttgload.c | 605 FT_Fixed xx, xy, yy, yx; local 673 xx = yy = 0x10000L; 678 xx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4; 679 yy = xx; 683 xx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4; 688 xx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4; 694 subglyph->transform.xx = xx; 733 subglyph->transform.xx / 65536.0 )); 736 subglyph->transform.xx / 65536.0 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| m_matrix.c | 688 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local 815 xx = x * x; 827 M(0,0) = (one_c * xx) + c;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| m_matrix.c | 799 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local 926 xx = x * x; 938 M(0,0) = (one_c * xx) + c;
|
| /xsrc/external/mit/ctwm/dist/ |
| event_handlers.c | 595 int xx = Event.xkey.x; local 598 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW); 603 xx -= (wx - (ActiveMenu->width / 2)); 612 ActiveMenu->width, ActiveMenu->height, xx, yy); 620 int xx = Event.xkey.x; local 623 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW); 628 xx -= (wx - (ActiveMenu->width / 2)); 631 ActiveMenu->width, ActiveMenu->height, xx, yy); 670 int xx = Event.xkey.x; local 674 XTranslateCoordinates(dpy, Scr->Root, menu->w, xx, yy, &wx, &wy, &junkW) 697 int xx = Event.xkey.x; local 830 int xx = Event.xkey.x; local [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| gen4_vertex.c | 680 float xx = op->src.transform->matrix[0][0]; local 697 v[1] = ((r->src.x + r->width + tx) * xx + x0) * sx; 702 v[7] = v[4] = ((r->src.x + tx) * xx + x0) * sx; 714 float xx = op->src.transform->matrix[0][0]; local 732 v[1] = ((box->x2 + tx) * xx + x0) * sx; 737 v[7] = v[4] = ((box->x1 + tx) * xx + x0) * sx; 1043 float xx = op->src.transform->matrix[0][0]; local 1063 v[1] = ((r->src.x + r->width + tx) * xx + x0) * sx; 1070 v[6] = ((r->src.x + tx) * xx + x0) * sx; 1264 float xx = op->src.transform->matrix[0][0] local 1298 float xx = op->src.transform->matrix[0][0]; local 1626 float xx = op->src.transform->matrix[0][0]; local 1660 float xx = op->src.transform->matrix[0][0]; local 2236 float xx = op->base.src.transform->matrix[0][0]; local 2273 float xx = op->base.src.transform->matrix[0][0]; local 2551 float xx = op->base.src.transform->matrix[0][0]; local 2588 float xx = op->base.src.transform->matrix[0][0]; local 2868 float xx = op->base.src.transform->matrix[0][0]; local 2905 float xx = op->base.src.transform->matrix[0][0]; local [all...] |
| sna_blt.c | 3062 int xx = x % tmp->src.width; local 3064 if (xx < 0) 3065 xx += tmp->src.width; 3068 if (xx + width > tmp->src.width || 3072 sx += xx - x;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| gen4_vertex.c | 680 float xx = op->src.transform->matrix[0][0]; local 697 v[1] = ((r->src.x + r->width + tx) * xx + x0) * sx; 702 v[7] = v[4] = ((r->src.x + tx) * xx + x0) * sx; 714 float xx = op->src.transform->matrix[0][0]; local 732 v[1] = ((box->x2 + tx) * xx + x0) * sx; 737 v[7] = v[4] = ((box->x1 + tx) * xx + x0) * sx; 1043 float xx = op->src.transform->matrix[0][0]; local 1063 v[1] = ((r->src.x + r->width + tx) * xx + x0) * sx; 1070 v[6] = ((r->src.x + tx) * xx + x0) * sx; 1264 float xx = op->src.transform->matrix[0][0] local 1298 float xx = op->src.transform->matrix[0][0]; local 1626 float xx = op->src.transform->matrix[0][0]; local 1660 float xx = op->src.transform->matrix[0][0]; local 2236 float xx = op->base.src.transform->matrix[0][0]; local 2273 float xx = op->base.src.transform->matrix[0][0]; local 2551 float xx = op->base.src.transform->matrix[0][0]; local 2588 float xx = op->base.src.transform->matrix[0][0]; local 2868 float xx = op->base.src.transform->matrix[0][0]; local 2905 float xx = op->base.src.transform->matrix[0][0]; local [all...] |
| sna_blt.c | 2990 int xx = x % tmp->src.width; local 2992 if (xx < 0) 2993 xx += tmp->src.width; 2996 if (xx + width > tmp->src.width || 3000 sx += xx - x;
|
| /xsrc/external/mit/fontconfig/dist/fontconfig/ |
| fontconfig.h | 219 double xx, xy, yx, yy; member in struct:_FcMatrix 222 #define FcMatrixInit(m) ((m)->xx = (m)->yy = 1, \
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/ |
| I810XvMC.c | 3381 int ss, xx; local 3404 if((xx = XvMCGetSurfaceStatus(display, surface, &ss)) != Success) { 3405 return xx;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/ |
| I810XvMC.c | 3381 int ss, xx; local 3404 if((xx = XvMCGetSurfaceStatus(display, surface, &ss)) != Success) { 3405 return xx;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| I810XvMC.c | 3381 int ss, xx; local 3404 if((xx = XvMCGetSurfaceStatus(display, surface, &ss)) != Success) { 3405 return xx;
|