Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Segment.cpp28 m_Result.vd = NULL; in init()
35 if(m_Result.vd) { in clean()
38 delete m_Result.im; in clean()
41 delete m_Result.sd; in clean()
44 delete m_Result.pd; in clean()
47 delete m_Result.ht; in clean()
50 m_pModule->JBig2_Free(m_Result.vd); in clean()
DJBig2_Context.cpp676 pSymbolDictDecoder->SDNUMINSYMS += pSeg->m_Result.sd->SDNUMEXSYMS; in parseSymbolDict()
689 JBIG2_memcpy(SDINSYMS + dwTemp, pSeg->m_Result.sd->SDEXSYMS, in parseSymbolDict()
690 pSeg->m_Result.sd->SDNUMEXSYMS * sizeof(CJBig2_Image*)); in parseSymbolDict()
691 dwTemp += pSeg->m_Result.sd->SDNUMEXSYMS; in parseSymbolDict()
718 pSymbolDictDecoder->SDHUFFDH = pSeg->m_Result.ht; in parseSymbolDict()
735 pSymbolDictDecoder->SDHUFFDW = pSeg->m_Result.ht; in parseSymbolDict()
748 pSymbolDictDecoder->SDHUFFBMSIZE = pSeg->m_Result.ht; in parseSymbolDict()
764 pSymbolDictDecoder->SDHUFFAGGINST = pSeg->m_Result.ht; in parseSymbolDict()
768 if((wFlags & 0x0100) && pLRSeg && pLRSeg->m_Result.sd->m_bContextRetained) { in parseSymbolDict()
773 JBIG2_memcpy(gbContext, pLRSeg->m_Result.sd->m_gbContext, sizeof(JBig2ArithCtx)*dwTemp); in parseSymbolDict()
[all …]
DJBig2_Segment.h66 } m_Result; variable
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp25 return render.m_Result; in ProcessImage()
328 m_Result = TRUE; in CPDF_ImageRenderer()
546 m_Result = FALSE; in DrawPatternImage()
636 m_Result = FALSE; in DrawMaskedImage()
748 m_Result = FALSE; in StartDIBSource()
782 m_Result = FALSE; in StartDIBSource()
864 m_Result = m_pRenderStatus->m_pDevice->SetBitMask(pBitmap, in Continue()
870 m_Result = m_pRenderStatus->m_pDevice->SetDIBits(pBitmap, in Continue()
Drender_int.h88 FX_BOOL m_Result; variable
Dfpdf_render.cpp327 if (!m_pObjectRenderer->m_Result) { in ContinueSingleObject()
351 if (!m_pObjectRenderer->m_Result) { in ContinueSingleObject()
Dfpdf_render_text.cpp490 if (!renderer.m_Result) { in ProcessType3Text()