Searched refs:m_native_depth (Results 1 – 6 of 6) sorted by relevance
297 if( !m_native_depth && m_bit_depth == 16 ) in ReadData()310 if( m_bit_depth == 8 || !m_native_depth ) { in ReadData()320 else if( m_native_depth ) in ReadData()329 if( m_bit_depth == 8 || !m_native_depth ) in ReadData()334 else if( m_bit_depth == 8 || !m_native_depth ) in ReadData()
200 bool justcopy = m_native_depth; in ReadData()210 xstep = m_native_depth ? 4 : 1; in ReadData()212 if( !m_native_depth || (!color && m_iscolor )) in ReadData()411 if( !m_native_depth ) in UpSample()453 if( !m_native_depth ) in UpSampleY()476 if( !m_native_depth ) in ChromaToBGR()498 if( !m_native_depth ) in ChromaToBGR()534 if( m_native_depth ) in RGBToGray()548 if( m_native_depth ) in RGBToGray()
74 void UseNativeDepth( bool yes ) { m_native_depth = yes; }; in UseNativeDepth()88 bool m_native_depth;// use the native bit depth of the image variable
55 m_native_depth = false; in GrFmtReader()
199 if( m_bit_depth > 8 && !m_native_depth ) in ReadData()
234 if( m_bit_depth == 8 || !m_native_depth ) in ReadData()