OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:valueFormat
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/layout/
SinglePositioningSubtables.h
31
ValueFormat
valueFormat
;
39
ValueFormat
valueFormat
;
/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
...]
Completed in 416 milliseconds