Searched refs:outerTransform (Results 1 – 3 of 3) sorted by relevance
350 font->outerTransform.a = in cf2_font_setup()351 font->outerTransform.d = cf2_intToFixed( 1 ); in cf2_font_setup()352 font->outerTransform.b = in cf2_font_setup()353 font->outerTransform.c = cf2_intToFixed( 0 ); in cf2_font_setup()
78 CF2_Matrix outerTransform; /* post hinting; includes rotations */ member
1178 FT_MulFix( glyphpath->font->outerTransform.a, pt.x ), in cf2_glyphpath_hintPoint()1180 FT_MulFix( glyphpath->font->outerTransform.c, pt.y ), in cf2_glyphpath_hintPoint()1183 FT_MulFix( glyphpath->font->outerTransform.b, pt.x ), in cf2_glyphpath_hintPoint()1185 FT_MulFix( glyphpath->font->outerTransform.d, pt.y ), in cf2_glyphpath_hintPoint()