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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 53 ((CCodec_Jbig2Context*)pJbig2Content)->m_pContext);
81 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(
84 if (!m_pJbig2Context->m_pContext) {
87 int ret = m_pJbig2Context->m_pContext->getFirstPage(dest_buf, width, height,
89 if (m_pJbig2Context->m_pContext->GetProcessingStatus() ==
91 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
92 m_pJbig2Context->m_pContext = NULL;
103 return m_pJbig2Context->m_pContext->GetProcessingStatus();
108 int ret = m_pJbig2Context->m_pContext->Continue(pPause);
109 if (m_pJbig2Context->m_pContext->GetProcessingStatus() !
    [all...]
codec_int.h 382 CJBig2_Context* m_pContext;
  /external/pdfium/xfa/src/fxjse/src/
class.h 14 : m_lpClassDefinition(nullptr), m_pContext(lpContext) {}
17 inline CFXJSE_Context* GetContext() { return m_pContext; }
37 CFXJSE_Context* m_pContext;
  /external/pdfium/fpdfsdk/src/
fsdk_rendercontext.cpp 11 m_pContext = NULL;
23 delete m_pContext;
fpdfview.cpp 953 pContext->m_pContext = new CPDF_RenderContext(pPage);
954 pContext->m_pContext->AppendObjectList(pPage, &matrix);
959 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext, bPrinting,
964 pContext->m_pContext, pContext->m_pDevice, pContext->m_pOptions);
    [all...]
  /frameworks/compile/mclinker/lib/MC/
Input.cpp 28 m_pContext(NULL) {
40 m_pContext(NULL) {
55 m_pContext(NULL) {
71 m_pContext(NULL) {
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 102 void setContext(LDContext* pContext) { m_pContext = pContext; }
104 bool hasContext() const { return (m_pContext != NULL); }
106 const LDContext* context() const { return m_pContext; }
107 LDContext* context() { return m_pContext; }
118 LDContext* m_pContext;
  /external/pdfium/core/include/fxge/
fx_ge_apple.h 22 CGContextRef m_pContext;
  /external/pdfium/fpdfsdk/include/
fsdk_rendercontext.h 22 CPDF_RenderContext* m_pContext;
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime_Stub.cpp 127 if (!m_pContext)
128 m_pContext.reset(new CJS_ContextStub());
132 IJS_Context* GetCurrentContext() override { return m_pContext.get(); }
160 std::unique_ptr<CJS_ContextStub> m_pContext;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_checksum.h 45 CXFA_ChecksumContext* m_pContext;
xfa_checksum.cpp 11 : m_pContext(pContext) {
12 FXSYS_assert(m_pContext);
121 m_pContext->Update(CFX_ByteStringC(pBuffer, iLength));
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 162 m_pContext(nullptr),
197 m_pContext = pContext;
215 m_pPageResource = m_pContext->m_pPageResources;
437 if (!buffer.Initialize(m_pContext, m_pDevice, rect, pObj, &m_Options, res)) {
451 status.Initialize(m_pContext, buffer.GetDevice(), buffer.GetMatrix(), NULL,
471 status.Initialize(m_pContext, m_pDevice, NULL, m_pStopObj, this, pFormObj,
541 CPDF_DocRenderData* pDocCache = m_pContext->m_pDocument->GetRenderData();
761 if (m_pContext->m_pPageCache) {
762 pPage = m_pContext->m_pPageCache->GetPage();
854 bitmap_render.Initialize(m_pContext, &bitmap_device, NULL, m_pStopObj, NULL
    [all...]
fpdf_render_image.cpp 332 m_pRenderStatus->m_pContext->GetPageCache(), m_LoadHandle,
435 if (m_pRenderStatus->m_pContext->GetPageCache()) {
436 pPage = m_pRenderStatus->m_pContext->GetPageCache()->GetPage();
520 bitmap_render.Initialize(m_pRenderStatus->m_pContext, &bitmap_device1, NULL,
542 bitmap_render.Initialize(m_pRenderStatus->m_pContext, &bitmap_device2, NULL,
619 bitmap_render.Initialize(m_pRenderStatus->m_pContext, &bitmap_device1, NULL,
635 bitmap_render.Initialize(m_pRenderStatus->m_pContext, &bitmap_device2, NULL,
886 CPDF_Form form(m_pContext->m_pDocument, m_pContext->m_pPageResources, pGroup);
912 pCS = m_pContext->m_pDocument->LoadColorSpace(pCSObj)
    [all...]
render_int.h 141 CPDF_RenderContext* GetContext() { return m_pContext; }
236 CPDF_RenderContext* m_pContext;
392 CPDF_RenderContext* m_pContext;
414 CPDF_RenderContext* m_pContext;
fpdf_render_pattern.cpp 863 buffer.Initialize(m_pContext, m_pDevice, &clip_rect, m_pCurObj, 150);
    [all...]
fpdf_render_text.cpp 393 if (!pType3Char->LoadBitmap(m_pContext)) {
418 status.Initialize(m_pContext, m_pDevice, NULL, NULL, this, pStates,
438 status.Initialize(m_pContext, &bitmap_device, NULL, NULL, this, pStates,
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 151 CPDF_RenderContext* const m_pContext;
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 209 pContext->m_pContext = pageContext;

Completed in 484 milliseconds