OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBaseCoverage
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
AttachmentPosnSubtables.h
30
inline le_int32
getBaseCoverage
(LEGlyphID baseGlyphId) const;
35
inline le_int32 AttachmentPositioningSubtable::
getBaseCoverage
(LEGlyphID baseGlyphID) const
MarkToMarkPosnSubtables.cpp
52
le_int32 mark2Coverage =
getBaseCoverage
((LEGlyphID) mark2Glyph);
MarkToBasePosnSubtables.cpp
53
le_int32 baseCoverage =
getBaseCoverage
((LEGlyphID) baseGlyph);
MarkToLigaturePosnSubtables.cpp
52
le_int32 ligatureCoverage =
getBaseCoverage
((LEGlyphID) ligatureGlyph);
Completed in 3033 milliseconds