Searched refs:yx (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmatrix.c59 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
[all...]
H A Dfclist.c249 yx = (int) (m->yx * 100), local in function:FcListMatrixHash
252 return ((FcChar32) xx) ^ ((FcChar32) xy) ^ ((FcChar32) yx) ^ ((FcChar32) yy);
H A Dfcdbg.c55 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);
H A Dfcname.c357 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);
H A Dfccfg.c1238 FcValue xx, xy, yx, yy; local in function:FcConfigEvaluate
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/
H A Dftcalc.c663 FT_Fixed xx, xy, yx, yy; local in function:FT_Matrix_Multiply
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
723 FT_Fixed xx, xy, yx, yy; local in function:FT_Matrix_Multiply_Scaled
[all...]
H A Dftsynth.c68 transform.yx = 0x00000L;
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dcffotypes.h95 FT_Fixed yx, yy; member in struct:CFF_Transform_
/xsrc/external/mit/libXft/dist/src/
H A Dxftfreetype.c31 (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
[all...]
H A Dxftglyphs.c231 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/
H A Dfttypes.h374 * y' = x*yx + y*yy
384 * yx ::
393 FT_Fixed yx, yy; member in struct:FT_Matrix_
/xsrc/external/mit/xditview/dist/
H A Dparse.c313 int yx = ToX(dw, dw->dvi.state->y); local in function:PutCharacters
320 if (yx + fy >= dw->dvi.extents.y1 &&
321 yx - fy <= dw->dvi.extents.y2 &&
334 if (yx != dw->dvi.cache.y ||
H A Ddraw.c107 int yx = ToX(dw, dw->dvi.state->y); local in function:FlushCharCache
125 dw->dvi.cache.start_y = dw->dvi.cache.y = yx;
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttobjs.h178 FT_Fixed yx, yy; member in struct:TT_Transform_
H A Dttgload.c605 FT_Fixed xx, xy, yy, yx; local in function:TT_Load_Composite_Glyph
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/
H A Dcffobjs.c746 /* 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 );
H A Dcffparse.c751 matrix->yx = values[1];
762 (double)matrix->yx / *upm / 65536,
783 matrix->yx = 0;
H A Dcffgload.c612 font_matrix.xy != 0 || font_matrix.yx != 0 )
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidgload.c460 font_matrix.xy != 0 || font_matrix.yx != 0 )
H A Dcidload.c218 matrix->yx = temp[1];
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrobjs.c419 font_matrix.yx = face->log_font.matrix[1] << 8;
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h219 double xx, xy, yx, yy; member in struct:_FcMatrix
223 (m)->xy = (m)->yx = 0)
/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-conf.c258 matrix.yx = values[2];
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1driver.c226 val = type1->font_matrix.yx;
H A Dt1gload.c515 font_matrix.xy != 0 || font_matrix.yx != 0 )

Completed in 34 milliseconds

12