Home
last modified time | relevance | path

Searched refs:FillGrayRow1 (Results 1 – 5 of 5) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.cpp215 FillGrayRow1( data, src, m_width, gray_palette ); in ReadData()
264 FillGrayRow1( data, src, m_width, gray_palette ); in ReadData()
Dutils.h109 uchar* FillGrayRow1( uchar* data, uchar* indices, int len, uchar* palette );
Dgrfmt_pxm.cpp260 FillGrayRow1( data, src, m_width, gray_palette ); in ReadData()
Dgrfmt_tiff.cpp623 FillGrayRow1( data, src, m_width, gray_palette ); in ReadData()
Dutils.cpp543 uchar* FillGrayRow1( uchar* data, uchar* indices, int len, uchar* palette ) in FillGrayRow1() function