Searched refs:output_cache (Results 1 - 2 of 2) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_image.c48 image_info->output_cache = NULL;
666 memcpy(image_info->output_cache[image_x] + BYTES_PER_PIXEL(
680 image_info->output_cache[image_y - image_info->output_swath_start] +
737 memcpy(image_info->output_cache[image_x] + BYTES_PER_PIXEL(image_y),
752 image_info->output_cache[image_y - image_info->output_swath_start] +
1048 image_info->output_cache = (unsigned char **) malloc(sizeof(unsigned char *) * max_rows);
1050 image_info->output_cache[i] = (unsigned char *) malloc(row_width);
1063 return ((image_info->output_cache != NULL) ? 1 : image_info->rows_cached);
1086 if (image_info->output_cache != NULL) {
1088 free(image_info->output_cache[
[all...]
H A Dwprint_image.h127 unsigned char **output_cache; member in struct:__anon189

Completed in 65 milliseconds