Home
last modified time | relevance | path

Searched refs:m_pContext (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp41 : m_pContext(pContext), m_pJSEventContext(nullptr) { in CPDFXFA_DocEnvironment()
42 ASSERT(m_pContext); in CPDFXFA_DocEnvironment()
46 if (m_pJSEventContext && m_pContext->GetFormFillEnv()) { in ~CPDFXFA_DocEnvironment()
47 m_pContext->GetFormFillEnv()->GetJSRuntime()->ReleaseEventContext( in ~CPDFXFA_DocEnvironment()
53 if (hDoc == m_pContext->GetXFADoc() && m_pContext->GetFormFillEnv()) in SetChangeMark()
54 m_pContext->GetFormFillEnv()->SetChangeMark(); in SetChangeMark()
60 if (!m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in InvalidateRect()
63 if (m_pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA) in InvalidateRect()
66 CPDFXFA_Page* pPage = m_pContext->GetXFAPage(pPageView); in InvalidateRect()
70 CPDFSDK_FormFillEnvironment* pFormFillEnv = m_pContext->GetFormFillEnv(); in InvalidateRect()
[all …]
Dcpdfxfa_page.cpp21 m_pContext(pContext), in CPDFXFA_Page()
26 if (m_pContext) in ~CPDFXFA_Page()
27 m_pContext->RemovePage(this); in ~CPDFXFA_Page()
31 if (!m_pContext) in LoadPDFPage()
34 CPDF_Document* pPDFDoc = m_pContext->GetPDFDoc(); in LoadPDFPage()
50 if (!m_pContext) in LoadXFAPageView()
53 CXFA_FFDoc* pXFADoc = m_pContext->GetXFADoc(); in LoadXFAPageView()
57 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView(); in LoadXFAPageView()
70 if (!m_pContext || m_iPageIndex < 0) in LoadPage()
73 int iDocType = m_pContext->GetDocType(); in LoadPage()
[all …]
Dcpdfxfa_page.h32 CPDFXFA_Context* GetContext() const { return m_pContext; } in GetContext()
79 CPDFXFA_Context* const m_pContext; variable
Dcpdfxfa_docenvironment.h110 CPDFXFA_Context* const m_pContext; // Not owned. variable
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jbig.cpp66 pJbig2Context->m_pContext = pdfium::MakeUnique<CJBig2_Context>( in StartDecode()
69 if (!pJbig2Context->m_pContext) in StartDecode()
72 int ret = pJbig2Context->m_pContext->getFirstPage(dest_buf, width, height, in StartDecode()
74 if (pJbig2Context->m_pContext->GetProcessingStatus() == in StartDecode()
76 pJbig2Context->m_pContext.reset(); in StartDecode()
86 return pJbig2Context->m_pContext->GetProcessingStatus(); in StartDecode()
92 int ret = pJbig2Context->m_pContext->Continue(pPause); in ContinueDecode()
93 if (pJbig2Context->m_pContext->GetProcessingStatus() != in ContinueDecode()
95 return pJbig2Context->m_pContext->GetProcessingStatus(); in ContinueDecode()
97 pJbig2Context->m_pContext.reset(); in ContinueDecode()
Dccodec_jbig2module.h33 std::unique_ptr<CJBig2_Context> m_pContext; variable
/external/pdfium/core/fpdfapi/render/
Dcpdf_progressiverenderer.cpp22 m_pContext(pContext), in CPDF_ProgressiveRenderer()
34 if (!m_pContext || !m_pDevice || m_Status != Ready) { in Start()
45 if (m_LayerIndex >= m_pContext->CountLayers()) { in Continue()
49 m_pCurrentLayer = m_pContext->GetLayer(m_LayerIndex); in Continue()
54 m_pContext, m_pDevice, nullptr, nullptr, nullptr, nullptr, m_pOptions, in Continue()
84 m_pContext->GetPageCache()->CacheOptimization( in Continue()
Dcpdf_devicebuffer.cpp18 : m_pDevice(nullptr), m_pContext(nullptr), m_pObject(nullptr) {} in CPDF_DeviceBuffer()
28 m_pContext = pContext; in Initialize()
71 m_pContext->GetBackground(&buffer, m_pObject, nullptr, &m_Matrix); in OutputToDevice()
Dcpdf_scaledrenderbuffer.cpp31 m_pContext = pContext; in Initialize()
70 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject, pOptions, in Initialize()
Dcpdf_imagerenderer.cpp67 m_pImageObject, m_pRenderStatus->m_pContext->GetPageCache(), m_bStdCS, in StartLoadDIBSource()
165 if (m_pRenderStatus->m_pContext->GetPageCache()) { in StartRenderDIBSource()
166 pPage = m_pRenderStatus->m_pContext->GetPageCache()->GetPage(); in StartRenderDIBSource()
252 bitmap_render.Initialize(m_pRenderStatus->m_pContext, pBitmapDevice2, nullptr, in CalculateDrawImage()
303 bitmap_render.Initialize(m_pRenderStatus->m_pContext, &bitmap_device1, in DrawPatternImage()
355 bitmap_render.Initialize(m_pRenderStatus->m_pContext, &bitmap_device1, in DrawMaskedImage()
Dcpdf_renderstatus.cpp951 m_pContext(nullptr), in CPDF_RenderStatus()
983 m_pContext = pContext; in Initialize()
1000 m_pPageResource = m_pContext->GetPageResources(); in Initialize()
1213 if (!buffer.Initialize(m_pContext, m_pDevice, rect, pObj, &m_Options, res)) { in DrawObjWithBackground()
1227 status.Initialize(m_pContext, buffer.GetDevice(), buffer.GetMatrix(), nullptr, in DrawObjWithBackground()
1251 status.Initialize(m_pContext, m_pDevice, nullptr, m_pStopObj, this, pFormObj, in ProcessForm()
1306 CPDF_DocRenderData* pDocCache = m_pContext->GetDocument()->GetRenderData(); in GetTransferFunc()
1486 if (m_pContext->GetPageCache()) { in ProcessTransparency()
1487 pPage = m_pContext->GetPageCache()->GetPage(); in ProcessTransparency()
1577 bitmap_render.Initialize(m_pContext, &bitmap_device, nullptr, m_pStopObj, in ProcessTransparency()
[all …]
Dcpdf_renderstatus.h64 CPDF_RenderContext* GetContext() { return m_pContext; } in GetContext()
159 CPDF_RenderContext* m_pContext; variable
Dcpdf_devicebuffer.h34 CPDF_RenderContext* m_pContext; variable
Dcpdf_scaledrenderbuffer.h39 CPDF_RenderContext* m_pContext; variable
Dcpdf_progressiverenderer.h50 CPDF_RenderContext* const m_pContext; variable
/external/pdfium/fpdfsdk/javascript/
DJS_Runtime_Stub.cpp128 if (!m_pContext) in NewEventContext()
129 m_pContext = pdfium::MakeUnique<CJS_EventContextStub>(); in NewEventContext()
130 return m_pContext.get(); in NewEventContext()
156 std::unique_ptr<CJS_EventContextStub> m_pContext; member in CJS_RuntimeStub
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp603 , m_pContext (pContext) in DX11Operation()
745 m_pContext->OMSetRenderTargets(1, &m_pRenderTargetView, NULL); in DX11Operation()
755 m_pContext->RSSetViewports(1, &vp); in DX11Operation()
821 m_pContext->IASetVertexBuffers(0, 1, &m_pVertexBuffer, &stride, &offset); in DX11Operation()
824 m_pContext->IASetPrimitiveTopology(D3D11_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP); in DX11Operation()
877m_pContext->CopySubresourceRegion(m_pBuffer[BUFFER_VK_READ], 0, 0, 0, 0, m_pBuffer[BUFFER_VK_WRITE… in copyMemory()
879 m_pContext->OMSetRenderTargets(1, &m_pRenderTargetView, NULL); in copyMemory()
882 m_pContext->ClearRenderTargetView(m_pRenderTargetView, gray); in copyMemory()
884 m_pContext->VSSetShader(m_pVertexShader, NULL, 0); in copyMemory()
885 m_pContext->PSSetShader(m_pPixelShader, NULL, 0); in copyMemory()
[all …]
/external/pdfium/fxjs/
Dcfxjse_class.h31 CFXJSE_Context* GetContext() { return m_pContext; } in GetContext()
39 CFXJSE_Context* m_pContext; variable
Dcfxjse_class.cpp434 : m_lpClassDefinition(nullptr), m_pContext(lpContext) {} in CFXJSE_Class()
/external/pdfium/xfa/fxfa/app/
Dxfa_checksum.cpp96 : m_pContext(pContext) { in CXFA_SAXReaderHandler()
97 ASSERT(m_pContext); in CXFA_SAXReaderHandler()
209 m_pContext->Update(CFX_ByteStringC(pBuffer, iLength)); in UpdateChecksum()
/external/pdfium/core/fpdfapi/
Dcpdf_pagerendercontext.h26 std::unique_ptr<CPDF_RenderContext> m_pContext; variable
/external/pdfium/xfa/fxfa/
Dxfa_checksum.h57 CXFA_ChecksumContext* m_pContext; variable
/external/pdfium/fpdfsdk/
Dfpdfview.cpp118 pContext->m_pContext = pdfium::MakeUnique<CPDF_RenderContext>(pPage); in RenderPageImpl()
119 pContext->m_pContext->AppendLayer(pPage, &matrix); in RenderPageImpl()
124 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext.get(), in RenderPageImpl()
129 pContext->m_pContext.get(), pContext->m_pDevice.get(), in RenderPageImpl()