HomeSort by relevance Sort by last modified time
    Searched refs:m_pContext (Results 1 - 18 of 18) sorted by null

  /external/pdfium/fpdfsdk/src/
fsdk_rendercontext.cpp 12 m_pContext = NULL;
25 if (m_pContext) delete m_pContext;
fpdfview.cpp 824 pContext->m_pContext = FX_NEW CPDF_RenderContext;
825 pContext->m_pContext->Create(pPage);
826 pContext->m_pContext->AppendObjectList(pPage, &matrix);
831 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting, &matrix, TRUE, NULL);
835 pContext->m_pRenderer->Start(pContext->m_pContext, pContext->m_pDevice, pContext->m_pOptions, pause);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 23 CJBig2_Context::DestroyContext(((CCodec_Jbig2Context*)pJbig2Content)->m_pContext);
104 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(&m_Module,
106 if(!m_pJbig2Context->m_pContext) {
109 int ret = m_pJbig2Context->m_pContext->getFirstPage(dest_buf, width, height, dest_pitch, pPause);
110 if(m_pJbig2Context->m_pContext->GetProcessiveStatus() == FXCODEC_STATUS_DECODE_FINISH) {
111 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
112 m_pJbig2Context->m_pContext = NULL;
123 return m_pJbig2Context->m_pContext->GetProcessiveStatus();
143 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(&m_Module, NULL, 0, m_pJbig2Context->m_src_buf, m_pJbig2Context->m_src_size, JBIG2_FILE_STREAM, pPause);
144 if(m_pJbig2Context->m_pContext == NULL) {
    [all...]
codec_int.h 248 CJBig2_Context* m_pContext;
  /external/pdfium/fpdfsdk/include/
fsdk_rendercontext.h 22 CPDF_RenderContext* m_pContext;
  /frameworks/compile/mclinker/lib/MC/
Input.cpp 27 m_pContext(NULL) {
39 m_pContext(NULL) {
54 m_pContext(NULL) {
70 m_pContext(NULL) {
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 121 { m_pContext = pContext; }
124 { return (NULL != m_pContext); }
126 const LDContext* context() const { return m_pContext; }
127 LDContext* context() { return m_pContext; }
138 LDContext* m_pContext;
  /external/pdfium/core/include/fxge/
fx_ge_apple.h 22 CGContextRef m_pContext;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_filters.cpp 269 m_pContext = NULL;
276 if (m_pContext) {
277 m_pCryptoHandler->DecryptFinish(m_pContext, buf);
282 if (m_pContext == NULL) {
283 m_pContext = m_pCryptoHandler->DecryptStart(m_ObjNum, m_GenNum);
285 m_pCryptoHandler->DecryptStream(m_pContext, src_buf, src_size, dest_buf);
290 if (m_pContext == NULL) {
293 m_pCryptoHandler->DecryptFinish(m_pContext, dest_buf);
294 m_pContext = NULL;
315 m_pContext = NULL;
    [all...]
filters_int.h 15 FX_LPVOID m_pContext;
25 void* m_pContext;
97 void* m_pContext;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 190 m_pContext = NULL;
226 m_pContext = pContext;
244 m_pPageResource = m_pContext->m_pPageResources;
478 if (!buffer.Initialize(m_pContext, m_pDevice, &rect, pObj, &m_Options, res)) {
492 status.Initialize(m_Level + 1, m_pContext, buffer.GetDevice(), buffer.GetMatrix(), NULL, NULL, NULL, &m_Options, m_Transparency, m_bDropObjects, pFormResource);
510 status.Initialize(m_Level + 1, m_pContext, m_pDevice, NULL, m_pStopObj,
580 CPDF_DocRenderData* pDocCache = m_pContext->m_pDocument->GetRenderData();
789 if (m_pContext->m_pPageCache) {
790 pPage = m_pContext->m_pPageCache->GetPage();
874 bitmap_render.Initialize(m_Level + 1, m_pContext, &bitmap_device, NULL,
    [all...]
fpdf_render_image.cpp 36 if (!dibsrc.Load(m_pContext->m_pDocument, pInlines->m_pStream, NULL, NULL, NULL, NULL)) {
371 if (m_Loader.StartLoadImage(m_pImageObject, m_pRenderStatus->m_pContext->m_pPageCache, m_LoadHandle, m_bStdCS,
490 if (m_pRenderStatus->m_pContext->m_pPageCache) {
491 pPage = m_pRenderStatus->m_pContext->m_pPageCache->GetPage();
565 bitmap_render.Initialize(m_pRenderStatus->m_Level + 1, m_pRenderStatus->m_pContext, &bitmap_device1, NULL, NULL,
582 bitmap_render.Initialize(m_pRenderStatus->m_Level + 1, m_pRenderStatus->m_pContext, &bitmap_device2, NULL, NULL,
655 bitmap_render.Initialize(m_pRenderStatus->m_Level + 1, m_pRenderStatus->m_pContext, &bitmap_device1, NULL, NULL,
669 bitmap_render.Initialize(m_pRenderStatus->m_Level + 1, m_pRenderStatus->m_pContext, &bitmap_device2, NULL, NULL,
    [all...]
render_int.h 110 return m_pContext;
153 CPDF_RenderContext* m_pContext;
276 CPDF_RenderContext* m_pContext;
318 CPDF_RenderContext* m_pContext;
fpdf_render_pattern.cpp 767 buffer.Initialize(m_pContext, m_pDevice, &clip_rect, m_pCurObj, 150);
    [all...]
fpdf_render_text.cpp 415 if (!pType3Char->LoadBitmap(m_pContext)) {
439 status.Initialize(m_Level + 1, m_pContext, m_pDevice, NULL, NULL, this, pStates, &Options,
456 status.Initialize(m_Level + 1, m_pContext, &bitmap_device, NULL, NULL, this, pStates, &Options,
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 182 CPDF_RenderContext* m_pContext;
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 196 pContext->m_pContext = pageContext;

Completed in 674 milliseconds