Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.cpp251 uint32_t dwTemp; in ParseSegmentHeader() local
252 if (m_pStream->readInteger(&dwTemp) != 0) in ParseSegmentHeader()
255 pSegment->m_Referred_to_segment_numbers[i] = dwTemp; in ParseSegmentHeader()
387 const uint32_t dwTemp = (pSymbolDictDecoder->SDTEMPLATE == 0) ? 8 : 2; in ParseSymbolDict() local
388 for (uint32_t i = 0; i < dwTemp; ++i) { in ParseSymbolDict()
425 uint32_t dwTemp = 0; in ParseSymbolDict() local
432 SDINSYMS.get()[dwTemp + j] = dict.GetImage(j); in ParseSymbolDict()
433 dwTemp += dict.NumImages(); in ParseSymbolDict()
588 uint32_t dwTemp = (wFlags >> 2) & 0x0003; in ParseTextRegion() local
589 pTRD->SBSTRIPS = 1 << dwTemp; in ParseTextRegion()
[all …]