Searched refs:code_offset_pair_index_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.cc352 code_offset_pair_index_(0) {
356 if (code_offset_pair_index_ <
372 int32_t offset = offset_array->at(code_offset_pair_index_).offset();
373 int32_t next_offset = offset_array->at(code_offset_pair_index_ + 1).offset();
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code();
380 code_offset_pair_index_++;
H A Dindex_sub_table_format4.h66 int32_t code_offset_pair_index_; member in class:sfntly::IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.cc352 code_offset_pair_index_(0) {
356 if (code_offset_pair_index_ <
372 int32_t offset = offset_array->at(code_offset_pair_index_).offset();
373 int32_t next_offset = offset_array->at(code_offset_pair_index_ + 1).offset();
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code();
380 code_offset_pair_index_++;
H A Dindex_sub_table_format4.h66 int32_t code_offset_pair_index_; member in class:sfntly::IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator

Completed in 56 milliseconds