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);
83 void TextLayout::getTextPath(SkPaint *paint, const jchar *text, jsize len, function in class:android::TextLayout
H A DPaint.cpp665 static void getTextPath(JNIEnv* env, SkPaint* paint, const jchar* text, jint count, function in class:android::SkPaintGlue
667 TextLayout::getTextPath(paint, text, count, bidiFlags, x, y, path);
673 getTextPath(env, paint, textArray + index, count, bidiFlags, x, y, path);
680 getTextPath(env, paint, textArray + start, end - start, bidiFlags, x, y, path);
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2130 public void getTextPath(char[] text, int index, int count, method in class:Paint
2152 public void getTextPath(String text, int start, int end, method in class:Paint

Completed in 962 milliseconds