Searched defs:valueFormat (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/layout/
H A DSinglePositioningSubtables.h31 ValueFormat valueFormat; member in struct:SinglePositioningFormat1Subtable
39 ValueFormat valueFormat; member in struct:SinglePositioningFormat2Subtable
H A DValueRecords.cpp20 le_int16 ValueRecord::getFieldValue(ValueFormat valueFormat, ValueRecordField field) const argument
22 le_int16 valueIndex = getFieldIndex(valueFormat, field);
28 le_int16 ValueRecord::getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const argument
30 le_int16 baseIndex = getFieldCount(valueFormat) * index;
31 le_int16 valueIndex = getFieldIndex(valueFormat, field);
37 void ValueRecord::adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, argument
45 if ((valueFormat & vfbXPlacement) != 0) {
46 le_int16 value = getFieldValue(valueFormat, vrfXPlacement);
55 if ((valueFormat & vfbYPlacement) != 0) {
56 le_int16 value = getFieldValue(valueFormat, vrfYPlacemen
141 adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, const LEFontInstance *fontInstance) const argument
245 getSize(ValueFormat valueFormat) argument
250 getFieldCount(ValueFormat valueFormat) argument
278 getFieldIndex(ValueFormat valueFormat, ValueRecordField field) argument
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh453 valueFormat.apply_value (c->font, c->direction, this,
462 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_value (c, this, values));
470 ValueFormat valueFormat; /* Defines the types of data in the member in struct:OT::SinglePosFormat1
501 valueFormat.apply_value (c->font, c->direction, this,
502 &values[index * valueFormat.get_len ()],
511 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_values (c, this, values, valueCount));
519 ValueFormat valueFormat; /* Defines the types of data in the member in struct:OT::SinglePosFormat2
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh453 valueFormat.apply_value (c->font, c->direction, this,
462 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_value (c, this, values));
470 ValueFormat valueFormat; /* Defines the types of data in the member in struct:OT::SinglePosFormat1
501 valueFormat.apply_value (c->font, c->direction, this,
502 &values[index * valueFormat.get_len ()],
511 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_values (c, this, values, valueCount));
519 ValueFormat valueFormat; /* Defines the types of data in the member in struct:OT::SinglePosFormat2

Completed in 182 milliseconds