HomeSort by relevance Sort by last modified time
    Searched refs:valueFormat1 (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/layout/
PairPositioningSubtables.cpp 60 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1));
74 if (valueFormat1 != 0) {
75 pairValueRecord->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontInstance);
105 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1));
113 if (valueFormat1 != 0) {
114 class2Record->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontInstance);
PairPositioningSubtables.h 41 ValueFormat valueFormat1;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 661 (this+pairSet[i]).collect_glyphs (c, &valueFormat1);
681 return TRACE_RETURN ((this+pairSet[index]).apply (c, &valueFormat1, skippy_iter.idx));
687 unsigned int len1 = valueFormat1.get_len ();
691 &valueFormat1,
704 ValueFormat valueFormat1; /* Defines the types of data in
752 unsigned int len1 = valueFormat1.get_len ();
761 valueFormat1.apply_value (c->font, c->direction, this,
780 unsigned int len1 = valueFormat1.get_len ();
783 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size ();
786 valueFormat1.sanitize_values_stride_unsafe (c, this, &values[0], count, stride) &
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 661 (this+pairSet[i]).collect_glyphs (c, &valueFormat1);
681 return TRACE_RETURN ((this+pairSet[index]).apply (c, &valueFormat1, skippy_iter.idx));
687 unsigned int len1 = valueFormat1.get_len ();
691 &valueFormat1,
704 ValueFormat valueFormat1; /* Defines the types of data in
752 unsigned int len1 = valueFormat1.get_len ();
761 valueFormat1.apply_value (c->font, c->direction, this,
780 unsigned int len1 = valueFormat1.get_len ();
783 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size ();
786 valueFormat1.sanitize_values_stride_unsafe (c, this, &values[0], count, stride) &
    [all...]

Completed in 104 milliseconds