Searched refs:texts (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CameraITS/tests/scene5/ |
D | test_lens_shading_and_color_uniformity.py | 110 texts = ["r/g: %.2f" % center_r_g, 112 draw_legend(img_legend_ufmt, texts, 191 texts = ["r/g: %.2f" % block["block_r_g"], 194 draw_legend(img_legend_ufmt, texts, 231 def draw_legend(img, texts, text_org, font_scale, text_offset, legend_color, argument 245 for text in texts:
|
/cts/tests/tests/text/src/android/text/cts/ |
D | StaticLayoutLineBreakingTest.java | 338 String[] texts = new String[] { "0123", "012 456", "012 456 89 123", "012 45678 012", in testWithOneSpan() 343 for (String text : texts) { in testWithOneSpan() 363 String[] texts = new String[] { "0123", "012 456", "012 456 89 123", "012 45678 012", in testWithTwoSpans() 369 for (String text : texts) { in testWithTwoSpans() 414 String[] texts = new String[] { "", "X", " ", "XX", " X", "XXX" }; in testNarrowWidth() local 416 for (String text: texts) { in testNarrowWidth()
|