Searched refs:CFFIndex (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/ots/src/ |
D | cff.h | 16 struct CFFIndex { struct 17 CFFIndex() in CFFIndex() argument 37 std::vector<CFFIndex *> char_strings_array; argument 39 std::vector<CFFIndex *> local_subrs_per_font; 41 CFFIndex *local_subrs;
|
D | cff_type2_charstring.cc | 32 const ots::CFFIndex& global_subrs_index, 33 const ots::CFFIndex& local_subrs_index, 121 const ots::CFFIndex& global_subrs_index, in ExecuteType2CharStringOperator() 122 const ots::CFFIndex& local_subrs_index, in ExecuteType2CharStringOperator() 134 const ots::CFFIndex& subrs_index = in ExecuteType2CharStringOperator() 616 const ots::CFFIndex& global_subrs_index, in ExecuteType2CharString() 617 const ots::CFFIndex& local_subrs_index, in ExecuteType2CharString() 689 const std::vector<ots::CFFIndex *> &local_subrs_per_font, in SelectLocalSubr() 690 const ots::CFFIndex *local_subrs, in SelectLocalSubr() 692 const ots::CFFIndex **out_local_subrs_to_use) { in SelectLocalSubr() [all …]
|
D | cff_type2_charstring.h | 38 const CFFIndex &char_strings_index, 39 const CFFIndex &global_subrs_index, 41 const std::vector<CFFIndex *> &local_subrs_per_font, 42 const CFFIndex *local_subrs,
|
D | cff.cc | 57 bool ParseIndex(ots::Buffer *table, ots::CFFIndex *index) { in ParseIndex() 125 ots::Buffer *table, const ots::CFFIndex &index, std::string* out_name) { in ParseNameData() 352 out_cff->local_subrs_per_font.push_back(new ots::CFFIndex); in ParsePrivateDictData() 420 ots::CFFIndex *local_subrs_index = NULL; in ParsePrivateDictData() 430 local_subrs_index = new ots::CFFIndex; in ParsePrivateDictData() 462 const ots::CFFIndex &index, size_t sid_max, in ParseDictData() 466 out_cff->char_strings_array.push_back(new ots::CFFIndex); in ParseDictData() 632 ots::CFFIndex *charstring_index = out_cff->char_strings_array.back(); in ParseDictData() 660 ots::CFFIndex sub_dict_index; in ParseDictData() 934 CFFIndex name_index; in ots_cff_parse() [all …]
|
/external/chromium_org/third_party/ots/test/ |
D | cff_type2_charstring_test.cc | 95 std::vector<uint8_t>* out_buffer, ots::CFFIndex *out_subr) { in AddSubr() 127 ots::CFFIndex char_strings_index; in Validate() 128 ots::CFFIndex global_subrs_index; in Validate() 129 ots::CFFIndex local_subrs_index; in Validate() 151 const std::vector<ots::CFFIndex *> local_subrs_per_font; // empty in Validate()
|