Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
Dcf2font.c249 font->stdVW = cf2_getStdVW( decoder ); in cf2_font_setup()
251 if ( font->stdVW <= 0 ) in cf2_font_setup()
252 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()
268 font->stdVW, in cf2_font_setup()
276 font->stdVW, in cf2_font_setup()
293 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
Dcf2font.h89 CF2_Fixed stdVW; /* in character space; depends on dict entry */ member
/external/chromium_org/third_party/freetype/src/cff/
Dcf2font.c247 font->stdVW = cf2_getStdVW( decoder ); in cf2_font_setup()
249 if ( font->stdVW <= 0 ) in cf2_font_setup()
250 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()
266 font->stdVW, in cf2_font_setup()
274 font->stdVW, in cf2_font_setup()
291 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
Dcf2font.h89 CF2_Fixed stdVW; /* in character space; depends on dict entry */ member
/external/freetype/src/cff/
Dcf2font.c344 font->stdVW = cf2_getStdVW( decoder ); in cf2_font_setup()
346 if ( font->stdVW <= 0 ) in cf2_font_setup()
347 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()
363 font->stdVW, in cf2_font_setup()
372 font->stdVW, in cf2_font_setup()
390 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
Dcf2font.h91 CF2_Fixed stdVW; /* in character space; depends on dict entry */ member