Lines Matching refs:drop
701 drop_hints_param_t drop; in subset() local
702 if (drop_hints_in_str (parsed_charstrings[i], param, drop)) in subset()
705 if (drop.vsindex_dropped) in subset()
801 const subr_subset_param_t ¶m, drop_hints_param_t &drop) in drop_hints_in_subr()
803 drop.ends_in_hint = false; in drop_hints_in_subr()
804 bool has_hint = drop_hints_in_str (subrs[subr_num], param, drop); in drop_hints_in_subr()
808 if (drop.ends_in_hint) in drop_hints_in_subr()
814 drop.ends_in_hint = false; in drop_hints_in_subr()
816 else if (drop.all_dropped) in drop_hints_in_subr()
825 …rop_hints_in_str (parsed_cs_str_t &str, const subr_subset_param_t ¶m, drop_hints_param_t &drop) in drop_hints_in_str()
837 param, drop); in drop_hints_in_str()
843 param, drop); in drop_hints_in_str()
849 drop.seen_moveto = true; in drop_hints_in_str()
854 if (drop.seen_moveto) in drop_hints_in_str()
868 drop.ends_in_hint = true; in drop_hints_in_str()
888 drop.vsindex_dropped = true; in drop_hints_in_str()
898 drop.all_dropped = true; in drop_hints_in_str()
906 drop.all_dropped = false; in drop_hints_in_str()