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

  /external/icu/icu4c/source/layout/
PairPositioningSubtables.cpp 61 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2));
78 if (valueFormat2 != 0) {
81 valueRecord2->adjustPosition(SWAPW(valueFormat2), (char *) this, *glyphIterator, fontInstance);
106 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2));
117 if (valueFormat2 != 0) {
120 valueRecord2->adjustPosition(SWAPW(valueFormat2), (const char *) this, *glyphIterator, fontInstance);
PairPositioningSubtables.h 42 ValueFormat valueFormat2;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 688 unsigned int len2 = valueFormat2.get_len ();
707 ValueFormat valueFormat2; /* Defines the types of data in
753 unsigned int len2 = valueFormat2.get_len ();
763 valueFormat2.apply_value (c->font, c->direction, this,
781 unsigned int len2 = valueFormat2.get_len ();
783 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size ();
787 valueFormat2.sanitize_values_stride_unsafe (c, this, &values[len1], count, stride));
798 ValueFormat valueFormat2; /* ValueRecord definition--for the
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 688 unsigned int len2 = valueFormat2.get_len ();
707 ValueFormat valueFormat2; /* Defines the types of data in
753 unsigned int len2 = valueFormat2.get_len ();
763 valueFormat2.apply_value (c->font, c->direction, this,
781 unsigned int len2 = valueFormat2.get_len ();
783 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size ();
787 valueFormat2.sanitize_values_stride_unsafe (c, this, &values[len1], count, stride));
798 ValueFormat valueFormat2; /* ValueRecord definition--for the
    [all...]

Completed in 543 milliseconds