Searched refs:getGlyphPositions (Results 1 – 9 of 9) sorted by relevance
/external/skia/gm/ |
D | typeface.cpp | 14 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/ |
D | letest.cpp | 129 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()
|
D | gendata.cpp | 322 engine->getGlyphPositions(positions, leStatus); in main()
|
/external/icu/icu4c/source/layout/ |
D | LEGlyphStorage.h | 201 void getGlyphPositions(float positions[], LEErrorCode &success) const;
|
D | loengine.cpp | 131 le->getGlyphPositions(positions, *success); in le_getGlyphPositions()
|
D | LayoutEngine.h | 450 void getGlyphPositions(float positions[], LEErrorCode &success) const;
|
D | LayoutEngine.cpp | 188 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const in getGlyphPositions() function in LayoutEngine 190 fGlyphStorage->getGlyphPositions(positions, success); in getGlyphPositions()
|
D | LEGlyphStorage.cpp | 387 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const in getGlyphPositions() function in LEGlyphStorage
|
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 468 engine->getGlyphPositions(fStyleRunInfo[run].positions, layoutStatus); in ParagraphLayout()
|