HomeSort by relevance Sort by last modified time
    Searched refs:IsColorPalette (Results 1 - 5 of 5) sorted by null

  /external/opencv/otherlibs/highgui/
utils.h 97 bool IsColorPalette( PaletteEntry* palette, int bpp );
grfmt_sunras.cpp 141 m_iscolor = IsColorPalette( m_palette, m_bpp );
grfmt_bmp.cpp 130 m_iscolor = IsColorPalette( m_palette, m_bpp );
grfmt_tiff.cpp 527 m_iscolor = IsColorPalette( m_palette, m_bpp );
utils.cpp 365 bool IsColorPalette( PaletteEntry* palette, int bpp )

Completed in 37 milliseconds