Searched refs:char_strings_index (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dcff_type2_charstring.h16 // Validates all charstrings in |char_strings_index|. Charstring is a small
30 // in |char_strings_index|.
38 const CFFIndex &char_strings_index,
H A Dcff_type2_charstring.cc727 const CFFIndex& char_strings_index,
733 if (char_strings_index.offsets.size() == 0) {
738 for (unsigned i = 1; i < char_strings_index.offsets.size(); ++i) {
742 char_strings_index.offsets[i] - char_strings_index.offsets[i - 1];
746 const size_t offset = char_strings_index.offsets[i - 1];
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
/external/chromium_org/third_party/ots/test/
H A Dcff_type2_charstring_test.cc127 ots::CFFIndex char_strings_index; local
133 &buffer, &char_strings_index)) {
154 return ots::ValidateType2CharStringIndex(char_strings_index,

Completed in 279 milliseconds