Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
Dcf2font.c229 CF2_Fixed stdHW; in cf2_font_setup() local
291 stdHW = cf2_getStdHW( decoder ); in cf2_font_setup()
293 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
294 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()
298 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio ); in cf2_font_setup()
303 font->stdHW, in cf2_font_setup()
Dcf2font.h90 CF2_Fixed stdHW; /* in character space; depends on dict entry */ member
/external/chromium_org/third_party/freetype/src/cff/
Dcf2font.c227 CF2_Fixed stdHW; in cf2_font_setup() local
289 stdHW = cf2_getStdHW( decoder ); in cf2_font_setup()
291 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
292 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()
296 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio ); in cf2_font_setup()
301 font->stdHW, in cf2_font_setup()
Dcf2font.h90 CF2_Fixed stdHW; /* in character space; depends on dict entry */ member
/external/freetype/src/cff/
Dcf2font.c324 CF2_Fixed stdHW; in cf2_font_setup() local
388 stdHW = cf2_getStdHW( decoder ); in cf2_font_setup()
390 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
391 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()
395 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio ); in cf2_font_setup()
400 font->stdHW, in cf2_font_setup()
Dcf2font.h92 CF2_Fixed stdHW; /* in character space; depends on dict entry */ member