Lines Matching refs:FLOAT
69 #undef FLOAT
70 #define FLOAT ((Imf::PixelType)2) macro
173 m_type = (chcnt == uintcnt) ? UINT : FLOAT; in readHeader()
175 m_isfloat = (m_type == FLOAT); in readHeader()
346 if( m_type == FLOAT ) in readData()
403 else if( m_type == FLOAT ) in UpSample()
423 if( m_type == FLOAT ) in UpSampleX()
445 else if( m_type == FLOAT ) in UpSampleY()
470 else if( m_type == FLOAT ) in ChromaToBGR()
492 else if( m_type == FLOAT ) in ChromaToBGR()
517 if( m_type == FLOAT ) in RGBToGray()
594 type = FLOAT; in write()
618 if( type == FLOAT && depth == 32 ) in write()
653 if( type == FLOAT && depth == 32 ) in write()