Home | History | Annotate | Download | only in graphics

Lines Matching defs:breakText

110     static int breakText(JNIEnv* env, const Paint& paint, const Typeface* typeface,
164 count = breakText(env, *paint, typeface, text + index, count, maxWidth,
180 count = breakText(env, *paint, typeface, text, count, maxWidth, bidiFlags, jmeasuredWidth, forwards);