Searched refs:FillColorRow1 (Results 1 – 6 of 6) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | grfmt_sunras.cpp | 213 FillColorRow1( data, src, m_width, m_palette ); in ReadData() 262 FillColorRow1( data, src, m_width, m_palette ); in ReadData()
|
D | utils.h | 108 uchar* FillColorRow1( uchar* data, uchar* indices, int len, PaletteEntry* palette );
|
D | grfmt_pxm.cpp | 258 FillColorRow1( data, src, m_width, palette ); in ReadData()
|
D | grfmt_bmp.cpp | 230 FillColorRow1( color ? data : bgr, src, m_width, m_palette ); in ReadData()
|
D | grfmt_tiff.cpp | 601 FillColorRow1( data, src, m_width, m_palette ); in ReadData()
|
D | utils.cpp | 515 uchar* FillColorRow1( uchar* data, uchar* indices, int len, PaletteEntry* palette ) in FillColorRow1() function
|