HomeSort by relevance Sort by last modified time
    Searched full:first_glyph_index_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 69 first_glyph_index_(first_glyph_index),
214 first_glyph_index_(0),
226 first_glyph_index_(0),
237 first_glyph_index_(first_glyph_index),
246 first_glyph_index_(first_glyph_index),
index_sub_table.h 47 int32_t first_glyph_index() { return first_glyph_index_; }
48 void set_first_glyph_index(int32_t v) { first_glyph_index_ = v; }
124 int32_t first_glyph_index_; member in class:sfntly::IndexSubTable::Builder
132 int32_t first_glyph_index() { return first_glyph_index_; }
163 int32_t first_glyph_index_; member in class:sfntly::IndexSubTable
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 69 first_glyph_index_(first_glyph_index),
214 first_glyph_index_(0),
226 first_glyph_index_(0),
237 first_glyph_index_(first_glyph_index),
246 first_glyph_index_(first_glyph_index),
index_sub_table.h 47 int32_t first_glyph_index() { return first_glyph_index_; }
48 void set_first_glyph_index(int32_t v) { first_glyph_index_ = v; }
124 int32_t first_glyph_index_; member in class:sfntly::IndexSubTable::Builder
132 int32_t first_glyph_index() { return first_glyph_index_; }
163 int32_t first_glyph_index_; member in class:sfntly::IndexSubTable

Completed in 529 milliseconds