Home
last modified time | relevance | path

Searched refs:read_color_binary (Results 1 – 2 of 2) sorted by path

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pnm/
H A DReaderWriterPNM.cpp187 unsigned char* read_color_binary(std::istream& fin, int width, int height) in read_color_binary() function
319 data = read_color_binary<unsigned short>(fin, width, height); in readImage()
353 data = read_color_binary<unsigned char>(fin, width, height); in readImage()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pnm/
H A DReaderWriterPNM.cpp187 unsigned char* read_color_binary(std::istream& fin, int width, int height) in read_color_binary() function
314 data = read_color_binary<unsigned short>(fin, width, height); in readImage()
348 data = read_color_binary<unsigned char>(fin, width, height); in readImage()