Home | History | Annotate | Download | only in source

Lines Matching refs:isFloatingPoint

2726 	bool isFloatingPoint = (fSampleFormat [0] == sfFloatingPoint);
2730 uint32 defaultWhite = isFloatingPoint ?
2971 if (isFloatingPoint)
3038 if (isFloatingPoint)
3080 if (isFloatingPoint &&
3232 if (!isFloatingPoint &&
3268 if (isFloatingPoint && fCompression == ccDeflate &&
3278 else if (!isFloatingPoint && fCompression == ccDeflate &&
3355 if (fSampleFormat [j] != (isFloatingPoint ? sfFloatingPoint : sfUnsignedInteger))
3555 if (isFloatingPoint || fBitsPerSample [0] > 16)
3630 if (fWhiteLevel [j] < 1.0 || (fWhiteLevel [j] > maxWhite && !isFloatingPoint))