Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table.h49 int32_t last_glyph_index() { return last_glyph_index_; } in last_glyph_index()
50 void set_last_glyph_index(int32_t v) { last_glyph_index_ = v; } in set_last_glyph_index()
125 int32_t last_glyph_index_; variable
133 int32_t last_glyph_index() { return last_glyph_index_; } in last_glyph_index()
164 int32_t last_glyph_index_; variable
Dindex_sub_table.cc70 last_glyph_index_(last_glyph_index) { in IndexSubTable()
215 last_glyph_index_(0), in Builder()
227 last_glyph_index_(0), in Builder()
238 last_glyph_index_(last_glyph_index) { in Builder()
247 last_glyph_index_(last_glyph_index) { in Builder()