Home
last modified time | relevance | path

Searched refs:owningStorage (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Df_fpxio.cpp173 owningStorage = theOwningStorage; in PFileFlashPixIO()
194 owningStorage = theOwningStorage; in PFileFlashPixIO()
259 owningStorage = theOwningStorage; in PFileFlashPixIO()
284 owningStorage = NULL; in Init()
426 if (owningStorage) { in OpenFile()
427 filePtr = new PFlashPixFile (owningStorage, storageName, mode); in OpenFile()
H A Df_fpxio.h155 OLEStorage* owningStorage; // The owning storage if any variable
222 IStorage* owningStorage,
H A Dfpxlibio.cpp1465 IStorage* owningStorage, in FPX_CreateImageByStorage() argument
1478 if (!(theFPX && owningStorage)) in FPX_CreateImageByStorage()
1515 owningStorage); in FPX_CreateImageByStorage()
1557 owningStorage); in FPX_CreateImageByStorage()
1938 IStorage* owningStorage, in FPX_CreateImageWithViewByStorage() argument
1987 owningStorage); in FPX_CreateImageWithViewByStorage()
2029 owningStorage); in FPX_CreateImageWithViewByStorage()
H A Dptil_fpx.cpp653 if (parentFile->owningStorage) in ReadRawTile()
654 fileFPX = new PFlashPixFile (parentFile->owningStorage,parentFile->storageName,mode_Lecture); in ReadRawTile()
770 if (parentFile->owningStorage) in ReadRawPixels()
771 fileFPX = new PFlashPixFile (parentFile->owningStorage,parentFile->storageName,mode_Lecture); in ReadRawPixels()