Searched defs:local_subrs_per_font (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dcff.h39 std::vector<CFFIndex *> local_subrs_per_font; member in struct:ots::OpenTypeCFF
H A Dcff_type2_charstring.cc689 const std::vector<ots::CFFIndex *> &local_subrs_per_font,
695 // First, find local subrs from |local_subrs_per_font|.
697 (!local_subrs_per_font.empty())) {
705 if (fd_index >= local_subrs_per_font.size()) {
708 *out_local_subrs_to_use = local_subrs_per_font.at(fd_index);
730 const std::vector<CFFIndex *> &local_subrs_per_font,
757 local_subrs_per_font,
688 SelectLocalSubr(const std::map<uint16_t, uint8_t> &fd_select, const std::vector<ots::CFFIndex *> &local_subrs_per_font, const ots::CFFIndex *local_subrs, uint16_t glyph_index, const ots::CFFIndex **out_local_subrs_to_use) 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
/external/chromium_org/third_party/ots/test/
H A Dcff_type2_charstring_test.cc151 const std::vector<ots::CFFIndex *> local_subrs_per_font; // empty local
157 local_subrs_per_font,

Completed in 246 milliseconds