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

  /external/opencv/otherlibs/highgui/
utils.h 109 uchar* FillGrayRow1( uchar* data, uchar* indices, int len, uchar* palette );
grfmt_sunras.cpp 215 FillGrayRow1( data, src, m_width, gray_palette );
264 FillGrayRow1( data, src, m_width, gray_palette );
grfmt_pxm.cpp 260 FillGrayRow1( data, src, m_width, gray_palette );
grfmt_tiff.cpp 623 FillGrayRow1( data, src, m_width, gray_palette );
utils.cpp 543 uchar* FillGrayRow1( uchar* data, uchar* indices, int len, uchar* palette )
  /external/opencv3/modules/imgcodecs/src/
utils.hpp 121 uchar* FillGrayRow1( uchar* data, uchar* indices, int len, uchar* palette );
grfmt_sunras.cpp 194 FillGrayRow1( data, src, m_width, gray_palette );
243 FillGrayRow1( data, src, m_width, gray_palette );
grfmt_pxm.cpp 252 FillGrayRow1( data, src, m_width, gray_palette );
utils.cpp 564 uchar* FillGrayRow1( uchar* data, uchar* indices, int len, uchar* palette )

Completed in 126 milliseconds