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

  /external/icu4c/layout/
ValueRecords.h 22 typedef le_uint16 ValueFormat;
29 le_int16 getFieldValue(ValueFormat valueFormat, ValueRecordField field) const;
30 le_int16 getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const;
31 void adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
33 void adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
36 static le_int16 getSize(ValueFormat valueFormat)
    [all...]
SinglePositioningSubtables.h 31 ValueFormat valueFormat;
39 ValueFormat valueFormat;
PairPositioningSubtables.h 40 ValueFormat valueFormat1;
41 ValueFormat valueFormat2;
ValueRecords.cpp 20 le_int16 ValueRecord::getFieldValue(ValueFormat valueFormat, ValueRecordField field) const
22 le_int16 valueIndex = getFieldIndex(valueFormat, field);
28 le_int16 ValueRecord::getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const
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,
45 if ((valueFormat & vfbXPlacement) != 0)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 49 struct ValueFormat : USHORT
445 valueFormat.apply_value (c->font, c->direction, this,
454 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_value (c, this, values));
462 ValueFormat valueFormat; /* Defines the types of data in the
492 valueFormat.apply_value (c->font, c->direction, this,
493 &values[index * valueFormat.get_len ()],
502 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_values (c, this, values, valueCount));
510 ValueFormat valueFormat; /* Defines the types of data in th
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos-private.h 194 HB_UShort ValueFormat; /* format of ValueRecord table */
harfbuzz-dump.c 549 DUMP_FUINT (SinglePos, ValueFormat);
553 DUMP_VALUE_RECORD (&SinglePos->spf.spf1.Value, SinglePos->ValueFormat);
561 DUMP_VALUE_RECORD (&SinglePos->spf.spf2.Value[i], SinglePos->ValueFormat);
harfbuzz-gpos.c 913 format = sp->ValueFormat = GET_UShort();
984 format = sp->ValueFormat;
1039 sp->ValueFormat, POSITION( buffer->in_pos ) );
1048 sp->ValueFormat, POSITION( buffer->in_pos ) );
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h 194 HB_UShort ValueFormat; /* format of ValueRecord table */
harfbuzz-gpos.c 913 format = sp->ValueFormat = GET_UShort();
984 format = sp->ValueFormat;
1039 sp->ValueFormat, POSITION( buffer->in_pos ) );
1048 sp->ValueFormat, POSITION( buffer->in_pos ) );
    [all...]

Completed in 204 milliseconds