Home
last modified time | relevance | path

Searched refs:stdHW (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/freetype/src/cff/
Dcf2font.c335 CF2_Fixed stdHW; in cf2_font_setup() local
399 stdHW = cf2_getStdHW( decoder ); in cf2_font_setup()
401 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
402 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()
406 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio ); in cf2_font_setup()
411 font->stdHW, in cf2_font_setup()
Dcf2font.h97 CF2_Fixed stdHW; /* in character space; depends on dict entry */ member
/external/freetype/src/cff/
Dcf2font.c335 CF2_Fixed stdHW; in cf2_font_setup() local
399 stdHW = cf2_getStdHW( decoder ); in cf2_font_setup()
401 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
402 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()
406 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio ); in cf2_font_setup()
411 font->stdHW, in cf2_font_setup()
Dcf2font.h97 CF2_Fixed stdHW; /* in character space; depends on dict entry */ member