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);
437 (*sp->tfunc)(sp, bp, npixels);
525 (*sp->tfunc)(sp, bp, npixels);
578 (*sp->tfunc)(sp, bp, npixels);
1399 sp->tfunc = Luv24toXYZ;
1402 sp->tfunc = Luv24toLuv48;
1405 sp->tfunc = Luv24toRGB;
1412 sp->tfunc = Luv32toXYZ;
1415 sp->tfunc = Luv32toLuv48;
1418 sp->tfunc = Luv32toRGB;
1429 sp->tfunc = L16toY;
1432 sp->tfunc = L16toGry;
1460 sp->tfunc = Luv24fromXYZ;
1463 sp->tfunc = Luv24fromLuv48;
1474 sp->tfunc = Luv32fromXYZ;
1477 sp->tfunc = Luv32fromLuv48;
1492 sp->tfunc = L16fromY;
1657 sp->tfunc = _logLuvNop;