Searched defs:ValueRecord (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/layout/
H A DValueRecords.h25 struct ValueRecord struct
/external/harfbuzz/src/
H A Dharfbuzz-dump.c49 #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) argument
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
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
47 typedef Value ValueRecord[VAR]; typedef in namespace:OT
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 value
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1454 #define ValueRecord ValueRecord_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1454 #define ValueRecord ValueRecord_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1454 #define ValueRecord ValueRecord_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1454 #define ValueRecord ValueRecord_3_2 macro

Completed in 2833 milliseconds