Home
last modified time | relevance | path

Searched refs:innerTransform (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsfont.h77 CF2_Matrix innerTransform; /* for hinting; erect, scaled */ member
Dpsfont.c349 font->innerTransform = *transform; in cf2_font_setup()
Dpshints.c1132 glyphpath->scaleX = font->innerTransform.a; in cf2_glyphpath_init()
1133 glyphpath->scaleC = font->innerTransform.c; in cf2_glyphpath_init()
1134 glyphpath->scaleY = font->innerTransform.d; in cf2_glyphpath_init()
Dpsblues.c98 blues->scale = font->innerTransform.d; in cf2_blues_init()
Dpsintrp.c489 CF2_Fixed scaleY = font->innerTransform.d; in cf2_interpT2CharString()
/third_party/freetype/src/psaux/
Dpsfont.h77 CF2_Matrix innerTransform; /* for hinting; erect, scaled */ member
Dpsfont.c349 font->innerTransform = *transform; in cf2_font_setup()
Dpshints.c1118 glyphpath->scaleX = font->innerTransform.a; in cf2_glyphpath_init()
1119 glyphpath->scaleC = font->innerTransform.c; in cf2_glyphpath_init()
1120 glyphpath->scaleY = font->innerTransform.d; in cf2_glyphpath_init()
Dpsblues.c98 blues->scale = font->innerTransform.d; in cf2_blues_init()
Dpsintrp.c489 CF2_Fixed scaleY = font->innerTransform.d; in cf2_interpT2CharString()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsfont.h77 CF2_Matrix innerTransform; /* for hinting; erect, scaled */ member
Dpsfont.c350 font->innerTransform = *transform; in cf2_font_setup()
Dpshints.c1118 glyphpath->scaleX = font->innerTransform.a; in cf2_glyphpath_init()
1119 glyphpath->scaleC = font->innerTransform.c; in cf2_glyphpath_init()
1120 glyphpath->scaleY = font->innerTransform.d; in cf2_glyphpath_init()
Dpsblues.c98 blues->scale = font->innerTransform.d; in cf2_blues_init()
Dpsintrp.c489 CF2_Fixed scaleY = font->innerTransform.d; in cf2_interpT2CharString()