Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.cpp409 CJBig2_Segment *CJBig2_Context::findReferredSegmentByTypeAndIndex(CJBig2_Segment *pSegment, in findReferredSegmentByTypeAndIndex() function in CJBig2_Context
727 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++); in parseSymbolDict()
744 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++); in parseSymbolDict()
757 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++); in parseSymbolDict()
773 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++); in parseSymbolDict()
1055 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++); in parseTextRegion()
1076 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++); in parseTextRegion()
1097 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++); in parseTextRegion()
1114 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++); in parseTextRegion()
1135 pSeg = findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++); in parseTextRegion()
[all …]
DJBig2_Context.h76 …CJBig2_Segment *findReferredSegmentByTypeAndIndex(CJBig2_Segment *pSegment, FX_BYTE cType, FX_INT3…