Searched defs:lut_size (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_gamma_table.c | 86 int lut_size, /* Gamma look-up table size */ 117 * Read the gamma table, parsing a lut_size number of RGB triplets 145 (NUM_COLORS * lut_size)) { 178 if (i >= lut_size) { 217 * consisting of a lut_size number of Red-Green-Blue triplet values. 225 int lut_size, /* # of RGB triplets in gamma file */ 249 lut_size * NUM_COLORS * sizeof (uint16_t)); 254 gt_data_green = gt_data_red + lut_size; 255 gt_data_blue = gt_data_green + lut_size; 261 gfile_in_path, lut_size, 84 fbc_read_users_gamma_table( const char *gfile_in_path, int lut_size, unsigned short gamma_red[], unsigned short gamma_green[], unsigned short gamma_blue[]) argument 223 fbc_read_gamma_table( const char *gfile_in_path, int lut_size, char **gamma_string_red, char **gamma_string_green, char **gamma_string_blue) argument [all...] |
H A D | fbc_properties.h | 88 int lut_size; /* Gamma look-up table size */ member in struct:fbc_varient_st
|
Completed in 16 milliseconds