Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/glyf/
DCompositeGlyph.hh258 struct CompositeGlyph struct
260 const GlyphHeader &header;
261 hb_bytes_t bytes;
262 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph() argument
265 composite_iter_t iter () const in iter()
268 unsigned int instructions_length (hb_bytes_t bytes) const in instructions_length()
285 const hb_bytes_t trim_padding () const { return bytes; } in trim_padding()
287 void drop_hints () in drop_hints()
294 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes()
297 void set_overlaps_flag () in set_overlaps_flag()
[all …]
/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.py856 class CompositeGlyph(object): class