HomeSort by relevance Sort by last modified time
    Searched full:text_y (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 34 private static final float TEXT_Y = 50;
66 c.drawText(TEXT, TEXT_X, TEXT_Y, p);
108 assertTrue(rect.top >= TEXT_Y);
  /bootable/recovery/
screen_ui.cpp 155 int text_y = GetTextBaseline(); local
157 gr_texticon(text_x, text_y, text_surface);
  /external/autotest/frontend/tko/
graphing_utils.py 629 text_y = .95 - .0075 * len(plots)
630 figure.text(.1, text_y, extra_text, size='xx-small')

Completed in 213 milliseconds