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

  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image.h 205 int wprint_image_get_width(wprint_image_info_t *image_info);
plugin_pcl.c 382 msg.param.start_page.width = wprint_image_get_width(image_info);
389 msg.param.send.bytes_per_row = BYTES_PER_PIXEL(wprint_image_get_width(
wprint_image.c 572 int wprint_image_get_width(wprint_image_info_t *image_info) { function
574 LOGD("wprint_image_get_width(): %d", width);
    [all...]

Completed in 200 milliseconds