Searched defs:yx (Results 1 - 5 of 5) sorted by relevance

/external/freetype/src/cff/
H A Dcffobjs.h107 FT_Fixed yx, yy; member in struct:CFF_Transform_
/external/freetype/include/freetype/
H A Dfttypes.h369 /* y' = x*yx + y*yy */
377 /* yx :: Matrix coefficient. */
384 FT_Fixed yx, yy; member in struct:FT_Matrix_
/external/freetype/src/base/
H A Dftcalc.c704 FT_Fixed xx, xy, yx, yy; local
710 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
712 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
713 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
716 b->yx = yx; b->yy = yy;
733 FT_MulFix( matrix->xy, matrix->yx );
739 matrix->yx
758 FT_Fixed xx, xy, yx, yy; local
[all...]
/external/freetype/src/truetype/
H A Dttobjs.h191 FT_Fixed yx, yy; member in struct:TT_Transform_
H A Dttgload.c566 FT_Fixed xx, xy, yy, yx; local
614 xy = yx = 0;
629 yx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
636 subglyph->transform.yx = yx;
1010 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx
1011 : -subglyph->transform.yx;
1041 (FT_Int32)FT_MulFix( subglyph->transform.yx,
1042 subglyph->transform.yx ) );
[all...]

Completed in 90 milliseconds