Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DValueFormat.hh141 unsigned int get_effective_format (const Value *values) const in get_effective_format() function
153 unsigned int get_effective_format (Iterator it) const { in get_effective_format() function
157 new_format = new_format | get_effective_format (&values); in get_effective_format()
DPairPosFormat1.hh200 format1 = format1 | valueFormat[0].get_effective_format (record->get_values_1 ()); in compute_effective_value_formats()
201 … format2 = format2 | valueFormat[1].get_effective_format (record->get_values_2 (valueFormat[0])); in compute_effective_value_formats()
DPairPosFormat2.hh335 format1 = format1 | valueFormat1.get_effective_format (&values[idx]); in compute_effective_value_formats()
336 format2 = format2 | valueFormat2.get_effective_format (&values[idx + len1]); in compute_effective_value_formats()