Searched refs:fpx_status (Results 1 – 1 of 1) sorted by relevance
136 fpx_status; in ReadFPXImage() local202 fpx_status=FPX_InitSystem(); in ReadFPXImage()203 if (fpx_status != FPX_OK) in ReadFPXImage()206 fpx_status=FPX_SetToolkitMemoryLimit(&memory_limit); in ReadFPXImage()207 if (fpx_status != FPX_OK) in ReadFPXImage()221 fpx_status=FPX_OpenImageByFilename((const FSSpec &) fsspec,(char *) NULL, in ReadFPXImage()223 fpx_status=FPX_OpenImageByFilename(image->filename,(char *) NULL, in ReadFPXImage()227 if (fpx_status == FPX_LOW_MEMORY_ERROR) in ReadFPXImage()232 if (fpx_status != FPX_OK) in ReadFPXImage()255 fpx_status=FPX_GetImageResultAspectRatio(flashpix,&aspect_ratio); in ReadFPXImage()[all …]