Home
last modified time | relevance | path

Searched defs:SimpleGlyph (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh424 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()
[all …]
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc339 GlyphTable::SimpleGlyph::SimpleGlyph(ReadableFontData* data) in SimpleGlyph() function in sfntly::GlyphTable::SimpleGlyph