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

  /external/opencv/otherlibs/highgui/
utils.h 105 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette );
grfmt_sunras.cpp 284 FillGrayRow8( data, src, m_width, gray_palette );
318 FillGrayRow8( data, src, len1, gray_palette );
grfmt_bmp.cpp 335 FillGrayRow8( data, src, m_width, gray_palette );
380 data = FillGrayRow8( data, src, code, gray_palette );
grfmt_pxm.cpp 248 FillGrayRow8( data, src, m_width, gray_palette );
grfmt_tiff.cpp 629 FillGrayRow8( data, src, m_width, gray_palette );
utils.cpp 457 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette )
  /external/opencv3/modules/imgcodecs/src/
utils.hpp 117 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette );
grfmt_sunras.cpp 263 FillGrayRow8( data, src, m_width, gray_palette );
297 FillGrayRow8( data, src, len1, gray_palette );
grfmt_bmp.cpp 333 FillGrayRow8( data, src, m_width, gray_palette );
378 data = FillGrayRow8( data, src, code, gray_palette );
grfmt_pxm.cpp 240 FillGrayRow8( data, src, m_width, gray_palette );
utils.cpp 478 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette )

Completed in 375 milliseconds