| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | 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 [all...] |
| H A D | fclist.c | 249 yx = (int) (m->yx * 100), local in function:FcListMatrixHash 252 return ((FcChar32) xx) ^ ((FcChar32) xy) ^ ((FcChar32) yx) ^ ((FcChar32) yy);
|
| H A D | 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);
|
| H A D | 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);
|
| H A D | fccfg.c | 1238 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 D | ftcalc.c | 663 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 D | ftsynth.c | 68 transform.yx = 0x00000L;
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | cffotypes.h | 95 FT_Fixed yx, yy; member in struct:CFF_Transform_
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | 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 [all...] |
| H A D | 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/ |
| H A D | 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/ |
| H A D | parse.c | 313 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 D | draw.c | 107 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 D | ttobjs.h | 178 FT_Fixed yx, yy; member in struct:TT_Transform_
|
| H A D | ttgload.c | 605 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 D | 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 );
|
| H A D | cffparse.c | 751 matrix->yx = values[1]; 762 (double)matrix->yx / *upm / 65536, 783 matrix->yx = 0;
|
| H A D | cffgload.c | 612 font_matrix.xy != 0 || font_matrix.yx != 0 )
|
| /xsrc/external/mit/freetype/dist/src/cid/ |
| H A D | cidgload.c | 460 font_matrix.xy != 0 || font_matrix.yx != 0 )
|
| H A D | cidload.c | 218 matrix->yx = temp[1];
|
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| H A D | pfrobjs.c | 419 font_matrix.yx = face->log_font.matrix[1] << 8;
|
| /xsrc/external/mit/fontconfig/dist/fontconfig/ |
| H A D | fontconfig.h | 219 double xx, xy, yx, yy; member in struct:_FcMatrix 223 (m)->xy = (m)->yx = 0)
|
| /xsrc/external/mit/fontconfig/dist/test/ |
| H A D | test-conf.c | 258 matrix.yx = values[2];
|
| /xsrc/external/mit/freetype/dist/src/type1/ |
| H A D | t1driver.c | 226 val = type1->font_matrix.yx;
|
| H A D | t1gload.c | 515 font_matrix.xy != 0 || font_matrix.yx != 0 )
|