Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcf2font.c297 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()
Dcf2font.h73 CF2_Matrix outerTransform; /* post hinting; includes rotations */ member
Dcf2hints.c1101 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()
/external/pdfium/third_party/freetype/src/cff/
Dcf2font.c297 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()
Dcf2font.h68 CF2_Matrix outerTransform; /* post hinting; includes rotations */ member
Dcf2hints.c1101 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()