OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:valuerecord
(Results
1 - 15
of
15
) sorted by null
/external/icu4c/layout/
PairPositioningSubtables.h
24
// NOTE:
ValueRecord
has a variable size
28
ValueRecord
valueRecord1;
29
//
ValueRecord
valueRecord2;
58
// NOTE:
ValueRecord
has a variable size
61
ValueRecord
valueRecord1;
62
//
ValueRecord
valurRecord2;
SinglePositioningSubtables.h
32
ValueRecord
valueRecord
;
41
ValueRecord
valueRecordArray[ANY_NUMBER];
PairPositioningSubtables.cpp
55
le_int16 valueRecord1Size =
ValueRecord
::getSize(SWAPW(valueFormat1));
56
le_int16 valueRecord2Size =
ValueRecord
::getSize(SWAPW(valueFormat2));
57
le_int16 recordSize = sizeof(PairValueRecord) - sizeof(
ValueRecord
) + valueRecord1Size + valueRecord2Size;
74
const
ValueRecord
*valueRecord2 = (const
ValueRecord
*) ((char *) &pairValueRecord->valueRecord1 + valueRecord1Size);
100
le_int16 valueRecord1Size =
ValueRecord
::getSize(SWAPW(valueFormat1));
101
le_int16 valueRecord2Size =
ValueRecord
::getSize(SWAPW(valueFormat2));
113
const
ValueRecord
*valueRecord2 = (const
ValueRecord
*) ((char *) &class2Record->valueRecord1 + valueRecord1Size);
130
// The OpenType spec. says that the
ValueRecord
table i
[
all
...]
ValueRecords.cpp
20
le_int16
ValueRecord
::getFieldValue(ValueFormat valueFormat, ValueRecordField field) const
28
le_int16
ValueRecord
::getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const
37
void
ValueRecord
::adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
141
void
ValueRecord
::adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
245
le_int16
ValueRecord
::getSize(ValueFormat valueFormat)
250
le_int16
ValueRecord
::getFieldCount(ValueFormat valueFormat)
278
le_int16
ValueRecord
::getFieldIndex(ValueFormat valueFormat, ValueRecordField field)
SinglePositioningSubtables.cpp
50
valueRecord
.adjustPosition(SWAPW(valueFormat), (const char *) this, *glyphIterator, fontInstance);
ValueRecords.h
25
struct
ValueRecord
/external/harfbuzz/src/
harfbuzz-gpos-private.h
71
/* Mask values to scan the value format of the
ValueRecord
structure.
173
HB_ValueRecord Value; /*
ValueRecord
for all covered
182
HB_UShort ValueCount; /* number of
ValueRecord
tables */
183
HB_ValueRecord* Value; /* array of
ValueRecord
tables */
194
HB_UShort ValueFormat; /* format of
ValueRecord
table */
273
HB_UShort ValueFormat1; /* format of
ValueRecord
table
275
HB_UShort ValueFormat2; /* format of
ValueRecord
table
harfbuzz-dump.c
49
#define DUMP_VALUE_RECORD(val, frmt) do { DUMP ("<
ValueRecord
>\n"); Dump_ValueRecord (val, stream, indent + 1, hb_type, frmt); DUMP ("</
ValueRecord
>\n"); } while (0)
511
Dump_ValueRecord (HB_ValueRecord *
ValueRecord
, FILE *stream, int indent, HB_Type hb_type, HB_UShort value_format)
514
DUMP_FINT (
ValueRecord
, XPlacement);
516
DUMP_FINT (
ValueRecord
, YPlacement);
518
DUMP_FINT (
ValueRecord
, XAdvance);
520
DUMP_FINT (
ValueRecord
, XAdvance);
522
RECURSE (Device, Device, &*
ValueRecord
->DeviceTables[VR_X_PLACEMENT_DEVICE]);
524
RECURSE (Device, Device, &*
ValueRecord
->DeviceTables[VR_Y_PLACEMENT_DEVICE]);
526
RECURSE (Device, Device, &*
ValueRecord
->DeviceTables[VR_X_ADVANCE_DEVICE])
[
all
...]
harfbuzz-gpos.c
195
/*
ValueRecord
*/
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h
71
/* Mask values to scan the value format of the
ValueRecord
structure.
173
HB_ValueRecord Value; /*
ValueRecord
for all covered
182
HB_UShort ValueCount; /* number of
ValueRecord
tables */
183
HB_ValueRecord* Value; /* array of
ValueRecord
tables */
194
HB_UShort ValueFormat; /* format of
ValueRecord
table */
273
HB_UShort ValueFormat1; /* format of
ValueRecord
table
275
HB_UShort ValueFormat2; /* format of
ValueRecord
table
harfbuzz-gpos.c
195
/*
ValueRecord
*/
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
43
/* Shared Tables:
ValueRecord
, Anchor Table, and MarkArray */
47
typedef Value
ValueRecord
[VAR];
465
*
ValueRecord
*/
466
ValueRecord
values; /* Defines positioning
514
*
ValueRecord
*/
516
ValueRecord
values; /* Array of ValueRecords--positioning
562
ValueRecord
values; /* Positioning data for the first glyph
789
ValueFormat valueFormat1; /*
ValueRecord
definition--for the
792
ValueFormat valueFormat2; /*
ValueRecord
definition--for the
807
ValueRecord
values; /* Matrix of value pairs
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
43
/* Shared Tables:
ValueRecord
, Anchor Table, and MarkArray */
47
typedef Value
ValueRecord
[VAR];
463
*
ValueRecord
*/
464
ValueRecord
values; /* Defines positioning
511
*
ValueRecord
*/
513
ValueRecord
values; /* Array of ValueRecords--positioning
559
ValueRecord
values; /* Positioning data for the first glyph
785
ValueFormat valueFormat1; /*
ValueRecord
definition--for the
788
ValueFormat valueFormat2; /*
ValueRecord
definition--for the
803
ValueRecord
values; /* Matrix of value pairs
[
all
...]
/external/chromium_org/third_party/ots/src/
gpos.cc
77
// Shared Tables:
ValueRecord
, Anchor Table, and MarkArray
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 622 milliseconds