Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/cff/
A Dcf2font.c286 font->outerTransform.a = in cf2_font_setup()
287 font->outerTransform.d = cf2_intToFixed( 1 ); in cf2_font_setup()
288 font->outerTransform.b = in cf2_font_setup()
289 font->outerTransform.c = cf2_intToFixed( 0 ); in cf2_font_setup()
A Dcf2font.h68 CF2_Matrix outerTransform; /* post hinting; includes rotations */ member
A Dcf2hints.c1100 ppt->x = FT_MulFix( glyphpath->font->outerTransform.a, pt.x ) + in cf2_glyphpath_hintPoint()
1101 FT_MulFix( glyphpath->font->outerTransform.c, pt.y ) + in cf2_glyphpath_hintPoint()
1103 ppt->y = FT_MulFix( glyphpath->font->outerTransform.b, pt.x ) + in cf2_glyphpath_hintPoint()
1104 FT_MulFix( glyphpath->font->outerTransform.d, pt.y ) + in cf2_glyphpath_hintPoint()

Completed in 11 milliseconds