OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCurrGlyphID
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/layout/
AlternateSubstSubtables.cpp
33
glyphIterator->
setCurrGlyphID
(SWAPW(alternateSetTable->alternateArray[0]));
LigatureSubstSubtables.cpp
49
tempIterator.
setCurrGlyphID
(deletedGlyph);
55
tempIterator.
setCurrGlyphID
(ligGlyph);
MultipleSubstSubtables.cpp
45
glyphIterator->
setCurrGlyphID
(0xFFFF);
54
glyphIterator->
setCurrGlyphID
(substitute);
SingleSubstitutionSubtables.cpp
52
glyphIterator->
setCurrGlyphID
(substitute);
70
glyphIterator->
setCurrGlyphID
(substitute);
GlyphIterator.h
57
void
setCurrGlyphID
(TTGlyphID glyphID);
GlyphIterator.cpp
193
void GlyphIterator::
setCurrGlyphID
(TTGlyphID glyphID)
Completed in 27 milliseconds