Searched refs:PaletteEntry (Results 1 – 16 of 16) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | utils.h | 45 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 );
|
D | utils.cpp | 341 void CvtPaletteToGray( const PaletteEntry* palette, uchar* grayPalette, int entries ) in CvtPaletteToGray() 351 void FillGrayPalette( PaletteEntry* palette, int bpp, bool negative ) in FillGrayPalette() 365 bool IsColorPalette( PaletteEntry* palette, int bpp ) in IsColorPalette() 383 int count3, PaletteEntry clr ) in FillUniColor() 444 uchar* FillColorRow8( uchar* data, uchar* indices, int len, PaletteEntry* palette ) in FillColorRow8() 449 *((PaletteEntry*)(data-3)) = palette[*indices++]; in FillColorRow8() 451 PaletteEntry clr = palette[indices[0]]; in FillColorRow8() 468 uchar* FillColorRow4( uchar* data, uchar* indices, int len, PaletteEntry* palette ) in FillColorRow4() 475 *((PaletteEntry*)(data-6)) = palette[idx >> 4]; in FillColorRow4() 476 *((PaletteEntry*)(data-3)) = palette[idx & 15]; in FillColorRow4() [all …]
|
D | grfmt_bmp.h | 71 PaletteEntry m_palette[256];
|
D | grfmt_pxm.h | 64 PaletteEntry m_palette[256];
|
D | grfmt_sunras.h | 77 PaletteEntry m_palette[256];
|
D | grfmt_tiff.h | 127 PaletteEntry m_palette[256];
|
D | grfmt_bmp.cpp | 263 PaletteEntry clr[2]; in ReadData() 507 PaletteEntry palette[256]; in WriteImage()
|
D | grfmt_pxm.cpp | 201 PaletteEntry palette[256]; in ReadData()
|
/external/opencv3/modules/imgcodecs/src/ |
D | utils.hpp | 45 struct PaletteEntry struct 108 void FillGrayPalette( PaletteEntry* palette, int bpp, bool negative = false ); 109 bool IsColorPalette( PaletteEntry* palette, int bpp ); 110 void CvtPaletteToGray( const PaletteEntry* palette, uchar* grayPalette, int entries ); 112 int& y, int height, int count3, PaletteEntry clr ); 116 uchar* FillColorRow8( uchar* data, uchar* indices, int len, PaletteEntry* palette ); 118 uchar* FillColorRow4( uchar* data, uchar* indices, int len, PaletteEntry* palette ); 120 uchar* FillColorRow1( uchar* data, uchar* indices, int len, PaletteEntry* palette );
|
D | utils.cpp | 362 void CvtPaletteToGray( const PaletteEntry* palette, uchar* grayPalette, int entries ) in CvtPaletteToGray() 372 void FillGrayPalette( PaletteEntry* palette, int bpp, bool negative ) in FillGrayPalette() 386 bool IsColorPalette( PaletteEntry* palette, int bpp ) in IsColorPalette() 404 int count3, PaletteEntry clr ) in FillUniColor() 465 uchar* FillColorRow8( uchar* data, uchar* indices, int len, PaletteEntry* palette ) in FillColorRow8() 470 *((PaletteEntry*)(data-3)) = palette[*indices++]; in FillColorRow8() 472 PaletteEntry clr = palette[indices[0]]; in FillColorRow8() 489 uchar* FillColorRow4( uchar* data, uchar* indices, int len, PaletteEntry* palette ) in FillColorRow4() 496 *((PaletteEntry*)(data-6)) = palette[idx >> 4]; in FillColorRow4() 497 *((PaletteEntry*)(data-3)) = palette[idx & 15]; in FillColorRow4() [all …]
|
D | grfmt_pxm.hpp | 70 PaletteEntry m_palette[256];
|
D | grfmt_bmp.hpp | 77 PaletteEntry m_palette[256];
|
D | grfmt_sunras.hpp | 83 PaletteEntry m_palette[256];
|
D | grfmt_bmp.cpp | 261 PaletteEntry clr[2]; in readData() 521 PaletteEntry palette[256]; in write()
|
D | grfmt_pxm.cpp | 194 PaletteEntry palette[256]; in readData()
|
/external/opencv/ |
D | cvjni.h | 184 PaletteEntry palette[256]; in loadImageBytes()
|