Home | History | Annotate | Download | only in graphics

Lines Matching refs:widths

955             char[] text, int index, int count, int bidiFlags, float[] widths) {
957 if (widths != null) {
959 widths[i]=0;
973 RectF bounds = delegate.measureText(text, index, count, widths, 0, bidiFlags);
979 String text, int start, int end, int bidiFlags, float[] widths) {
981 end - start, bidiFlags, widths);