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/icu4c/layout/
SinglePositioningSubtables.cpp
46
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
60
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
AlternateSubstSubtables.cpp
20
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
LigatureSubstSubtables.cpp
18
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
39
if (LE_GET_GLYPH(glyphIterator->
getCurrGlyphID
()) != SWAPW(ligTable->componentArray[comp])) {
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
();
CursiveAttachmentSubtables.cpp
19
LEGlyphID glyphID = glyphIterator->
getCurrGlyphID
();
PairPositioningSubtables.cpp
47
LEGlyphID firstGlyph = glyphIterator->
getCurrGlyphID
();
58
LEGlyphID secondGlyph = glyphIterator->
getCurrGlyphID
();
90
LEGlyphID firstGlyph = glyphIterator->
getCurrGlyphID
();
95
LEGlyphID secondGlyph = glyphIterator->
getCurrGlyphID
();
MarkToMarkPosnSubtables.cpp
23
return glyphIterator->
getCurrGlyphID
();
31
LEGlyphID markGlyph = glyphIterator->
getCurrGlyphID
();
MarkToLigaturePosnSubtables.cpp
22
return glyphIterator->
getCurrGlyphID
();
30
LEGlyphID markGlyph = glyphIterator->
getCurrGlyphID
();
MultipleSubstSubtables.cpp
23
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
ContextualSubstSubtables.cpp
66
TTGlyphID glyph = (TTGlyphID) glyphIterator->
getCurrGlyphID
();
97
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
137
if (coverageTable->getGlyphCoverage((LEGlyphID) glyphIterator->
getCurrGlyphID
()) < 0) {
194
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
243
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
250
le_int32 setClass = classDefinitionTable->getGlyphClass(glyphIterator->
getCurrGlyphID
());
371
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
442
LEGlyphID glyph = glyphIterator->
getCurrGlyphID
();
453
le_int32 setClass = inputClassDefinitionTable->getGlyphClass(glyphIterator->
getCurrGlyphID
());
GlyphIterator.h
48
LEGlyphID
getCurrGlyphID
() const;
GlyphIterator.cpp
148
LEGlyphID GlyphIterator::
getCurrGlyphID
() const
Completed in 279 milliseconds