Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dstrcodec.h541 ERR attachISRead(BitIOInfo* pIO, struct WMPStream* pWS, CWMImageStrCodec* pSC);
H A Dstrcodec.c1065 ERR attachISRead(BitIOInfo* pIO, struct WMPStream* pWS, CWMImageStrCodec* pSC) in attachISRead() function
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A Dstrdec.c229 attachISRead(pSC->m_ppBitIO[k], ppWS[0], pSC); // need to attach it in readPackets()
235 attachISRead(pSC->m_ppBitIO[k], pSC->WMISCP.pWStream, pSC); in readPackets()
242 attachISRead(pSC->pIOHeader, pSC->ppWStream[0], pSC); // need to attach it in readPackets()
246 attachISRead(pSC->pIOHeader, pSC->WMISCP.pWStream, pSC); in readPackets()
2497 attachISRead(pSC->pIOHeader, pSC->WMISCP.pWStream, pSC); in StrIODecInit()