HomeSort by relevance Sort by last modified time
    Searched defs:getGlyphPositions (Results 1 - 3 of 3) sorted by null

  /external/skia/gm/
typeface.cpp 77 static void getGlyphPositions(const SkPaint& paint, const uint16_t glyphs[],
129 getGlyphPositions(glyphPaint, glyphs, glyphCount, x, y, pos);
  /external/icu4c/layout/
LEGlyphStorage.cpp 387 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const
LayoutEngine.cpp 186 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const
188 fGlyphStorage->getGlyphPositions(positions, success);

Completed in 155 milliseconds