HomeSort by relevance Sort by last modified time
    Searched full:m_iscolor (Results 1 - 11 of 11) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 152 m_iscolor = photometric > 1;
170 color = color > 0 || (color < 0 && m_iscolor);
375 m_iscolor = false;
511 m_iscolor = false;
523 m_iscolor = false;
527 m_iscolor = IsColorPalette( m_palette, m_bpp );
536 m_iscolor = true;
grfmt_png.cpp 160 m_iscolor = color_type == PNG_COLOR_TYPE_RGB ||
187 color = color > 0 || ( m_iscolor && color < 0 );
220 if( m_iscolor && color )
grfmt_base.cpp 53 m_iscolor = false;
69 m_iscolor = false;
grfmt_base.h 72 bool IsColor() { return m_iscolor; };
83 bool m_iscolor; member in class:GrFmtReader
grfmt_sunras.cpp 141 m_iscolor = IsColorPalette( m_palette, m_bpp );
150 m_iscolor = m_bpp > 8;
152 if( !m_iscolor )
grfmt_imageio.cpp 119 m_iscolor = ( CGColorSpaceGetNumberOfComponents( colorSpace ) > 1 );
130 color = color > 0 || ( m_iscolor && color < 0 );
grfmt_pxm.cpp 164 m_iscolor = m_bpp > 8;
206 int nch = m_iscolor ? 3 : 1;
grfmt_exr.cpp 148 m_iscolor = true;
160 m_iscolor = (m_blue || m_red);
212 if( !m_native_depth || (!color && m_iscolor ))
227 if( m_iscolor )
grfmt_bmp.cpp 123 m_iscolor = true;
130 m_iscolor = IsColorPalette( m_palette, m_bpp );
grfmt_jpeg2000.cpp 138 m_iscolor = (cntcmpts > 1);
156 color = color > 0 || ( m_iscolor && color < 0 );
grfmt_jpeg.cpp 182 m_iscolor = cinfo->num_components > 1;
332 color = color > 0 || (m_iscolor && color < 0);
356 if( color > 0 || (m_iscolor && color < 0) )
860 m_iscolor = m_planes == 3;
    [all...]

Completed in 278 milliseconds