OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ligGlyph
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/layout/
LigatureSubstSubtables.cpp
31
TTGlyphID
ligGlyph
= SWAPW(ligTable->
ligGlyph
);
44
if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph,
ligGlyph
)))) {
55
tempIterator.setCurrGlyphID(
ligGlyph
);
LigatureSubstSubtables.h
31
TTGlyphID
ligGlyph
;
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gdef-table.hh
203
struct
LigGlyph
230
* --from beginning of
LigGlyph
table
252
const
LigGlyph
&lig_glyph = this+
ligGlyph
[index];
258
return TRACE_RETURN (coverage.sanitize (c, this) &&
ligGlyph
.sanitize (c, this));
265
OffsetArrayOf<
LigGlyph
>
266
ligGlyph
; /* Array of
LigGlyph
tables
269
DEFINE_SIZE_ARRAY (4,
ligGlyph
);
hb-ot-layout-gsub-table.hh
598
c->glyphs->add (
ligGlyph
);
607
c->output->add (
ligGlyph
);
649
ligGlyph
,
663
ligGlyph
= ligature;
671
return TRACE_RETURN (
ligGlyph
.sanitize (c) && component.sanitize (c));
675
GlyphID
ligGlyph
; /* GlyphID of ligature to substitute */
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh
203
struct
LigGlyph
230
* --from beginning of
LigGlyph
table
252
const
LigGlyph
&lig_glyph = this+
ligGlyph
[index];
258
return TRACE_RETURN (coverage.sanitize (c, this) &&
ligGlyph
.sanitize (c, this));
265
OffsetArrayOf<
LigGlyph
>
266
ligGlyph
; /* Array of
LigGlyph
tables
269
DEFINE_SIZE_ARRAY (4,
ligGlyph
);
hb-ot-layout-gsub-table.hh
591
c->glyphs->add (
ligGlyph
);
600
c->output->add (
ligGlyph
);
643
ligGlyph
,
657
ligGlyph
= ligature;
665
return TRACE_RETURN (
ligGlyph
.sanitize (c) && component.sanitize (c));
669
GlyphID
ligGlyph
; /* GlyphID of ligature to substitute */
[
all
...]
Completed in 267 milliseconds