Home
last modified time | relevance | path

Searched refs:drop_hints_bytes (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/OT/glyf/
DSubsetGlyph.hh127 void drop_hints_bytes () in drop_hints_bytes() function
128 { source_glyph.drop_hints_bytes (dest_start, dest_end); } in drop_hints_bytes()
DGlyph.hh71 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes() function
74 case COMPOSITE: CompositeGlyph (*header, bytes).drop_hints_bytes (dest_start); return; in drop_hints_bytes()
75 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (dest_start, dest_end); return; in drop_hints_bytes()
DSimpleGlyph.hh107 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes() function
DCompositeGlyph.hh357 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes() function
Dglyf.hh464 subset_glyph.drop_hints_bytes (); in _populate_subset_glyphs()