HomeSort by: relevance | last modified time | path
    Searched refs:yx (Results 1 - 25 of 35) sorted by relevancy

1 2

  /xsrc/external/mit/fontconfig/dist/src/
fcmatrix.c 59 mat1->yx == mat2->yx &&
68 r.xx = a->xx * b->xx + a->xy * b->yx;
70 r.yx = a->yx * b->xx + a->yy * b->yx;
71 r.yy = a->yx * b->xy + a->yy * b->yy;
86 r.yx = s;
98 r.yx = 0;
110 r.yx = sv
    [all...]
fclist.c 249 yx = (int) (m->yx * 100), local
252 return ((FcChar32) xx) ^ ((FcChar32) xy) ^ ((FcChar32) yx) ^ ((FcChar32) yy);
fcdbg.c 55 fprintf (f, "[%g %g; %g %g]", v.u.m->xx, v.u.m->xy, v.u.m->yx, v.u.m->yy);
358 FcExprPrint (expr->u.mexpr->yx);
fcname.c 357 sscanf ((char *) string, "%lg %lg %lg %lg", &m.xx, &m.xy, &m.yx, &m.yy);
601 v.u.m->xx, v.u.m->xy, v.u.m->yx, v.u.m->yy);
fccfg.c 1238 FcValue xx, xy, yx, yy; local
1242 yx = FcConfigPromote (FcConfigEvaluate (p, p_pat, kind, e->u.mexpr->yx), v, NULL);
1245 yx.type == FcTypeDouble && yy.type == FcTypeDouble)
1249 m.yx = yx.u.d;
  /xsrc/external/mit/freetype/dist/src/base/
ftcalc.c 663 FT_Fixed xx, xy, yx, yy; local
670 FT_MulFix( a->xy, b->yx ) );
673 yx = ADD_LONG( FT_MulFix( a->yx, b->xx ),
674 FT_MulFix( a->yy, b->yx ) );
675 yy = ADD_LONG( FT_MulFix( a->yx, b->xy ),
680 b->yx = yx;
698 FT_MulFix( matrix->xy, matrix->yx );
704 matrix->yx = -FT_DivFix( matrix->yx, delta )
723 FT_Fixed xx, xy, yx, yy; local
    [all...]
ftsynth.c 68 transform.yx = 0x00000L;
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
cffotypes.h 95 FT_Fixed yx, yy; member in struct:CFF_Transform_
  /xsrc/external/mit/libXft/dist/src/
xftfreetype.c 31 (a)->yx == (b)->yx)
79 f->matrix.xx = f->matrix.xy = f->matrix.yx = f->matrix.yy = 0;
102 f->matrix.xx = f->matrix.xy = f->matrix.yx = f->matrix.yy = 0;
161 f->matrix.xx = f->matrix.xy = f->matrix.yx = f->matrix.yy = 0;
249 (double) matrix->yx / 0x10000,
482 fi->matrix.xy = fi->matrix.yx = 0;
488 fi->matrix.yx = (FT_Fixed)(0x10000L * font_matrix->yx);
501 fm1.yx = PreScale(fi->matrix.yx)
    [all...]
xftglyphs.c 231 mirror.xy = mirror.yx = 0;
251 m[1][0] = (double)inverse.yx / 0x10000;
1039 if (font->info.matrix.xy || font->info.matrix.yx)
  /xsrc/external/mit/freetype/dist/include/freetype/
fttypes.h 374 * y' = x*yx + y*yy
384 * yx ::
393 FT_Fixed yx, yy; member in struct:FT_Matrix_
  /xsrc/external/mit/xditview/dist/
parse.c 313 int yx = ToX(dw, dw->dvi.state->y); local
320 if (yx + fy >= dw->dvi.extents.y1 &&
321 yx - fy <= dw->dvi.extents.y2 &&
334 if (yx != dw->dvi.cache.y ||
draw.c 107 int yx = ToX(dw, dw->dvi.state->y); local
125 dw->dvi.cache.start_y = dw->dvi.cache.y = yx;
  /xsrc/external/mit/freetype/dist/src/truetype/
ttobjs.h 178 FT_Fixed yx, yy; member in struct:TT_Transform_
ttgload.c 605 FT_Fixed xx, xy, yy, yx; local
674 xy = yx = 0;
689 yx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4;
696 subglyph->transform.yx = yx;
739 FT_TRACE7(( " scaling: xx=%f, yx=%f\n"
742 subglyph->transform.yx / 65536.0,
1253 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx
1254 : -subglyph->transform.yx;
    [all...]
  /xsrc/external/mit/freetype/dist/src/cff/
cffobjs.c 746 /* it is zero, we use `matrix->yx' instead. The scaling is */
762 : FT_ABS( matrix->yx );
769 matrix->yx = FT_DivFix( matrix->yx, temp );
833 : FT_ABS( matrix->yx );
841 matrix->yx = FT_DivFix( matrix->yx, temp );
cffparse.c 751 matrix->yx = values[1];
762 (double)matrix->yx / *upm / 65536,
783 matrix->yx = 0;
cffgload.c 612 font_matrix.xy != 0 || font_matrix.yx != 0 )
  /xsrc/external/mit/freetype/dist/src/cid/
cidgload.c 460 font_matrix.xy != 0 || font_matrix.yx != 0 )
cidload.c 218 matrix->yx = temp[1];
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrobjs.c 419 font_matrix.yx = face->log_font.matrix[1] << 8;
  /xsrc/external/mit/fontconfig/dist/fontconfig/
fontconfig.h 219 double xx, xy, yx, yy; member in struct:_FcMatrix
223 (m)->xy = (m)->yx = 0)
  /xsrc/external/mit/fontconfig/dist/test/
test-conf.c 258 matrix.yx = values[2];
  /xsrc/external/mit/freetype/dist/src/type1/
t1driver.c 226 val = type1->font_matrix.yx;
t1gload.c 515 font_matrix.xy != 0 || font_matrix.yx != 0 )

Completed in 52 milliseconds

1 2