Searched refs:valueFormat2 (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/layout/ |
D | PairPositioningSubtables.cpp | 56 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process() 73 if (valueFormat2 != 0) { in process() 76 … valueRecord2->adjustPosition(SWAPW(valueFormat2), (char *) this, *glyphIterator, fontInstance); in process() 101 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process() 112 if (valueFormat2 != 0) { in process() 115 …valueRecord2->adjustPosition(SWAPW(valueFormat2), (const char *) this, *glyphIterator, fontInstanc… in process()
|
D | PairPositioningSubtables.h | 41 ValueFormat valueFormat2; member
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 677 unsigned int len2 = valueFormat2.get_len (); in sanitize() 696 ValueFormat valueFormat2; /* Defines the types of data in member 743 unsigned int len2 = valueFormat2.get_len (); in apply() 753 valueFormat2.apply_value (c->font, c->direction, this, in apply() 771 unsigned int len2 = valueFormat2.get_len (); in sanitize() 773 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size (); in sanitize() 777 valueFormat2.sanitize_values_stride_unsafe (c, this, &values[len1], count, stride)); in sanitize() 788 ValueFormat valueFormat2; /* ValueRecord definition--for the member
|