OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrGlyphID
(Results
1 - 13
of
13
) sorted by null
/external/icu/icu4c/source/layout/
LigatureSubstSubtables.cpp
18
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
42
if (LE_GET_GLYPH(glyphIterator->
getCurrGlyphID
()) != SWAPW(ligTable->componentArray[comp])) {
SinglePositioningSubtables.cpp
46
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
60
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
SingleSubstitutionSubtables.cpp
45
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
63
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
MarkToBasePosnSubtables.cpp
23
return glyphIterator->
getCurrGlyphID
();
31
LEGlyphID markGlyph = glyphIterator->
getCurrGlyphID
();
98
LEGlyphID otherMark = gi.
getCurrGlyphID
();
AlternateSubstSubtables.cpp
21
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
MarkToMarkPosnSubtables.cpp
23
return glyphIterator->
getCurrGlyphID
();
31
LEGlyphID markGlyph = glyphIterator->
getCurrGlyphID
();
MarkToLigaturePosnSubtables.cpp
22
return glyphIterator->
getCurrGlyphID
();
30
LEGlyphID markGlyph = glyphIterator->
getCurrGlyphID
();
CursiveAttachmentSubtables.cpp
19
LEGlyphID glyphID = glyphIterator->
getCurrGlyphID
();
PairPositioningSubtables.cpp
52
LEGlyphID firstGlyph = glyphIterator->
getCurrGlyphID
();
63
LEGlyphID secondGlyph = glyphIterator->
getCurrGlyphID
();
95
LEGlyphID firstGlyph = glyphIterator->
getCurrGlyphID
();
100
LEGlyphID secondGlyph = glyphIterator->
getCurrGlyphID
();
ContextualSubstSubtables.cpp
66
TTGlyphID glyph = (TTGlyphID) glyphIterator->
getCurrGlyphID
();
97
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
138
if (coverageTable->getGlyphCoverage((LEGlyphID) glyphIterator->
getCurrGlyphID
()) < 0) {
197
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
247
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
255
le_int32 setClass = classDefinitionTable->getGlyphClass(glyphIterator->
getCurrGlyphID
());
379
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
451
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
463
le_int32 setClass = inputClassDefinitionTable->getGlyphClass(glyphIterator->
getCurrGlyphID
());
GlyphIterator.h
48
LEGlyphID
getCurrGlyphID
() const;
MultipleSubstSubtables.cpp
23
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
GlyphIterator.cpp
156
LEGlyphID GlyphIterator::
getCurrGlyphID
() const
Completed in 80 milliseconds