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

  /external/icu4c/layout/
LEGlyphStorage.cpp 406 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const
LayoutEngine.cpp 187 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const
189 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success);
397 glyphStorage.getGlyphPosition(0, prev, ignore, success);
402 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
439 glyphStorage.getGlyphPosition(0, prev, ignore, success);
444 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
  /frameworks/base/awt/java/awt/font/
GlyphVector.java 168 public abstract Point2D getGlyphPosition(int glyphIndex);
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidGlyphVector.java 168 public Point2D getGlyphPosition(int glyphIndex) {
CommonGlyphVector.java 112 // and getGlyphPosition(int index) methods, if the index is equals to
341 public Point2D getGlyphPosition(int glyphIndex) {

Completed in 214 milliseconds