Home | History | Annotate | Download | only in graphics

Lines Matching defs:breakText

2010     public int breakText(char[] text, int index, int count,
2052 public int breakText(CharSequence text, int start, int end,
2066 return breakText((String) text, measureForwards, maxWidth,
2076 result = breakText(buf, 0, end - start, maxWidth, measuredWidth);
2078 result = breakText(buf, 0, -(end - start), maxWidth, measuredWidth);
2101 public int breakText(String text, boolean measureForwards,