OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:add_coverage
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
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-common-private.hh
146
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::RangeRecord
662
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::CoverageFormat1
759
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::CoverageFormat2
762
rangeRecord[i].
add_coverage
(glyphs);
862
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::Coverage
864
case 1: u.format1.
add_coverage
(glyphs); break;
865
case 2: u.format2.
add_coverage
(glyphs); break;
1010
rangeRecord[i].
add_coverage
(glyphs);
[
all
...]
hb-ot-layout-gpos-table.hh
432
(this+coverage).
add_coverage
(c->input);
478
(this+coverage).
add_coverage
(c->input);
652
(this+coverage).
add_coverage
(c->input);
716
/* (this+coverage).
add_coverage
(c->input); // Don't need this. */
873
(this+coverage).
add_coverage
(c->input);
1455
inline void
add_coverage
(set_t *glyphs) const
function in struct:OT::PosLookup
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh
324
(this+coverage).
add_coverage
(c->input);
937
(this+coverage).
add_coverage
(c->input);
941
(this+backtrack[i]).
add_coverage
(c->before);
945
(this+lookahead[i]).
add_coverage
(c->after);
1156
inline void
add_coverage
(set_t *glyphs) const
function in struct:OT::SubstLookup
[
all
...]
hb-ot-layout-common-private.hh
146
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::RangeRecord
662
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::CoverageFormat1
759
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::CoverageFormat2
762
rangeRecord[i].
add_coverage
(glyphs);
862
inline void
add_coverage
(set_t *glyphs) const {
function in struct:OT::Coverage
864
case 1: u.format1.
add_coverage
(glyphs); break;
865
case 2: u.format2.
add_coverage
(glyphs); break;
997
rangeRecord[i].
add_coverage
(glyphs);
[
all
...]
hb-ot-layout-gpos-table.hh
431
(this+coverage).
add_coverage
(c->input);
476
(this+coverage).
add_coverage
(c->input);
648
(this+coverage).
add_coverage
(c->input);
711
/* (this+coverage).
add_coverage
(c->input); // Don't need this. */
869
(this+coverage).
add_coverage
(c->input);
1445
inline void
add_coverage
(set_t *glyphs) const
function in struct:OT::PosLookup
[
all
...]
Completed in 296 milliseconds