Searched refs:valueFormat (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 479 valueFormat.apply_value (c, this, values, buffer->cur_pos()); in apply() 490 valueFormat.sanitize_value (c, this, values)); in sanitize() 498 ValueFormat valueFormat; /* Defines the types of data in the member 529 valueFormat.apply_value (c, this, in apply() 530 &values[index * valueFormat.get_len ()], in apply() 542 valueFormat.sanitize_values (c, this, values, valueCount)); in sanitize() 550 ValueFormat valueFormat; /* Defines the types of data in the member 693 (this+pairSet[i]).collect_glyphs (c, valueFormat); in collect_glyphs() 712 return_trace ((this+pairSet[index]).apply (c, valueFormat, skippy_iter.idx)); in apply() 721 unsigned int len1 = valueFormat[0].get_len (); in sanitize() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otBase.py | 763 def __init__(self, valueFormat): argument 766 if valueFormat & mask:
|