Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh199 if (plan->drop_hints) subset_glyph.drop_hints_bytes (); in _populate_subset_glyphs()
514 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes() function
649 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes() function
700 void drop_hints_bytes (hb_bytes_t &dest_start, hb_bytes_t &dest_end) const in drop_hints_bytes() function
703 case COMPOSITE: CompositeGlyph (*header, bytes).drop_hints_bytes (dest_start); return; in drop_hints_bytes()
704 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (dest_start, dest_end); return; in drop_hints_bytes()
1091 void drop_hints_bytes () in drop_hints_bytes() function
1092 { source_glyph.drop_hints_bytes (dest_start, dest_end); } in drop_hints_bytes()