Searched refs:glyph_code_ (Results 1 – 4 of 4) sorted by relevance
65 : 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()
29 int32_t glyph_code() const { return glyph_code_; } in glyph_code()36 int32_t glyph_code_; variable44 void set_glyph_code(int32_t v) { glyph_code_ = v; } in set_glyph_code()
31 int32_t glyph_code() { return glyph_code_; } in glyph_code()43 int32_t glyph_code_;
92 : glyph_code_(glyph_code), offset_(offset) { in CodeOffsetPair()