OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueFormat
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/layout/
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
...]
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
;
SinglePositioningSubtables.cpp
50
valueRecord.adjustPosition(SWAPW(
valueFormat
), (const char *) this, *glyphIterator, fontInstance);
64
valueRecordArray[0].adjustPosition(coverageIndex, SWAPW(
valueFormat
), (const char *) this, *glyphIterator, fontInstance);
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
49
struct
ValueFormat
: USHORT
453
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
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 th
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
49
struct
ValueFormat
: USHORT
453
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
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 th
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py
763
def __init__(self,
valueFormat
):
766
if
valueFormat
& mask:
Completed in 618 milliseconds