Home
last modified time | relevance | path

Searched refs:WPRINT_PLUGIN_VERSION (Results 1 – 4 of 4) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dplugin_pdf.c128 static const wprint_plugin_t _pdf_plugin = {.version = WPRINT_PLUGIN_VERSION(0), in libwprintplugin_pdf_reg()
Dplugin_pcl.c527 static const wprint_plugin_t _pcl_plugin = {.version = WPRINT_PLUGIN_VERSION(0), in libwprintplugin_pcl_reg()
/packages/services/BuiltInPrintService/jni/include/
Dlib_wprint.h41 #define WPRINT_PLUGIN_VERSION(X) ((uint32)((_PLUGIN_MAJOR_VERSION << 16) | (X & 0xffff))) macro
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c1384 .version = WPRINT_PLUGIN_VERSION(_INTERFACE_MINOR_VERSION),
1389 .version = WPRINT_PLUGIN_VERSION(_INTERFACE_MINOR_VERSION),