Home
last modified time | relevance | path

Searched refs:text_height (Results 1 - 3 of 3) sorted by relevance

/third_party/cups-filters/filter/
H A Dtexttotext.c99 text_height; /* Height of the text area on the in main() local
389 text_height = num_lines - page_top - page_bottom; in main()
391 text_height, text_width); in main()
690 if ((line >= text_height && /* Current page is full */ in main()
792 line = text_height; in main()
795 for (; line < text_height; line ++) in main()
/third_party/python/Lib/idlelib/
H A Dautocomplete_w.py258 text_width, text_height = text.winfo_width(), text.winfo_height()
261 if (text_height - (y + cy) >= acw_height # enough height below
/third_party/glfw/deps/
H A Dnuklear.h25373 float text_height; in nk_tooltip() local
25391 text_height = (style->font->height + 2 * padding.y); in nk_tooltip()
25395 nk_layout_row_dynamic(ctx, (float)text_height, 1); in nk_tooltip()

Completed in 43 milliseconds