Searched refs:valueFormat1 (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | PairPositioningSubtables.cpp | 60 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process() 74 if (valueFormat1 != 0) { in process() 75 …pairValueRecord->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fon… in process() 105 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process() 113 if (valueFormat1 != 0) { in process() 114 …class2Record->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontIn… in process()
|
D | PairPositioningSubtables.h | 41 ValueFormat valueFormat1; member
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 692 (this+pairSet[i]).collect_glyphs (c, &valueFormat1); in collect_glyphs() 711 return_trace ((this+pairSet[index]).apply (c, &valueFormat1, skippy_iter.idx)); in apply() 720 unsigned int len1 = valueFormat1.get_len (); in sanitize() 724 &valueFormat1, in sanitize() 737 ValueFormat valueFormat1; /* Defines the types of data in member 784 unsigned int len1 = valueFormat1.get_len (); in apply() 793 valueFormat1.apply_value (c->font, c->direction, this, in apply() 813 unsigned int len1 = valueFormat1.get_len (); in sanitize() 816 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size (); in sanitize() 819 valueFormat1.sanitize_values_stride_unsafe (c, this, &values[0], count, stride) && in sanitize() [all …]
|