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

  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 66 int32_t first_glyph_index,
69 first_glyph_index_(first_glyph_index),
80 return CheckGlyphRange(glyph_id, first_glyph_index(), last_glyph_index());
151 int32_t first_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);
234 int32_t first_glyph_index,
    [all...]
index_sub_table.h 47 int32_t first_glyph_index() { return first_glyph_index_; } function in class:sfntly::IndexSubTable::Builder
106 int32_t first_glyph_index,
109 int32_t first_glyph_index,
132 int32_t first_glyph_index() { return first_glyph_index_; } function in class:sfntly::IndexSubTable
154 int32_t first_glyph_index,

Completed in 90 milliseconds