Home
last modified time | relevance | path

Searched defs:dwBitPos (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_BitStream.cpp30 uint32_t dwBitPos = getBitPos(); in readNBits() local
49 uint32_t dwBitPos = getBitPos(); in readNBits() local
149 void CJBig2_BitStream::setBitPos(uint32_t dwBitPos) { in setBitPos()