Home
last modified time | relevance | path

Searched defs:CompositeGlyph (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh612 struct CompositeGlyph struct
614 const GlyphHeader &header;
615 hb_bytes_t bytes;
616 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph() function
619 composite_iter_t get_iterator () const in get_iterator()
622 unsigned int instructions_length (hb_bytes_t bytes) const in instructions_length()
639 const Glyph trim_padding () const { return Glyph (bytes); } in trim_padding()
642 void drop_hints () in drop_hints()
649 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes()
652 bool get_contour_points (contour_point_vector_t &points_ /* OUT */, in get_contour_points()
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc513 GlyphTable::CompositeGlyph::CompositeGlyph(ReadableFontData* data) in CompositeGlyph() function in sfntly::GlyphTable::CompositeGlyph
/external/fonttools/Tests/ttLib/
Dwoff2_test.py852 class CompositeGlyph(object): class