Searched refs:FillGrayRow8 (Results 1 – 6 of 6) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | grfmt_sunras.cpp | 284 FillGrayRow8( data, src, m_width, gray_palette ); in ReadData() 318 FillGrayRow8( data, src, len1, gray_palette ); in ReadData()
|
D | grfmt_bmp.cpp | 335 FillGrayRow8( data, src, m_width, gray_palette ); in ReadData() 380 data = FillGrayRow8( data, src, code, gray_palette ); in ReadData()
|
D | utils.h | 105 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette );
|
D | grfmt_pxm.cpp | 248 FillGrayRow8( data, src, m_width, gray_palette ); in ReadData()
|
D | grfmt_tiff.cpp | 629 FillGrayRow8( data, src, m_width, gray_palette ); in ReadData()
|
D | utils.cpp | 457 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette ) in FillGrayRow8() function
|