Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_BitStream.h36 void setBitPos(uint32_t dwBitPos);
DJBig2_BitStream.cpp153 void CJBig2_BitStream::setBitPos(uint32_t dwBitPos) { in setBitPos() function in CJBig2_BitStream
DJBig2_GrdProc.cpp464 pStream->setBitPos(bitpos); in StartDecodeMMR()