/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jbig.cpp | 23 CJBig2_Context::DestroyContext(((CCodec_Jbig2Context*)pJbig2Content)->m_pContext); in DestroyJbig2Context() 104 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(&m_Module, in StartDecode() 106 if(!m_pJbig2Context->m_pContext) { in StartDecode() 109 … int ret = m_pJbig2Context->m_pContext->getFirstPage(dest_buf, width, height, dest_pitch, pPause); in StartDecode() 110 if(m_pJbig2Context->m_pContext->GetProcessiveStatus() == FXCODEC_STATUS_DECODE_FINISH) { in StartDecode() 111 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext); in StartDecode() 112 m_pJbig2Context->m_pContext = NULL; in StartDecode() 123 return m_pJbig2Context->m_pContext->GetProcessiveStatus(); in StartDecode() 143 …m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(&m_Module, NULL, 0, m_pJbig2Context->m… in StartDecode() 144 if(m_pJbig2Context->m_pContext == NULL) { in StartDecode() [all …]
|
D | codec_int.h | 248 CJBig2_Context* m_pContext; variable
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_filters.cpp | 269 m_pContext = NULL; in CPDF_DecryptFilter() 276 if (m_pContext) { in ~CPDF_DecryptFilter() 277 m_pCryptoHandler->DecryptFinish(m_pContext, buf); in ~CPDF_DecryptFilter() 282 if (m_pContext == NULL) { in v_FilterIn() 283 m_pContext = m_pCryptoHandler->DecryptStart(m_ObjNum, m_GenNum); in v_FilterIn() 285 m_pCryptoHandler->DecryptStream(m_pContext, src_buf, src_size, dest_buf); in v_FilterIn() 290 if (m_pContext == NULL) { in v_FilterFinish() 293 m_pCryptoHandler->DecryptFinish(m_pContext, dest_buf); in v_FilterFinish() 294 m_pContext = NULL; in v_FilterFinish() 315 m_pContext = NULL; in CPDF_FlateFilter() [all …]
|
D | filters_int.h | 15 FX_LPVOID m_pContext; variable 25 void* m_pContext; variable 97 void* m_pContext; variable
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_rendercontext.cpp | 12 m_pContext = NULL; in Clear() 25 if (m_pContext) delete m_pContext; in ~CRenderContext()
|
D | fpdfview.cpp | 824 pContext->m_pContext = FX_NEW CPDF_RenderContext; in FPDF_RenderPage_Retail() 825 pContext->m_pContext->Create(pPage); in FPDF_RenderPage_Retail() 826 pContext->m_pContext->AppendObjectList(pPage, &matrix); in FPDF_RenderPage_Retail() 831 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, &matrix, TRUE, NULL); in FPDF_RenderPage_Retail() 835 …pContext->m_pRenderer->Start(pContext->m_pContext, pContext->m_pDevice, pContext->m_pOptions, paus… in FPDF_RenderPage_Retail()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 190 m_pContext = NULL; in CPDF_RenderStatus() 226 m_pContext = pContext; in Initialize() 244 m_pPageResource = m_pContext->m_pPageResources; in Initialize() 478 if (!buffer.Initialize(m_pContext, m_pDevice, &rect, pObj, &m_Options, res)) { in DrawObjWithBackground() 492 …status.Initialize(m_Level + 1, m_pContext, buffer.GetDevice(), buffer.GetMatrix(), NULL, NULL, NUL… in DrawObjWithBackground() 510 status.Initialize(m_Level + 1, m_pContext, m_pDevice, NULL, m_pStopObj, in ProcessForm() 580 CPDF_DocRenderData* pDocCache = m_pContext->m_pDocument->GetRenderData(); in GetTransferFunc() 789 if (m_pContext->m_pPageCache) { in ProcessTransparency() 790 pPage = m_pContext->m_pPageCache->GetPage(); in ProcessTransparency() 874 bitmap_render.Initialize(m_Level + 1, m_pContext, &bitmap_device, NULL, in ProcessTransparency() [all …]
|
D | fpdf_render_image.cpp | 36 if (!dibsrc.Load(m_pContext->m_pDocument, pInlines->m_pStream, NULL, NULL, NULL, NULL)) { in ProcessInlines() 371 …if (m_Loader.StartLoadImage(m_pImageObject, m_pRenderStatus->m_pContext->m_pPageCache, m_LoadHandl… in StartLoadDIBSource() 490 if (m_pRenderStatus->m_pContext->m_pPageCache) { in StartRenderDIBSource() 491 pPage = m_pRenderStatus->m_pContext->m_pPageCache->GetPage(); in StartRenderDIBSource() 565 …bitmap_render.Initialize(m_pRenderStatus->m_Level + 1, m_pRenderStatus->m_pContext, &bitmap_device… in DrawPatternImage() 582 …bitmap_render.Initialize(m_pRenderStatus->m_Level + 1, m_pRenderStatus->m_pContext, &bitmap_device… in DrawPatternImage() 655 …bitmap_render.Initialize(m_pRenderStatus->m_Level + 1, m_pRenderStatus->m_pContext, &bitmap_device… in DrawMaskedImage() 669 …bitmap_render.Initialize(m_pRenderStatus->m_Level + 1, m_pRenderStatus->m_pContext, &bitmap_device… in DrawMaskedImage() 1066 CPDF_Form form(m_pContext->m_pDocument, m_pContext->m_pPageResources, pGroup); in LoadSMask() 1086 pCS = m_pContext->m_pDocument->LoadColorSpace(pCSObj); in LoadSMask() [all …]
|
D | render_int.h | 110 return m_pContext; in GetContext() 153 CPDF_RenderContext* m_pContext; variable 276 CPDF_RenderContext* m_pContext; variable 318 CPDF_RenderContext* m_pContext; variable
|
D | fpdf_render_pattern.cpp | 767 buffer.Initialize(m_pContext, m_pDevice, &clip_rect, m_pCurObj, 150); in DrawShading() 964 … status.Initialize(m_Level + 1, m_pContext, m_pDevice, NULL, NULL, this, pStates, &m_Options, in DrawTilingPattern() 999 …CFX_DIBitmap* pEnlargedBitmap = DrawPatternBitmap(m_pContext->m_pDocument, m_pContext->m_pPageCach… in DrawTilingPattern() 1003 …pPatternBitmap = DrawPatternBitmap(m_pContext->m_pDocument, m_pContext->m_pPageCache, pPattern, pO… in DrawTilingPattern()
|
D | fpdf_render_text.cpp | 415 if (!pType3Char->LoadBitmap(m_pContext)) { in ProcessType3Text() 439 … status.Initialize(m_Level + 1, m_pContext, m_pDevice, NULL, NULL, this, pStates, &Options, in ProcessType3Text() 456 … status.Initialize(m_Level + 1, m_pContext, &bitmap_device, NULL, NULL, this, pStates, &Options, in ProcessType3Text()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 1079 m_pContext = NULL; in CFX_QuartzDevice() 1083 if (m_pContext) { in ~CFX_QuartzDevice() 1084 CGContextRelease(m_pContext); in ~CFX_QuartzDevice() 1092 return m_pContext; in GetContext() 1096 if (m_pContext) { in Attach() 1097 CGContextRelease(m_pContext); in Attach() 1099 m_pContext = context; in Attach() 1100 CGContextRetain(m_pContext); in Attach() 1101 IFX_RenderDeviceDriver* pDriver = FX_NEW CFX_QuartzDeviceDriver(m_pContext, nDeviceClass); in Attach() 1111 m_pContext = createContextWithBitmap(pBitmap); in Attach() [all …]
|
/external/pdfium/core/include/fxge/ |
D | fx_ge_apple.h | 22 CGContextRef m_pContext;
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_rendercontext.h | 22 CPDF_RenderContext* m_pContext; variable
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_render.h | 182 CPDF_RenderContext* m_pContext; variable
|