Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dstrenc.c265 fillToByte(pSC->m_ppBitIO[k]); in encodeMB()
538 fillToByte(pIO); in writeIndexTableNull()
590 fillToByte(pIO); in writeIndexTable()
620 fillToByte(pIO); in StrIOEncTerm()
820 fillToByte(pIO); // remove this later in WriteImagePlaneHeader()
906 fillToByte(pIO); // redundant in WriteWMIHeader()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dstrcodec.h526 Void fillToByte(BitIOInfo* pIO);
H A Dstrcodec.c1015 Void fillToByte(BitIOInfo* pIO) in fillToByte() function