Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/glyf/
DSimpleGlyph.hh12 struct SimpleGlyph struct
14 enum simple_glyph_flag_t
26 const GlyphHeader &header;
27 hb_bytes_t bytes;
28 SimpleGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in SimpleGlyph() function
31 unsigned int instruction_len_offset () const in instruction_len_offset()
34 unsigned int length (unsigned int instruction_len) const in length()
37 unsigned int instructions_length () const in instructions_length()
48 const hb_bytes_t trim_padding () const in trim_padding()
95 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