Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-input.cc51 input->axes_location = hb_hashmap_create<hb_tag_t, float> (); in hb_subset_input_create_or_fail()
56 if (!input->axes_location || in hb_subset_input_create_or_fail()
256 hb_hashmap_destroy (input->axes_location); in hb_subset_input_destroy()
422 return input->axes_location->set (axis_tag, axis_info.default_value); in hb_subset_input_pin_axis_to_default()
451 return input->axes_location->set (axis_tag, val); in hb_subset_input_pin_axis_location()
Dhb-subset-input.hh109 hb_hashmap_t<hb_tag_t, float> *axes_location; member
132 return axes_location->in_error () in in_error()
Dhb-subset-plan.hh84 hb_hashmap_destroy (axes_location); in ~hb_subset_plan_t()
192 hb_hashmap_t<hb_tag_t, int> *axes_location; member
Dhb-ot-var-fvar-table.hh59 const hb_hashmap_t<hb_tag_t, float> *axes_location = c->plan->user_axes_location; in subset() local
66 if (axes_location->has (*axis_tag) && in subset()
67 fabsf (axes_location->get (*axis_tag) - coords[i].to_float ()) > 0.001f) in subset()
Dhb-subset-plan.cc169 plan->axes_location, in _collect_layout_indices()
798 plan->axes_location->set (axis_tag, normalized_v); in _normalize_axes_location()
878 plan->check_success (plan->axes_location = hb_hashmap_create<hb_tag_t, int> ()); in hb_subset_plan_create_or_fail()
880 if (plan->user_axes_location && input->axes_location) in hb_subset_plan_create_or_fail()
881 *plan->user_axes_location = *input->axes_location; in hb_subset_plan_create_or_fail()
Dhb-ot-layout-common.hh100 const hb_hashmap_t<hb_tag_t, int> *axes_location; member
2898 if (!c->axes_location->has (axis_tag)) in keep_with_variations()
2912 int v = c->axes_location->get (axis_tag); in keep_with_variations()