Home | Sort by relevance Sort by last modified time |
/external/sfntly/cpp/src/sfntly/table/bitmap/ | |
index_sub_table_format1.h | 41 int32_t glyph_id_; member in class:sfntly::IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator |
index_sub_table_format2.h | 41 int32_t glyph_id_; member in class:sfntly::IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator |
index_sub_table_format3.h | 40 int32_t glyph_id_; member in class:sfntly::IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator |
bitmap_glyph_info.h | 54 int32_t glyph_id() const { return glyph_id_; } 67 int32_t glyph_id_; member in class:sfntly::BitmapGlyphInfo |
/external/sfntly/cpp/src/sample/subtly/ | |
font_info.h | 46 int32_t glyph_id() const { return glyph_id_; } 47 void set_glyph_id(const int32_t glyph_id) { glyph_id_ = glyph_id; } 52 int32_t glyph_id_; member in class:subtly::GlyphId |