Searched defs:widths (Results 1 – 5 of 5) sorted by relevance
193 float[] widths = new float[str.length()]; in getTextWidth() local
422 int[] widths = new int[] { 0, 4, 10 }; in testNarrowWidth() local437 int[] widths = new int[] { 1, 4 }; in testNarrowWidthZeroWidth() local
74 float[] widths = new float[text.length()]; in testBreakText() local1003 float[] widths = new float[text.length()]; in testMeasureText() local1067 float[] widths = new float[] {-1, -1, -1, -1}; in assertMeasureText() local
998 public boolean testArbitrary(boolean flexYUV, boolean widths) { in testArbitrary()1712 private void arbitrary(Encoder[] encoders, boolean flexYUV, boolean widths) { in arbitrary()
3186 float[] widths = new float[text.length()]; in calculateTextWidth() local