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

/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp195 SGIImage* sgiImage = new(nothrow) SGIImage(); local
196 if (sgiImage)
197 status = sgiImage->SetTo(inSource);
210 delete sgiImage;
211 sgiImage = NULL;
215 delete sgiImage;
218 *poutSGIImage = sgiImage;
313 SGIImage* sgiImage = new SGIImage(); local
314 status_t ret = sgiImage->SetTo(outDestination, width, height,
421 ret = sgiImage
462 SGIImage* sgiImage = NULL; local
[all...]

Completed in 26 milliseconds