OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wprintpage
(Results
1 - 3
of
3
) sorted by null
/packages/services/BuiltInPrintService/jni/include/
lib_wprint.h
312
status_t
wprintPage
(wJob_t job_handle, int page_number, const char *filename, bool last_page,
/packages/services/BuiltInPrintService/jni/lib/
wprintJNI.c
355
result =
wprintPage
(job_handle, *(pages_ary + page_index++), pathname, false, true,
368
result =
wprintPage
(job_handle, *(pages_ary + page_index--), pathname, false, true,
[
all
...]
lib_wprint.c
549
wprintPage
(jq->job_handle, jq->num_pages + 1, NULL, true, false, 0, 0, 0, 0);
[
all
...]
Completed in 761 milliseconds