HomeSort by relevance Sort by last modified time
    Searched refs:text_height (Results 1 - 4 of 4) sorted by null

  /external/ImageMagick/PerlMagick/demo/
annotate_words.pl 43 $text_height,$maximum_horizontal_advance, $boundsx1, $boundsy1,
56 $text_width, $text_height,
  /cts/apps/CameraITS/tests/scene5/
test_lens_shading_and_color_uniformity.py 89 text_height = cv2.getTextSize('gf', cv2.FONT_HERSHEY_SIMPLEX,
91 text_offset = int(text_height*1.5)
  /external/python/cpython2/Lib/idlelib/
AutoCompleteWindow.py 228 text_width, text_height = text.winfo_width(), text.winfo_height()
231 if (text_height - (y + cy) >= acw_height # enough height below
  /external/python/cpython3/Lib/idlelib/
autocomplete_w.py 236 text_width, text_height = text.winfo_width(), text.winfo_height()
239 if (text_height - (y + cy) >= acw_height # enough height below

Completed in 619 milliseconds