Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DCompositeGlyph.java10 public final class CompositeGlyph extends Glyph { class
29 protected CompositeGlyph(ReadableFontData data, int offset, int length) { in CompositeGlyph() method in CompositeGlyph
34 protected CompositeGlyph(ReadableFontData data) { in CompositeGlyph() method in CompositeGlyph
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh672 struct CompositeGlyph struct
674 const GlyphHeader &header;
675 hb_bytes_t bytes;
676 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph() argument
679 composite_iter_t get_iterator () const in get_iterator()
682 unsigned int instructions_length (hb_bytes_t bytes) const in instructions_length()
699 const Glyph trim_padding () const { return Glyph (bytes); } in trim_padding()
701 void drop_hints () in drop_hints()
708 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes()
711 void set_overlaps_flag () in set_overlaps_flag()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc513 GlyphTable::CompositeGlyph::CompositeGlyph(ReadableFontData* data) in CompositeGlyph() function in sfntly::GlyphTable::CompositeGlyph