Searched defs:glyph_code_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h31 int32_t glyph_code() { return glyph_code_; }
43 int32_t glyph_code_; member in class:sfntly::CompositeBitmapGlyph::Component
H A Dindex_sub_table_format4.h29 int32_t glyph_code() const { return glyph_code_; }
36 int32_t glyph_code_; member in class:sfntly::IndexSubTableFormat4::CodeOffsetPair
44 void set_glyph_code(int32_t v) { glyph_code_ = v; }
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h31 int32_t glyph_code() { return glyph_code_; }
43 int32_t glyph_code_; member in class:sfntly::CompositeBitmapGlyph::Component
H A Dindex_sub_table_format4.h29 int32_t glyph_code() const { return glyph_code_; }
36 int32_t glyph_code_; member in class:sfntly::IndexSubTableFormat4::CodeOffsetPair
44 void set_glyph_code(int32_t v) { glyph_code_ = v; }

Completed in 367 milliseconds