HomeSort by relevance Sort by last modified time
    Searched defs:last_glyph_index (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/ots/src/
vorg.cc 45 uint16_t last_glyph_index = 0; local
54 if ((i != 0) && (rec.glyph_index <= last_glyph_index)) {
59 last_glyph_index = rec.glyph_index;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 67 int32_t last_glyph_index)
70 last_glyph_index_(last_glyph_index) {
80 return CheckGlyphRange(glyph_id, first_glyph_index(), last_glyph_index());
154 int32_t last_glyph_index = local
166 data, index_sub_table_offset, first_glyph_index, last_glyph_index);
169 data, index_sub_table_offset, first_glyph_index, last_glyph_index);
172 data, index_sub_table_offset, first_glyph_index, last_glyph_index);
175 data, index_sub_table_offset, first_glyph_index, last_glyph_index);
178 data, index_sub_table_offset, first_glyph_index, last_glyph_index);
235 int32_t last_glyph_index)
    [all...]
index_sub_table.h 49 int32_t last_glyph_index() { return last_glyph_index_; } function in class:sfntly::IndexSubTable::Builder
107 int32_t last_glyph_index);
110 int32_t last_glyph_index);
133 int32_t last_glyph_index() { return last_glyph_index_; } function in class:sfntly::IndexSubTable
155 int32_t last_glyph_index);

Completed in 28 milliseconds