Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_BitStream.cpp31 uint32_t dwBitPos = getBitPos(); in readNBits() local
53 uint32_t dwBitPos = getBitPos(); in readNBits() local
153 void CJBig2_BitStream::setBitPos(uint32_t dwBitPos) { in setBitPos()