Home
last modified time | relevance | path

Searched refs:glyph_code_ (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dcomposite_bitmap_glyph.cc65 : glyph_code_(rhs.glyph_code_), in Component()
72 return glyph_code_ == rhs.glyph_code_; in operator ==()
77 glyph_code_ = rhs.glyph_code_; in operator =()
86 : glyph_code_(glyph_code), x_offset_(x_offset), y_offset_(y_offset) { in Component()
Dindex_sub_table_format4.h29 int32_t glyph_code() const { return glyph_code_; } in glyph_code()
36 int32_t glyph_code_; variable
44 void set_glyph_code(int32_t v) { glyph_code_ = v; } in set_glyph_code()
Dcomposite_bitmap_glyph.h31 int32_t glyph_code() { return glyph_code_; } in glyph_code()
43 int32_t glyph_code_;
Dindex_sub_table_format4.cc92 : glyph_code_(glyph_code), offset_(offset) { in CodeOffsetPair()