Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcf2font.c355 font->stdVW = cf2_getStdVW( decoder ); in cf2_font_setup()
357 if ( font->stdVW <= 0 ) in cf2_font_setup()
358 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()
374 font->stdVW, in cf2_font_setup()
383 font->stdVW, in cf2_font_setup()
401 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
Dcf2font.h96 CF2_Fixed stdVW; /* in character space; depends on dict entry */ member
/external/pdfium/third_party/freetype/src/cff/
Dcf2font.c355 font->stdVW = cf2_getStdVW( decoder ); in cf2_font_setup()
357 if ( font->stdVW <= 0 ) in cf2_font_setup()
358 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup()
374 font->stdVW, in cf2_font_setup()
383 font->stdVW, in cf2_font_setup()
401 if ( stdHW > 0 && font->stdVW > 2 * stdHW ) in cf2_font_setup()
Dcf2font.h91 CF2_Fixed stdVW; /* in character space; depends on dict entry */ member