Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/
H A DSoOffscreenRenderer.h84 SbBool writeToRGB(FILE * fp) const;
88 SbBool writeToRGB(const char * filename) const;
/dports/graphics/Coin/coin-Coin-4.0.0/src/rendering/
H A DSoOffscreenRenderer.cpp420 static SbBool writeToRGB(FILE * fp, unsigned int w, unsigned int h,
892 SbBool w = SoOffscreenRendererP::writeToRGB(f, fullsize[0], fullsize[1], in renderFromBase()
1105 SoOffscreenRendererP::writeToRGB(FILE * fp, unsigned int w, unsigned int h, in writeToRGB() function in SoOffscreenRendererP
1163 SoOffscreenRenderer::writeToRGB(FILE * fp) const in writeToRGB() function in SoOffscreenRenderer
1169 return SoOffscreenRendererP::writeToRGB(fp, size[0], size[1], in writeToRGB()
1182 SoOffscreenRenderer::writeToRGB(const char * filename) const in writeToRGB() function in SoOffscreenRenderer
1190 SbBool result = this->writeToRGB(rgbfp); in writeToRGB()
/dports/graphics/py-pivy/pivy-0.6.6/docs/
H A DChangeLog.2003172 * Inventor/SoOffscreenRenderer.h: fixed writeToRGB() typo.
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoExtSelection.cpp2713 if (dumpfilename) { this->renderer->writeToRGB(dumpfilename); } in performSelection()
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/
H A DSoGuiRenderArea.cpp.in649 written = os.writeToRGB(filename.getString());
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/
H A DSoGuiRenderArea.cpp.in665 written = os.writeToRGB(filename.getString());