Home | History | Annotate | Download | only in libtiff

Lines Matching defs:tfunc

167     void (*tfunc)(LogLuvState*, uint8*, tmsize_t);
243 (*sp->tfunc)(sp, op, npixels);
298 (*sp->tfunc)(sp, op, npixels);
366 (*sp->tfunc)(sp, op, npixels);
431 (*sp->tfunc)(sp, bp, npixels);
519 (*sp->tfunc)(sp, bp, npixels);
572 (*sp->tfunc)(sp, bp, npixels);
1385 sp->tfunc = Luv24toXYZ;
1388 sp->tfunc = Luv24toLuv48;
1391 sp->tfunc = Luv24toRGB;
1398 sp->tfunc = Luv32toXYZ;
1401 sp->tfunc = Luv32toLuv48;
1404 sp->tfunc = Luv32toRGB;
1415 sp->tfunc = L16toY;
1418 sp->tfunc = L16toGry;
1446 sp->tfunc = Luv24fromXYZ;
1449 sp->tfunc = Luv24fromLuv48;
1460 sp->tfunc = Luv32fromXYZ;
1463 sp->tfunc = Luv32fromLuv48;
1478 sp->tfunc = L16fromY;
1643 sp->tfunc = _logLuvNop;