Searched refs:writeToRGB (Results 1 – 6 of 6) sorted by relevance
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/ |
H A D | SoOffscreenRenderer.h | 84 SbBool writeToRGB(FILE * fp) const; 88 SbBool writeToRGB(const char * filename) const;
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/rendering/ |
H A D | SoOffscreenRenderer.cpp | 420 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 D | ChangeLog.2003 | 172 * Inventor/SoOffscreenRenderer.h: fixed writeToRGB() typo.
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/ |
H A D | SoExtSelection.cpp | 2713 if (dumpfilename) { this->renderer->writeToRGB(dumpfilename); } in performSelection()
|
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/ |
H A D | SoGuiRenderArea.cpp.in | 649 written = os.writeToRGB(filename.getString());
|
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/ |
H A D | SoGuiRenderArea.cpp.in | 665 written = os.writeToRGB(filename.getString());
|