Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_BitStream.cpp33 uint32_t dwBitPos = getBitPos(); in readNBits() local
55 uint32_t dwBitPos = getBitPos(); in readNBits() local
155 void CJBig2_BitStream::setBitPos(uint32_t dwBitPos) { in setBitPos()