Lines Matching refs:FLOAT
65 #undef FLOAT
66 #define FLOAT ((Imf::PixelType)2) macro
186 m_type = (chcnt == uintcnt) ? UINT : FLOAT; in ReadHeader()
188 m_isfloat = (m_type == FLOAT); in ReadHeader()
354 if( m_type == FLOAT ) in ReadData()
413 else if( m_type == FLOAT ) in UpSample()
433 if( m_type == FLOAT ) in UpSampleX()
455 else if( m_type == FLOAT ) in UpSampleY()
482 else if( m_type == FLOAT ) in ChromaToBGR()
507 else if( m_type == FLOAT ) in ChromaToBGR()
532 if( m_type == FLOAT ) in RGBToGray()
602 type = FLOAT; in WriteImage()
628 if( type == FLOAT && depth == 32 ) in WriteImage()
663 if( type == FLOAT && depth == 32 ) in WriteImage()