OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add_coverage
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh
146
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::RangeRecord
663
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::CoverageFormat1
760
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::CoverageFormat2
763
rangeRecord[i].
add_coverage
(glyphs);
863
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::Coverage
865
case 1: u.format1.
add_coverage
(glyphs); break;
866
case 2: u.format2.
add_coverage
(glyphs); break;
1011
rangeRecord[i].
add_coverage
(glyphs);
[
all
...]
hb-ot-layout-gpos-table.hh
438
(this+coverage).
add_coverage
(c->input);
484
(this+coverage).
add_coverage
(c->input);
658
(this+coverage).
add_coverage
(c->input);
722
/* (this+coverage).
add_coverage
(c->input); // Don't need this. */
879
(this+coverage).
add_coverage
(c->input);
1461
inline void
add_coverage
(set_t *glyphs) const
function in struct:OT::PosLookup
[
all
...]
hb-ot-layout-gsub-table.hh
331
(this+coverage).
add_coverage
(c->input);
943
(this+coverage).
add_coverage
(c->input);
947
(this+backtrack[i]).
add_coverage
(c->before);
951
(this+lookahead[i]).
add_coverage
(c->after);
1164
inline void
add_coverage
(set_t *glyphs) const
function in struct:OT::SubstLookup
[
all
...]
hb-ot-layout-private.hh
124
lookup.
add_coverage
(&digest);
hb-ot-layout-gsubgpos-private.hh
667
(data+coverage).
add_coverage
(glyphs);
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
147
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::RangeRecord
664
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::CoverageFormat1
761
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::CoverageFormat2
764
rangeRecord[i].
add_coverage
(glyphs);
864
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::Coverage
866
case 1: u.format1.
add_coverage
(glyphs); break;
867
case 2: u.format2.
add_coverage
(glyphs); break;
1012
rangeRecord[i].
add_coverage
(glyphs);
[
all
...]
hb-ot-layout-gpos-table.hh
438
(this+coverage).
add_coverage
(c->input);
484
(this+coverage).
add_coverage
(c->input);
658
(this+coverage).
add_coverage
(c->input);
722
/* (this+coverage).
add_coverage
(c->input); // Don't need this. */
879
(this+coverage).
add_coverage
(c->input);
1461
inline void
add_coverage
(set_t *glyphs) const
function in struct:OT::PosLookup
[
all
...]
hb-ot-layout-gsub-table.hh
342
(this+coverage).
add_coverage
(c->input);
963
(this+coverage).
add_coverage
(c->input);
967
(this+backtrack[i]).
add_coverage
(c->before);
971
(this+lookahead[i]).
add_coverage
(c->after);
1184
inline void
add_coverage
(set_t *glyphs) const
function in struct:OT::SubstLookup
[
all
...]
hb-ot-layout-private.hh
126
lookup.
add_coverage
(&digest);
hb-ot-layout-gsubgpos-private.hh
665
(data+coverage).
add_coverage
(glyphs);
[
all
...]
Completed in 1672 milliseconds