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

  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.h 49 int32_t last_glyph_index() { return last_glyph_index_; }
50 void set_last_glyph_index(int32_t v) { last_glyph_index_ = v; }
125 int32_t last_glyph_index_; member in class:sfntly::IndexSubTable::Builder
133 int32_t last_glyph_index() { return last_glyph_index_; }
164 int32_t last_glyph_index_; member in class:sfntly::IndexSubTable
index_sub_table.cc 70 last_glyph_index_(last_glyph_index) {
215 last_glyph_index_(0),
227 last_glyph_index_(0),
238 last_glyph_index_(last_glyph_index) {
247 last_glyph_index_(last_glyph_index) {

Completed in 150 milliseconds