Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
H A Dtexttotext.c96 page_top = 0, in main() local
365 page_top = atoi(val); in main()
366 if (page_top < 0 || page_top > num_lines - 1) { in main()
368 page_top); in main()
369 page_top = 0; in main()
379 if (page_bottom < 0 || page_bottom > num_lines - page_top - 1) { in main()
386 page_left, page_right, page_top, page_bottom); in main()
389 text_height = num_lines - page_top - page_bottom; in main()
743 for (i = 0; i < page_top; in main()
[all...]

Completed in 1 milliseconds