OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueFormat2
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
PairPositioningSubtables.cpp
56
le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(
valueFormat2
));
73
if (
valueFormat2
!= 0) {
76
valueRecord2->adjustPosition(SWAPW(
valueFormat2
), (char *) this, *glyphIterator, fontInstance);
101
le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(
valueFormat2
));
112
if (
valueFormat2
!= 0) {
115
valueRecord2->adjustPosition(SWAPW(
valueFormat2
), (const char *) this, *glyphIterator, fontInstance);
PairPositioningSubtables.h
41
ValueFormat
valueFormat2
;
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
682
unsigned int len2 =
valueFormat2
.get_len ();
701
ValueFormat
valueFormat2
; /* Defines the types of data in
747
unsigned int len2 =
valueFormat2
.get_len ();
757
valueFormat2
.apply_value (c->font, c->direction, this,
775
unsigned int len2 =
valueFormat2
.get_len ();
777
unsigned int record_size = valueFormat1.get_size () +
valueFormat2
.get_size ();
781
valueFormat2
.sanitize_values_stride_unsafe (c, this, &values[len1], count, stride));
792
ValueFormat
valueFormat2
; /* ValueRecord definition--for the
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
677
unsigned int len2 =
valueFormat2
.get_len ();
696
ValueFormat
valueFormat2
; /* Defines the types of data in
743
unsigned int len2 =
valueFormat2
.get_len ();
753
valueFormat2
.apply_value (c->font, c->direction, this,
771
unsigned int len2 =
valueFormat2
.get_len ();
773
unsigned int record_size = valueFormat1.get_size () +
valueFormat2
.get_size ();
777
valueFormat2
.sanitize_values_stride_unsafe (c, this, &values[len1], count, stride));
788
ValueFormat
valueFormat2
; /* ValueRecord definition--for the
[
all
...]
Completed in 56 milliseconds