OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PairSet
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
556
friend struct
PairSet
;
568
struct
PairSet
653
unsigned int count =
pairSet
.len;
655
(this+
pairSet
[i]).collect_glyphs (c, &valueFormat1);
675
return TRACE_RETURN ((this+
pairSet
[index]).apply (c, &valueFormat1, skippy_iter.idx));
683
PairSet
::sanitize_closure_t closure = {
690
return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) &&
pairSet
.sanitize (c, this, &closure));
704
OffsetArrayOf<
PairSet
>
705
pairSet
; /* Array of
PairSet
table
[
all
...]
/external/harfbuzz/src/
harfbuzz-gpos-private.h
231
HB_UShort PairSetCount; /* number of
PairSet
tables */
232
HB_PairSet*
PairSet
; /* array of
PairSet
tables */
/external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h
231
HB_UShort PairSetCount; /* number of
PairSet
tables */
232
HB_PairSet*
PairSet
; /* array of
PairSet
tables */
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
553
friend struct
PairSet
;
565
struct
PairSet
649
unsigned int count =
pairSet
.len;
651
(this+
pairSet
[i]).collect_glyphs (c, &valueFormat1);
670
return TRACE_RETURN ((this+
pairSet
[index]).apply (c, &valueFormat1, skippy_iter.idx));
678
PairSet
::sanitize_closure_t closure = {
685
return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) &&
pairSet
.sanitize (c, this, &closure));
699
OffsetArrayOf<
PairSet
>
700
pairSet
; /* Array of
PairSet
table
[
all
...]
Completed in 59 milliseconds