OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getGlyphPosition
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
LEGlyphStorage.cpp
406
void LEGlyphStorage::
getGlyphPosition
(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const
LayoutEngine.cpp
193
void LayoutEngine::
getGlyphPosition
(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const
195
fGlyphStorage->
getGlyphPosition
(glyphIndex, x, y, success);
403
glyphStorage.
getGlyphPosition
(0, prev, ignore, success);
408
glyphStorage.
getGlyphPosition
(p + 1, next, ignore, success);
445
glyphStorage.
getGlyphPosition
(0, prev, ignore, success);
450
glyphStorage.
getGlyphPosition
(p + 1, next, ignore, success);
Completed in 58 milliseconds