Searched defs:gamma_from_1 (Results 1 - 7 of 7) sorted by relevance
/external/libpng/ |
H A D | pngrtran.c | 1687 palette[i].red = png_ptr->gamma_from_1[w]; 1691 palette[i].green = png_ptr->gamma_from_1[w]; 1695 palette[i].blue = png_ptr->gamma_from_1[w]; 3011 if (png_ptr->gamma_from_1 != NULL && png_ptr->gamma_to_1 != NULL) 3030 *(dp++) = png_ptr->gamma_from_1[ 3193 png_const_bytep gamma_from_1 = png_ptr->gamma_from_1; local 3591 if (gamma_to_1 != NULL && gamma_from_1 != NULL && 3615 w = gamma_from_1[w]; 3717 if (gamma_to_1 != NULL && gamma_from_1 ! [all...] |
H A D | pngstruct.h | 298 png_bytep gamma_from_1; /* converts from 1.0 to screen */ member in struct:png_struct_def
|
/external/pdfium/third_party/libpng16/ |
H A D | pngrtran.c | 1687 palette[i].red = png_ptr->gamma_from_1[w]; 1691 palette[i].green = png_ptr->gamma_from_1[w]; 1695 palette[i].blue = png_ptr->gamma_from_1[w]; 3011 if (png_ptr->gamma_from_1 != NULL && png_ptr->gamma_to_1 != NULL) 3030 *(dp++) = png_ptr->gamma_from_1[ 3193 png_const_bytep gamma_from_1 = png_ptr->gamma_from_1; local 3591 if (gamma_to_1 != NULL && gamma_from_1 != NULL && 3615 w = gamma_from_1[w]; 3717 if (gamma_to_1 != NULL && gamma_from_1 ! [all...] |
H A D | pngstruct.h | 298 png_bytep gamma_from_1; /* converts from 1.0 to screen */ member in struct:png_struct_def
|
/external/skia/third_party/libpng/ |
H A D | pngrtran.c | 1687 palette[i].red = png_ptr->gamma_from_1[w]; 1691 palette[i].green = png_ptr->gamma_from_1[w]; 1695 palette[i].blue = png_ptr->gamma_from_1[w]; 3011 if (png_ptr->gamma_from_1 != NULL && png_ptr->gamma_to_1 != NULL) 3030 *(dp++) = png_ptr->gamma_from_1[ 3193 png_const_bytep gamma_from_1 = png_ptr->gamma_from_1; local 3591 if (gamma_to_1 != NULL && gamma_from_1 != NULL && 3615 w = gamma_from_1[w]; 3717 if (gamma_to_1 != NULL && gamma_from_1 ! [all...] |
H A D | pngstruct.h | 298 png_bytep gamma_from_1; /* converts from 1.0 to screen */ member in struct:png_struct_def
|
/external/syslinux/com32/lib/libpng/ |
H A D | pngrtran.c | 1004 palette[i].red = png_ptr->gamma_from_1[w]; 1008 palette[i].green = png_ptr->gamma_from_1[w]; 1012 palette[i].blue = png_ptr->gamma_from_1[w]; 1455 png_ptr->gamma_table, png_ptr->gamma_from_1, 2342 if (png_ptr->gamma_from_1 != NULL && png_ptr->gamma_to_1 != NULL) 2355 *(dp++) = png_ptr->gamma_from_1[ 2448 if (png_ptr->gamma_from_1 != NULL && png_ptr->gamma_to_1 != NULL) 2459 *(dp++) = png_ptr->gamma_from_1 2688 palette[i].red = png_ptr->gamma_from_1[w]; 2692 palette[i].green = png_ptr->gamma_from_1[ 2798 png_do_background(png_row_infop row_info, png_bytep row, png_color_16p trans_values, png_color_16p background , png_color_16p background_1, png_bytep gamma_table, png_bytep gamma_from_1, png_bytep gamma_to_1, png_uint_16pp gamma_16, png_uint_16pp gamma_16_from_1, png_uint_16pp gamma_16_to_1, int gamma_shift ) argument [all...] |
Completed in 1808 milliseconds