Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_mupdf.c26 #define RGB_NUMBER_PIXELS_NUM_COMPONENTS 3 macro
88 image_info->width * RGB_NUMBER_PIXELS_NUM_COMPONENTS); in _mupdf_get_hdr()
89 image_info->num_components = RGB_NUMBER_PIXELS_NUM_COMPONENTS; in _mupdf_get_hdr()
105 row * image_info->width * RGB_NUMBER_PIXELS_NUM_COMPONENTS, in _mupdf_decode_row()
106 image_info->width * RGB_NUMBER_PIXELS_NUM_COMPONENTS); in _mupdf_decode_row()