Searched refs:global_subrs_index (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dcff_type2_charstring.h29 // global_subrs_index: Global subroutines which could be called by a charstring
39 const CFFIndex &global_subrs_index,
H A Dcff_type2_charstring.cc32 const ots::CFFIndex& global_subrs_index,
121 const ots::CFFIndex& global_subrs_index,
135 (op == ots::kCallSubr ? local_subrs_index : global_subrs_index);
184 global_subrs_index,
605 // global_subrs_index: Global subroutines.
616 const ots::CFFIndex& global_subrs_index,
664 global_subrs_index,
728 const CFFIndex& global_subrs_index,
775 global_subrs_index, *local_subrs_to_use,
119 ExecuteType2CharStringOperator(int32_t op, size_t call_depth, const ots::CFFIndex& global_subrs_index, const ots::CFFIndex& local_subrs_index, ots::Buffer *cff_table, ots::Buffer *char_string, std::stack<int32_t> *argument_stack, bool *out_found_endchar, bool *in_out_found_width, size_t *in_out_num_stems) argument
615 ExecuteType2CharString(size_t call_depth, const ots::CFFIndex& global_subrs_index, const ots::CFFIndex& local_subrs_index, ots::Buffer *cff_table, ots::Buffer *char_string, std::stack<int32_t> *argument_stack, bool *out_found_endchar, bool *in_out_found_width, size_t *in_out_num_stems) argument
726 ValidateType2CharStringIndex( const CFFIndex& char_strings_index, const CFFIndex& global_subrs_index, const std::map<uint16_t, uint8_t> &fd_select, const std::vector<CFFIndex *> &local_subrs_per_font, const CFFIndex *local_subrs, Buffer* cff_table) argument
H A Dcff.cc973 CFFIndex global_subrs_index; local
974 if (!ParseIndex(&table, &global_subrs_index)) {
990 global_subrs_index,
/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h234 CFF_IndexRec global_subrs_index; member in struct:CFF_FontRec_
H A Dcffload.c1479 FT_SET_ERROR( cff_index_init( &font->global_subrs_index,
1609 error = cff_index_get_pointers( &font->global_subrs_index,
1658 cff_index_done( &font->global_subrs_index );
H A Dcffgload.c401 decoder->num_globals = cff->global_subrs_index.count;
/external/freetype/src/cff/
H A Dcfftypes.h234 CFF_IndexRec global_subrs_index; member in struct:CFF_FontRec_
H A Dcffload.c1479 FT_SET_ERROR( cff_index_init( &font->global_subrs_index,
1609 error = cff_index_get_pointers( &font->global_subrs_index,
1658 cff_index_done( &font->global_subrs_index );
H A Dcffgload.c401 decoder->num_globals = cff->global_subrs_index.count;
/external/chromium_org/third_party/ots/test/
H A Dcff_type2_charstring_test.cc128 ots::CFFIndex global_subrs_index; local
139 &buffer, &global_subrs_index)) {
155 global_subrs_index,

Completed in 8252 milliseconds