Home
last modified time | relevance | path

Searched refs:FillGrayRow8 (Results 1 – 11 of 11) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.cpp284 FillGrayRow8( data, src, m_width, gray_palette ); in ReadData()
318 FillGrayRow8( data, src, len1, gray_palette ); in ReadData()
Dgrfmt_bmp.cpp335 FillGrayRow8( data, src, m_width, gray_palette ); in ReadData()
380 data = FillGrayRow8( data, src, code, gray_palette ); in ReadData()
Dutils.h105 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette );
Dgrfmt_pxm.cpp248 FillGrayRow8( data, src, m_width, gray_palette ); in ReadData()
Dgrfmt_tiff.cpp629 FillGrayRow8( data, src, m_width, gray_palette ); in ReadData()
Dutils.cpp457 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette ) in FillGrayRow8() function
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_sunras.cpp263 FillGrayRow8( data, src, m_width, gray_palette ); in readData()
297 FillGrayRow8( data, src, len1, gray_palette ); in readData()
Dgrfmt_bmp.cpp333 FillGrayRow8( data, src, m_width, gray_palette ); in readData()
378 data = FillGrayRow8( data, src, code, gray_palette ); in readData()
Dutils.hpp117 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette );
Dgrfmt_pxm.cpp240 FillGrayRow8( data, src, m_width, gray_palette ); in readData()
Dutils.cpp478 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette ) in FillGrayRow8() function