Searched defs:forwards (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DMeasuredText.java229 int breakText(int limit, boolean forwards, float width) { argument
231 if (forwards) {
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp775 bool forwards, float maxWidth, jfloatArray jmeasuredWidth) {
779 SkPaint::TextBufferDirection tbd = forwards ?
774 breakTextS(JNIEnv* env, jobject jpaint, jstring jtext, bool forwards, float maxWidth, jfloatArray jmeasuredWidth) argument

Completed in 59 milliseconds