Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DSinglePosFormat1.hh54 ValueFormat get_value_format () const { return valueFormat; } in get_value_format() function
117 src->get_value_format ().copy_values (c, newFormat, src, &_, layout_variation_idx_delta_map); in serialize()
DSinglePosFormat2.hh62 ValueFormat get_value_format () const { return valueFormat; } in get_value_format() function
134 … { src->get_value_format ().copy_values (c, newFormat, src, &_, layout_variation_idx_delta_map); }) in serialize()
DSinglePos.hh46 ValueFormat new_format = src->get_value_format (); in serialize()