Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
Dcfftoken.h94 CFF_FIELD_NUM ( 21, nominal_width, "nominalWidthX" )
Dcffgload.h176 FT_Pos nominal_width; member
Dcfftypes.h181 FT_Pos nominal_width; member
Dcffgload.c458 decoder->nominal_width = sub->private_dict.nominal_width; in cff_decoder_prepare()
1291 decoder->glyph_width = decoder->nominal_width + in cff_decoder_parse_charstrings()
2255 decoder->glyph_width = decoder->nominal_width + ( args[1] >> 16 ); in cff_decoder_parse_charstrings()
2272 decoder->glyph_width = decoder->nominal_width + ( args[2] >> 16 ); in cff_decoder_parse_charstrings()
Dcf2ft.c674 decoder->current_subfont->private_dict.nominal_width ); in cf2_getNominalWidthX()
/external/pdfium/third_party/freetype/src/cff/
Dcfftoken.h94 CFF_FIELD_NUM ( 21, nominal_width, "nominalWidthX" )
Dcffgload.h176 FT_Pos nominal_width; member
Dcfftypes.h181 FT_Pos nominal_width; member
Dcffgload.c458 decoder->nominal_width = sub->private_dict.nominal_width; in cff_decoder_prepare()
1291 decoder->glyph_width = decoder->nominal_width + in cff_decoder_parse_charstrings()
2255 decoder->glyph_width = decoder->nominal_width + ( args[1] >> 16 ); in cff_decoder_parse_charstrings()
2272 decoder->glyph_width = decoder->nominal_width + ( args[2] >> 16 ); in cff_decoder_parse_charstrings()
Dcf2ft.c668 decoder->current_subfont->private_dict.nominal_width ); in cf2_getNominalWidthX()
/external/freetype/src/cff/
Dcfftoken.h102 CFF_FIELD_NUM ( 21, nominal_width, "nominalWidthX" )
Dcffgload.h176 FT_Pos nominal_width; member
Dcfftypes.h187 FT_Pos nominal_width; member
Dcffgload.c458 decoder->nominal_width = sub->private_dict.nominal_width; in cff_decoder_prepare()
1339 decoder->glyph_width = decoder->nominal_width + in cff_decoder_parse_charstrings()
2364 decoder->glyph_width = decoder->nominal_width + ( args[1] >> 16 ); in cff_decoder_parse_charstrings()
2381 decoder->glyph_width = decoder->nominal_width + ( args[2] >> 16 ); in cff_decoder_parse_charstrings()
Dcf2ft.c674 decoder->current_subfont->private_dict.nominal_width ); in cf2_getNominalWidthX()