OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:positionGlyphs
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
LayoutEngine.h
224
virtual void
positionGlyphs
(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success);
339
* the computeGlyphs,
positionGlyphs
and adjustGlyphPosition methods. It will
LayoutEngine.cpp
330
void LayoutEngine::
positionGlyphs
(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success)
504
positionGlyphs
(*fGlyphStorage, x, y, success);
Completed in 31 milliseconds