OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueFormat1
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
PairPositioningSubtables.cpp
55
le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(
valueFormat1
));
69
if (
valueFormat1
!= 0) {
70
pairValueRecord->valueRecord1.adjustPosition(SWAPW(
valueFormat1
), (char *) this, tempIterator, fontInstance);
100
le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(
valueFormat1
));
108
if (
valueFormat1
!= 0) {
109
class2Record->valueRecord1.adjustPosition(SWAPW(
valueFormat1
), (char *) this, tempIterator, fontInstance);
PairPositioningSubtables.h
40
ValueFormat
valueFormat1
;
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
655
(this+pairSet[i]).collect_glyphs (c, &
valueFormat1
);
675
return TRACE_RETURN ((this+pairSet[index]).apply (c, &
valueFormat1
, skippy_iter.idx));
681
unsigned int len1 =
valueFormat1
.get_len ();
685
&
valueFormat1
,
698
ValueFormat
valueFormat1
; /* Defines the types of data in
746
unsigned int len1 =
valueFormat1
.get_len ();
755
valueFormat1
.apply_value (c->font, c->direction, this,
774
unsigned int len1 =
valueFormat1
.get_len ();
777
unsigned int record_size =
valueFormat1
.get_size () + valueFormat2.get_size ();
780
valueFormat1
.sanitize_values_stride_unsafe (c, this, &values[0], count, stride) &
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
651
(this+pairSet[i]).collect_glyphs (c, &
valueFormat1
);
670
return TRACE_RETURN ((this+pairSet[index]).apply (c, &
valueFormat1
, skippy_iter.idx));
676
unsigned int len1 =
valueFormat1
.get_len ();
680
&
valueFormat1
,
693
ValueFormat
valueFormat1
; /* Defines the types of data in
742
unsigned int len1 =
valueFormat1
.get_len ();
751
valueFormat1
.apply_value (c->font, c->direction, this,
770
unsigned int len1 =
valueFormat1
.get_len ();
773
unsigned int record_size =
valueFormat1
.get_size () + valueFormat2.get_size ();
776
valueFormat1
.sanitize_values_stride_unsafe (c, this, &values[0], count, stride) &
[
all
...]
Completed in 2847 milliseconds