Searched refs:handleText (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | TextLayout.cpp | 207 void TextLayout::handleText(SkPaint *paint, const jchar* text, jsize len, in handleText() function in android::TextLayout 287 handleText(paint, text, len, bidiFlags, x, y, canvas, NULL); in drawText() 292 handleText(paint, text, len, bidiFlags, x, y, NULL, path); in getTextPath()
|
D | TextLayout.h | 103 static void handleText(SkPaint* paint, const jchar* text, jsize len,
|
/frameworks/base/core/java/android/text/ |
D | TextLine.java | 715 private float handleText(TextPaint wp, int start, int end, in handleText() method 959 return handleText(wp, start, mlimit, start, limit, runIsRtl, c, x, top, in handleRun() 1005 x += handleText(wp, i, mlimit, i, inext, runIsRtl, c, x, top, in handleRun() 1022 x += handleText(wp, j, jnext, i, inext, runIsRtl, c, x, in handleRun()
|