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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffmedian.c89 C_cell **ColorCells; variable
233 ColorCells = (C_cell **)_TIFFmalloc(C_LEN*C_LEN*C_LEN*sizeof (C_cell*));
234 _TIFFmemset(ColorCells, 0, C_LEN*C_LEN*C_LEN*sizeof (C_cell*));
625 *(ColorCells + ir*C_LEN*C_LEN + ig*C_LEN + ib) = ptr;
716 cell = *(ColorCells +
838 cell = *(ColorCells +

Completed in 116 milliseconds