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

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

Completed in 442 milliseconds