Searched refs:outerTransform (Results 1 – 6 of 6) sorted by relevance
297 font->outerTransform.a = in cf2_font_setup()298 font->outerTransform.d = cf2_intToFixed( 1 ); in cf2_font_setup()299 font->outerTransform.b = in cf2_font_setup()300 font->outerTransform.c = cf2_intToFixed( 0 ); in cf2_font_setup()
73 CF2_Matrix outerTransform; /* post hinting; includes rotations */ member
1101 ppt->x = FT_MulFix( glyphpath->font->outerTransform.a, pt.x ) + in cf2_glyphpath_hintPoint()1102 FT_MulFix( glyphpath->font->outerTransform.c, pt.y ) + in cf2_glyphpath_hintPoint()1104 ppt->y = FT_MulFix( glyphpath->font->outerTransform.b, pt.x ) + in cf2_glyphpath_hintPoint()1105 FT_MulFix( glyphpath->font->outerTransform.d, pt.y ) + in cf2_glyphpath_hintPoint()
68 CF2_Matrix outerTransform; /* post hinting; includes rotations */ member