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

  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image.h 82 unsigned int sampled_height; member in struct:__anon44648
wprint_image.c 302 image_info->sampled_height = (image_info->height / image_info->scaled_sample_size);
657 for (image_y = 0; image_y < image_info->sampled_height; image_y++) {
667 (image_info->sampled_height - image_y - 1)),
690 ((image_y < image_info->sampled_height) && (num_rows != 0));
693 (image_info->sampled_height - image_y - 1));
    [all...]

Completed in 61 milliseconds