Home
last modified time | relevance | path

Searched refs:outerTransform (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/psaux/
Dpsfont.c351 font->outerTransform.a = in cf2_font_setup()
352 font->outerTransform.d = cf2_intToFixed( 1 ); in cf2_font_setup()
353 font->outerTransform.b = in cf2_font_setup()
354 font->outerTransform.c = cf2_intToFixed( 0 ); in cf2_font_setup()
Dpsfont.h78 CF2_Matrix outerTransform; /* post hinting; includes rotations */ member
Dpshints.c1181 FT_MulFix( glyphpath->font->outerTransform.a, pt.x ), in cf2_glyphpath_hintPoint()
1183 FT_MulFix( glyphpath->font->outerTransform.c, pt.y ), in cf2_glyphpath_hintPoint()
1186 FT_MulFix( glyphpath->font->outerTransform.b, pt.x ), in cf2_glyphpath_hintPoint()
1188 FT_MulFix( glyphpath->font->outerTransform.d, pt.y ), in cf2_glyphpath_hintPoint()