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 | 672 (this+pairSet[i]).collect_glyphs (c, &valueFormat1); in collect_glyphs() 692 return TRACE_RETURN ((this+pairSet[index]).apply (c, &valueFormat1, skippy_iter.idx)); in apply() 698 unsigned int len1 = valueFormat1.get_len (); in sanitize() 702 &valueFormat1, in sanitize() 715 ValueFormat valueFormat1; /* Defines the types of data in member 763 unsigned int len1 = valueFormat1.get_len (); in apply() 772 valueFormat1.apply_value (c->font, c->direction, this, in apply() 791 unsigned int len1 = valueFormat1.get_len (); in sanitize() 794 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size (); in sanitize() 797 valueFormat1.sanitize_values_stride_unsafe (c, this, &values[0], count, stride) && in sanitize() [all …]
|