Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
H A Drgb.c430 int tempsize; /* Sibe of main arrays */ in cupsRGBNew() local
457 tempsize = cube_size * cube_size * cube_size; /* FUTURE: num_samples < cs^3 */ in cupsRGBNew()
459 tempc = calloc(tempsize, num_channels); in cupsRGBNew()
460 tempb = calloc(tempsize, sizeof(unsigned char *)); in cupsRGBNew()

Completed in 2 milliseconds