Searched defs:getTextPath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayout.cpp64 paint->getTextPath(value->getGlyphs(), value->getGlyphsCount() * 2, x_, y_, path);
91 void TextLayout::getTextPath(SkPaint *paint, const jchar *text, jsize len, function in class:android::TextLayout
H A DPaint.cpp690 static void getTextPath(JNIEnv* env, SkPaint* paint, const jchar* text, jint count, function in class:android::SkPaintGlue
692 TextLayout::getTextPath(paint, text, count, bidiFlags, x, y, path);
698 getTextPath(env, paint, textArray + index, count, bidiFlags, x, y, path);
705 getTextPath(env, paint, textArray + start, end - start, bidiFlags, x, y, path);
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2105 public void getTextPath(char[] text, int index, int count, method in class:Paint
2127 public void getTextPath(String text, int start, int end, method in class:Paint

Completed in 60 milliseconds