Searched refs:SGIImage (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/translators/sgi/
H A DSGIImage.h6 // SGIImage.h
10 // Formed into a class SGIImage, adopted to Be API and modified to use
37 * "$Id: SGIImage.h 14449 2005-10-20 12:15:56Z stippi $"
41 * $Log: SGIImage.h,v $
82 class SGIImage { class
84 SGIImage();
85 virtual ~SGIImage();
H A DSGIImage.cpp6 // SGIImage.cpp
10 // Formed into a class SGIImage, adopted to Be API and modified to use
44 #include "SGIImage.h"
50 SGIImage::SGIImage() function in class:SGIImage
69 SGIImage::~SGIImage()
76 SGIImage::InitCheck() const
88 SGIImage::SetTo(BPositionIO* stream)
151 SGIImage
[all...]
H A DSGITranslator.cpp51 #include "SGIImage.h"
191 SGIImage **poutSGIImage = NULL)
194 // construct new SGIImage object and set it to the provided BPositionIO
195 SGIImage* sgiImage = new(nothrow) SGIImage();
214 // close SGIImage if caller is not interested in SGIImage handle
217 // leave SGIImage open (if it is) and return handle if caller needs it
313 SGIImage* sgiImage = new SGIImage();
[all...]

Completed in 33 milliseconds