Searched defs:PaletteEntry (Results 1 - 1 of 1) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dutils.h45 struct PaletteEntry struct
96 void FillGrayPalette( PaletteEntry* palette, int bpp, bool negative = false );
97 bool IsColorPalette( PaletteEntry* palette, int bpp );
98 void CvtPaletteToGray( const PaletteEntry* palette, uchar* grayPalette, int entries );
100 int& y, int height, int count3, PaletteEntry clr );
104 uchar* FillColorRow8( uchar* data, uchar* indices, int len, PaletteEntry* palette );
106 uchar* FillColorRow4( uchar* data, uchar* indices, int len, PaletteEntry* palette );
108 uchar* FillColorRow1( uchar* data, uchar* indices, int len, PaletteEntry* palette );

Completed in 158 milliseconds