Home
last modified time | relevance | path

Searched refs:FillColorRow1 (Results 1 – 6 of 6) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.cpp213 FillColorRow1( data, src, m_width, m_palette ); in ReadData()
262 FillColorRow1( data, src, m_width, m_palette ); in ReadData()
Dutils.h108 uchar* FillColorRow1( uchar* data, uchar* indices, int len, PaletteEntry* palette );
Dgrfmt_pxm.cpp258 FillColorRow1( data, src, m_width, palette ); in ReadData()
Dgrfmt_bmp.cpp230 FillColorRow1( color ? data : bgr, src, m_width, m_palette ); in ReadData()
Dgrfmt_tiff.cpp601 FillColorRow1( data, src, m_width, m_palette ); in ReadData()
Dutils.cpp515 uchar* FillColorRow1( uchar* data, uchar* indices, int len, PaletteEntry* palette ) in FillColorRow1() function