HomeSort by relevance Sort by last modified time
    Searched refs:FillGrayRow1 (Results 1 - 5 of 5) 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 )

Completed in 629 milliseconds