Lines Matching defs:SimpleGlyph
424 struct SimpleGlyph struct
426 const GlyphHeader &header;
427 hb_bytes_t bytes;
428 SimpleGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in SimpleGlyph() function
431 unsigned int instruction_len_offset () const in instruction_len_offset()
434 unsigned int length (unsigned int instruction_len) const in length()
437 unsigned int instructions_length () const in instructions_length()
448 enum simple_glyph_flag_t
460 const Glyph trim_padding () const in trim_padding()
508 void drop_hints () in drop_hints()
514 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes()
522 struct x_setter_t
529 struct y_setter_t
537 static bool read_points (const HBUINT8 *&p /* IN/OUT */, in read_points()
568 bool get_contour_points (contour_point_vector_t &points_ /* OUT */, in get_contour_points()