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

  /packages/services/BuiltInPrintService/jni/include/
lib_printable_area.h 27 extern void printable_area_get(wprint_job_params_t *job_params, float top_margin,
33 extern void printable_area_get_default_margins(const wprint_job_params_t *job_params,
ifc_print_job.h 38 wprint_job_params_t *job_params);
44 const wprint_job_params_t *job_params);
lib_wprint.h 199 } wprint_job_params_t; typedef in typeref:struct:__anon44587
247 const struct ifc_print_job_st *job_ifc, wprint_job_params_t *job_params);
249 status_t (*print_page)(wprint_job_params_t *job_params, const char *mime_type,
253 wprint_job_params_t *job_params);
255 status_t (*end_job)(wprint_job_params_t *job_params);
278 status_t wprintGetDefaultJobParams(wprint_job_params_t *job_params);
283 status_t wprintGetFinalJobParams(wprint_job_params_t *job_param,
291 const wprint_job_params_t *job_params, const printer_capabilities_t *printer_cap,
  /packages/services/BuiltInPrintService/jni/plugins/
plugin_pdf.c 55 wprint_job_params_t *job_params) {
70 static int _print_page(wprint_job_params_t *job_params, const char *mime_type,
118 static int _end_job(wprint_job_params_t *job_params) {
plugin_pcl.c 76 wprint_job_params_t *job_params;
217 const ifc_print_job_t *print_ifc_p, wprint_job_params_t *job_params) {
276 static status_t _print_page(wprint_job_params_t *job_params, const char *mime_type,
502 static int _print_blank_page(wJob_t job_handle, wprint_job_params_t *job_params) {
519 static int _end_job(wprint_job_params_t *job_params) {
  /packages/services/BuiltInPrintService/jni/lib/
printable_area.c 26 void printable_area_get(wprint_job_params_t *job_params, float top_margin, float left_margin,
96 void printable_area_get_default_margins(const wprint_job_params_t *job_params,
wprintJNI.c     [all...]
printer.c 80 static int _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params) {
lib_wprint.c 148 wprint_job_params_t job_params;
    [all...]
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.c 31 static status_t _validate_job(const ifc_print_job_t *this_p, wprint_job_params_t *job_params);
33 static status_t _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params);
161 static ipp_t *_fill_job(int ipp_op, char *printer_uri, const wprint_job_params_t *job_params) {
390 static status_t _validate_job(const ifc_print_job_t *this_p, wprint_job_params_t *job_params) {
458 static status_t _start_job(const ifc_print_job_t *this_p, const wprint_job_params_t *job_params) {

Completed in 669 milliseconds