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

  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 43 : m_pContext(pContext) {
44 ASSERT(m_pContext);
50 if (hDoc == m_pContext->GetXFADoc() && m_pContext->GetFormFillEnv())
51 m_pContext->GetFormFillEnv()->SetChangeMark();
56 if (!m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv())
59 if (m_pContext->GetFormType() != FormType::kXFAFull)
62 RetainPtr<CPDFXFA_Page> pPage = m_pContext->GetXFAPage(pPageView);
66 CPDFSDK_FormFillEnvironment* pFormFillEnv = m_pContext->GetFormFillEnv()
    [all...]
cpdfxfa_page.cpp 20 : m_pXFAPageView(nullptr), m_pContext(pContext), m_iPageIndex(page_index) {}
25 if (!m_pContext)
28 CPDF_Document* pPDFDoc = m_pContext->GetPDFDoc();
44 if (!m_pContext)
47 CXFA_FFDoc* pXFADoc = m_pContext->GetXFADoc();
51 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView();
64 if (!m_pContext || m_iPageIndex < 0)
67 switch (m_pContext->GetFormType()) {
79 if (!m_pContext || m_iPageIndex < 0 || !pageDict)
83 pdfium::MakeUnique<CPDF_Page>(m_pContext->GetPDFDoc(), pageDict, true)
    [all...]
cpdfxfa_page.h 29 CPDFXFA_Context* GetContext() const { return m_pContext.Get(); }
77 UnownedPtr<CPDFXFA_Context> const m_pContext;
cpdfxfa_docenvironment.h 97 UnownedPtr<CPDFXFA_Context> const m_pContext;
  /external/pdfium/fxjs/
cjs_runtimestub.cpp 21 if (!m_pContext)
22 m_pContext = pdfium::MakeUnique<CJS_EventContextStub>();
23 return m_pContext.get();
48 std::unique_ptr<CJS_EventContextStub> m_pContext;
cfxjse_class.h 31 CFXJSE_Context* GetContext() const { return m_pContext.Get(); }
37 UnownedPtr<CFXJSE_Context> m_pContext;
cfxjse_class.cpp 299 : m_lpClassDefinition(nullptr), m_pContext(lpContext) {}
  /external/pdfium/core/fpdfapi/
cpdf_pagerendercontext.h 28 std::unique_ptr<CPDF_RenderContext> m_pContext;
  /frameworks/compile/mclinker/lib/MC/
Input.cpp 28 m_pContext(NULL) {
40 m_pContext(NULL) {
55 m_pContext(NULL) {
71 m_pContext(NULL) {
  /external/pdfium/core/fxcodec/codec/
fx_codec_jbig.cpp 64 pJbig2Context->m_pContext = pdfium::MakeUnique<CJBig2_Context>(
67 int ret = pJbig2Context->m_pContext->getFirstPage(dest_buf, width, height,
75 int ret = pJbig2Context->m_pContext->Continue(pPause);
81 FXCODEC_STATUS status = pJbig2Context->m_pContext->GetProcessingStatus();
85 pJbig2Context->m_pContext.reset();
ccodec_jbig2module.h 32 std::unique_ptr<CJBig2_Context> m_pContext;
  /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/fpdfapi/render/
cpdf_progressiverenderer.cpp 25 m_pContext(pContext),
39 if (!m_pContext || !m_pDevice || m_Status != Ready) {
50 if (m_LayerIndex >= m_pContext->CountLayers()) {
54 m_pCurrentLayer = m_pContext->GetLayer(m_LayerIndex);
59 m_pContext.Get(), m_pDevice.Get(), nullptr, nullptr, nullptr, nullptr,
99 m_pContext->GetPageCache()->CacheOptimization(
cpdf_devicebuffer.h 37 UnownedPtr<CPDF_RenderContext> m_pContext;
cpdf_scaledrenderbuffer.h 41 UnownedPtr<CPDF_RenderContext> m_pContext;
cpdf_progressiverenderer.h 50 UnownedPtr<CPDF_RenderContext> const m_pContext;
cpdf_devicebuffer.cpp 28 m_pContext = pContext;
69 m_pContext->GetBackground(pBuffer, m_pObject.Get(), nullptr, &m_Matrix);
cpdf_scaledrenderbuffer.cpp 31 m_pContext = pContext;
69 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject.Get(),
cpdf_renderstatus.h 73 CPDF_RenderContext* GetContext() const { return m_pContext.Get(); }
169 UnownedPtr<CPDF_RenderContext> m_pContext;
cpdf_renderstatus.cpp 994 m_pContext(nullptr),
    [all...]
  /external/pdfium/core/fxcrt/xml/
cfx_saxreaderhandler.cpp 14 : m_pContext(pContext) {
15 ASSERT(m_pContext);
125 m_pContext->Update(ByteStringView(pBuffer, iLength));
cfx_saxreaderhandler.h 44 CFX_ChecksumContext* m_pContext;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationWin32KeyedMutexTests.cpp 609 , m_pContext (pContext)
751 m_pContext->OMSetRenderTargets(1, &m_pRenderTargetView, NULL);
761 m_pContext->RSSetViewports(1, &vp);
827 m_pContext->IASetVertexBuffers(0, 1, &m_pVertexBuffer, &stride, &offset);
830 m_pContext->IASetPrimitiveTopology(D3D11_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP);
883 m_pContext->CopySubresourceRegion(m_pBuffer[BUFFER_VK_READ], 0, 0, 0, 0, m_pBuffer[BUFFER_VK_WRITE], 0, NULL);
885 m_pContext->OMSetRenderTargets(1, &m_pRenderTargetView, NULL);
888 m_pContext->ClearRenderTargetView(m_pRenderTargetView, gray);
890 m_pContext->VSSetShader(m_pVertexShader, NULL, 0);
891 m_pContext->PSSetShader(m_pPixelShader, NULL, 0)
    [all...]
  /external/pdfium/fpdfsdk/
fpdfview.cpp 116 pContext->m_pContext = pdfium::MakeUnique<CPDF_RenderContext>(pPage);
117 pContext->m_pContext->AppendLayer(pPage, &matrix);
122 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext.get(),
127 pContext->m_pContext.get(), pContext->m_pDevice.get(),
    [all...]

Completed in 381 milliseconds