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

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.h 31 int32_t glyph_code() { return glyph_code_; }
43 int32_t glyph_code_; member in class:sfntly::CompositeBitmapGlyph::Component
index_sub_table_format4.h 29 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 2190 milliseconds