Searched refs:charstring_len (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/third_party/freetype/src/cff/ |
D | cffgload.c | 743 FT_ULong charstring_len; in cff_operator_seac() local 823 &charstring, &charstring_len ); in cff_operator_seac() 829 charstring_len ); in cff_operator_seac() 832 cff_free_glyph_data( face, &charstring, charstring_len ); in cff_operator_seac() 853 &charstring, &charstring_len ); in cff_operator_seac() 859 charstring_len ); in cff_operator_seac() 862 cff_free_glyph_data( face, &charstring, charstring_len ); in cff_operator_seac() 904 FT_ULong charstring_len ) in cff_decoder_parse_charstrings() argument 944 limit = zone->limit = charstring_base + charstring_len; in cff_decoder_parse_charstrings() 2577 FT_ULong charstring_len; [all …]
|
D | cf2ft.h | 62 FT_ULong charstring_len );
|
D | cf2ft.c | 299 FT_ULong charstring_len ) in cf2_decoder_parse_charstrings() argument 354 FT_ASSERT( charstring_base + charstring_len >= charstring_base ); in cf2_decoder_parse_charstrings() 359 buf.end = charstring_base + charstring_len; in cf2_decoder_parse_charstrings()
|
D | cffgload.h | 230 FT_ULong charstring_len );
|
/external/freetype/src/cff/ |
D | cffgload.c | 743 FT_ULong charstring_len; in cff_operator_seac() local 823 &charstring, &charstring_len ); in cff_operator_seac() 829 charstring_len, 0 ); in cff_operator_seac() 832 cff_free_glyph_data( face, &charstring, charstring_len ); in cff_operator_seac() 853 &charstring, &charstring_len ); in cff_operator_seac() 859 charstring_len, 0 ); in cff_operator_seac() 862 cff_free_glyph_data( face, &charstring, charstring_len ); in cff_operator_seac() 907 FT_ULong charstring_len, in cff_decoder_parse_charstrings() argument 952 limit = zone->limit = charstring_base + charstring_len; in cff_decoder_parse_charstrings() 2702 FT_ULong charstring_len; [all …]
|
D | cf2ft.h | 62 FT_ULong charstring_len );
|
D | cf2ft.c | 300 FT_ULong charstring_len ) in cf2_decoder_parse_charstrings() argument 355 FT_ASSERT( charstring_base + charstring_len >= charstring_base ); in cf2_decoder_parse_charstrings() 360 buf.end = charstring_base + charstring_len; in cf2_decoder_parse_charstrings()
|
D | cffgload.h | 230 FT_ULong charstring_len,
|
D | cffparse.c | 1340 FT_ULong charstring_len; in cff_parser_run() local 1358 charstring_len = (FT_ULong)( p - charstring_base ) + 1; in cff_parser_run() 1370 charstring_len, in cff_parser_run()
|
/external/freetype/src/psaux/ |
D | t1decode.c | 363 FT_UInt charstring_len ) in t1_decoder_parse_charstrings() argument 415 limit = zone->limit = charstring_base + charstring_len; in t1_decoder_parse_charstrings()
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | t1decode.c | 363 FT_UInt charstring_len ) in t1_decoder_parse_charstrings() argument 415 limit = zone->limit = charstring_base + charstring_len; in t1_decoder_parse_charstrings()
|