Home | History | Annotate | Download | only in truetype

Lines Matching refs:yx

569       FT_Fixed  xx, xy, yy, yx;
617 xy = yx = 0;
632 yx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
639 subglyph->transform.yx = yx;
1013 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx
1014 : -subglyph->transform.yx;
1044 (FT_Int32)FT_MulFix( subglyph->transform.yx,
1045 subglyph->transform.yx ) );