Searched defs:handleText (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/text/
H A DTextLine.java721 private float handleText(TextPaint wp, int start, int end, method in class:TextLine
898 return handleText(wp, start, mlimit, start, limit, runIsRtl, c, x, top,
956 x += handleText(wp, j, jnext, i, inext, runIsRtl, c, x,
/frameworks/base/core/jni/android/graphics/
H A DTextLayout.cpp54 void TextLayout::handleText(SkPaint *paint, const jchar* text, jsize len, function in class:android::TextLayout
93 handleText(paint, text, len, bidiFlags, x, y, path);

Completed in 63 milliseconds