HomeSort by relevance Sort by last modified time
    Searched defs:yx (Results 1 - 5 of 5) sorted by null

  /external/freetype/src/cff/
cffobjs.h 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
  /external/freetype/include/freetype/
fttypes.h 369 /* y' = x*yx + y*yy */
377 /* yx :: Matrix coefficient. */
384 FT_Fixed yx, yy; member in struct:FT_Matrix_
    [all...]
  /external/freetype/src/base/
ftcalc.c 704 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 = - FT_DivFix( matrix->yx, delta )
758 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 566 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;
    [all...]
ttobjs.h 191 FT_Fixed yx, yy; member in struct:TT_Transform_

Completed in 35 milliseconds