Home
last modified time | relevance | path

Searched refs:PKFactory (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/freeimage/FreeImage/Source/LibJXR/jxrgluelib/
H A DJXRGlue.h306 #define PKFactory struct tagPKFactory macro
312 typedef struct tagPKFactory PKFactory; typedef
337 ERR (*Release)(PKFactory**);
339 #undef PKFactory
341 } PKFactory; typedef
345 ERR PKCreateFactory_Release(PKFactory** ppFactory);
347 EXTERN_C ERR PKCreateFactory(PKFactory**, U32);
H A DJXRGlue.c344 ERR PKCreateFactory_Release(PKFactory** ppFactory) in PKCreateFactory_Release()
355 ERR PKCreateFactory(PKFactory** ppFactory, U32 uVersion) in PKCreateFactory()
358 PKFactory* pFactory = NULL; in PKCreateFactory()
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_wdp.c315 ERR ilPKCreateFactory(PKFactory** ppFactory, U32 uVersion) in ilPKCreateFactory()
318 PKFactory* pFactory = NULL; in ilPKCreateFactory()
337 PKFactory* pFactory = NULL; in iLoadWdpInternal()