Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh104 bool apply_value (hb_ot_apply_context_t *c, in apply_value() function
489 valueFormat.apply_value (c, this, values, buffer->cur_pos()); in apply()
546 valueFormat.apply_value (c, this, in apply()
683 if (valueFormats[0].apply_value (c, this, &record->values[0], buffer->cur_pos()) | in apply()
684 valueFormats[1].apply_value (c, this, &record->values[len1], buffer->pos[pos])) in apply()
851 if (valueFormat1.apply_value (c, this, v, buffer->cur_pos()) | in apply()
852 valueFormat2.apply_value (c, this, v + len1, buffer->pos[skippy_iter.idx])) in apply()