Home
last modified time | relevance | path

Searched refs:getGlyphPositions (Results 1 – 9 of 9) sorted by relevance

/external/skia/gm/
Dtypeface.cpp14 static void getGlyphPositions(const SkPaint& paint, const uint16_t glyphs[], in getGlyphPositions() function
66 getGlyphPositions(glyphPaint, glyphs, glyphCount, x, y, pos); in drawKernText()
/external/icu/icu4c/source/test/letest/
Dletest.cpp129 engine->getGlyphPositions(NULL, status); in ParamTest()
136 engine->getGlyphPositions(positions, status); in ParamTest()
268 engine->getGlyphPositions(positions, status); in AccessTest()
706 engine->getGlyphPositions(actual.positions, success); in DataDrivenTest()
Dgendata.cpp322 engine->getGlyphPositions(positions, leStatus); in main()
/external/icu/icu4c/source/layout/
DLEGlyphStorage.h201 void getGlyphPositions(float positions[], LEErrorCode &success) const;
Dloengine.cpp131 le->getGlyphPositions(positions, *success); in le_getGlyphPositions()
DLayoutEngine.h450 void getGlyphPositions(float positions[], LEErrorCode &success) const;
DLayoutEngine.cpp188 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const in getGlyphPositions() function in LayoutEngine
190 fGlyphStorage->getGlyphPositions(positions, success); in getGlyphPositions()
DLEGlyphStorage.cpp387 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const in getGlyphPositions() function in LEGlyphStorage
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp468 engine->getGlyphPositions(fStyleRunInfo[run].positions, layoutStatus); in ParagraphLayout()