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

/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Descp2-papers.c263 int paper_type_count = stp_string_list_count(p); local
264 for (i = 0; i < paper_type_count; i++)
310 int paper_type_count = stp_string_list_count(p); local
311 if (paper_type_count >= 0)
H A Dprint-lexmark.c910 static const int paper_type_count = sizeof(lexmark_paper_list) / sizeof(paper_t); variable
944 for (i = 0; i < paper_type_count; i++)
1245 for (i = 0; i < paper_type_count; i++)

Completed in 49 milliseconds