Home
last modified time | relevance | path

Searched refs:first_glyph_index_ (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table.h47 int32_t first_glyph_index() { return first_glyph_index_; } in first_glyph_index()
48 void set_first_glyph_index(int32_t v) { first_glyph_index_ = v; } in set_first_glyph_index()
124 int32_t first_glyph_index_; variable
132 int32_t first_glyph_index() { return first_glyph_index_; } in first_glyph_index()
163 int32_t first_glyph_index_;
Dindex_sub_table.cc69 first_glyph_index_(first_glyph_index), in IndexSubTable()
214 first_glyph_index_(0), in Builder()
226 first_glyph_index_(0), in Builder()
237 first_glyph_index_(first_glyph_index), in Builder()
246 first_glyph_index_(first_glyph_index), in Builder()