/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_docenvironment.cpp | 43 : m_pContext(pContext) { in CPDFXFA_DocEnvironment() 44 ASSERT(m_pContext); in CPDFXFA_DocEnvironment() 50 if (hDoc == m_pContext->GetXFADoc() && m_pContext->GetFormFillEnv()) in SetChangeMark() 51 m_pContext->GetFormFillEnv()->SetChangeMark(); in SetChangeMark() 56 if (!m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in InvalidateRect() 59 if (m_pContext->GetFormType() != FormType::kXFAFull) in InvalidateRect() 62 RetainPtr<CPDFXFA_Page> pPage = m_pContext->GetXFAPage(pPageView); in InvalidateRect() 66 CPDFSDK_FormFillEnvironment* pFormFillEnv = m_pContext->GetFormFillEnv(); in InvalidateRect() 76 if (!hWidget || !pRtAnchor || !m_pContext->GetXFADoc() || in DisplayCaret() 77 !m_pContext->GetFormFillEnv() || !m_pContext->GetXFADocView()) in DisplayCaret() [all …]
|
D | cpdfxfa_page.cpp | 20 : m_pXFAPageView(nullptr), m_pContext(pContext), m_iPageIndex(page_index) {} in CPDFXFA_Page() 25 if (!m_pContext) in LoadPDFPage() 28 CPDF_Document* pPDFDoc = m_pContext->GetPDFDoc(); in LoadPDFPage() 44 if (!m_pContext) in LoadXFAPageView() 47 CXFA_FFDoc* pXFADoc = m_pContext->GetXFADoc(); in LoadXFAPageView() 51 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView(); in LoadXFAPageView() 64 if (!m_pContext || m_iPageIndex < 0) in LoadPage() 67 switch (m_pContext->GetFormType()) { in LoadPage() 79 if (!m_pContext || m_iPageIndex < 0 || !pageDict) in LoadPDFPage() 83 pdfium::MakeUnique<CPDF_Page>(m_pContext->GetPDFDoc(), pageDict, true); in LoadPDFPage() [all …]
|
D | cpdfxfa_page.h | 29 CPDFXFA_Context* GetContext() const { return m_pContext.Get(); } in GetContext() 77 UnownedPtr<CPDFXFA_Context> const m_pContext; variable
|
D | cpdfxfa_docenvironment.h | 97 UnownedPtr<CPDFXFA_Context> const m_pContext; variable
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_progressiverenderer.cpp | 25 m_pContext(pContext), in CPDF_ProgressiveRenderer() 39 if (!m_pContext || !m_pDevice || m_Status != Ready) { in Start() 50 if (m_LayerIndex >= m_pContext->CountLayers()) { in Continue() 54 m_pCurrentLayer = m_pContext->GetLayer(m_LayerIndex); in Continue() 59 m_pContext.Get(), m_pDevice.Get(), nullptr, nullptr, nullptr, nullptr, in Continue() 99 m_pContext->GetPageCache()->CacheOptimization( in Continue()
|
D | cpdf_scaledrenderbuffer.cpp | 31 m_pContext = pContext; in Initialize() 69 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject.Get(), in Initialize()
|
D | cpdf_devicebuffer.cpp | 28 m_pContext = pContext; in Initialize() 69 m_pContext->GetBackground(pBuffer, m_pObject.Get(), nullptr, &m_Matrix); in OutputToDevice()
|
D | cpdf_renderstatus.cpp | 994 m_pContext(nullptr), in CPDF_RenderStatus() 1026 m_pContext = pContext; in Initialize() 1043 m_pPageResource = m_pContext->GetPageResources(); in Initialize() 1251 if (!buffer.Initialize(m_pContext.Get(), m_pDevice, rect, pObj, &m_Options, in DrawObjWithBackground() 1266 status.Initialize(m_pContext.Get(), buffer.GetDevice(), buffer.GetMatrix(), in DrawObjWithBackground() 1289 status.Initialize(m_pContext.Get(), m_pDevice, nullptr, m_pStopObj, this, in ProcessForm() 1346 CPDF_DocRenderData* pDocCache = m_pContext->GetDocument()->GetRenderData(); in GetTransferFunc() 1519 if (m_pContext->GetPageCache()) { in ProcessTransparency() 1520 pPage = m_pContext->GetPageCache()->GetPage(); in ProcessTransparency() 1614 bitmap_render.Initialize(m_pContext.Get(), &bitmap_device, nullptr, in ProcessTransparency() [all …]
|
D | cpdf_renderstatus.h | 73 CPDF_RenderContext* GetContext() const { return m_pContext.Get(); } in GetContext() 169 UnownedPtr<CPDF_RenderContext> m_pContext; variable
|
D | cpdf_devicebuffer.h | 37 UnownedPtr<CPDF_RenderContext> m_pContext; variable
|
D | cpdf_scaledrenderbuffer.h | 41 UnownedPtr<CPDF_RenderContext> m_pContext; variable
|
D | cpdf_progressiverenderer.h | 50 UnownedPtr<CPDF_RenderContext> const m_pContext; variable
|
/external/pdfium/fxjs/ |
D | cjs_runtimestub.cpp | 21 if (!m_pContext) in NewEventContext() 22 m_pContext = pdfium::MakeUnique<CJS_EventContextStub>(); in NewEventContext() 23 return m_pContext.get(); in NewEventContext() 48 std::unique_ptr<CJS_EventContextStub> m_pContext; member in CJS_RuntimeStub
|
D | cfxjse_class.h | 31 CFXJSE_Context* GetContext() const { return m_pContext.Get(); } in GetContext() 37 UnownedPtr<CFXJSE_Context> m_pContext; variable
|
D | cfxjse_class.cpp | 299 : m_lpClassDefinition(nullptr), m_pContext(lpContext) {} in CFXJSE_Class()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_jbig.cpp | 64 pJbig2Context->m_pContext = pdfium::MakeUnique<CJBig2_Context>( in StartDecode() 67 int ret = pJbig2Context->m_pContext->getFirstPage(dest_buf, width, height, in StartDecode() 75 int ret = pJbig2Context->m_pContext->Continue(pPause); in ContinueDecode() 81 FXCODEC_STATUS status = pJbig2Context->m_pContext->GetProcessingStatus(); in Decode() 85 pJbig2Context->m_pContext.reset(); in Decode()
|
D | ccodec_jbig2module.h | 32 std::unique_ptr<CJBig2_Context> m_pContext; variable
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationWin32KeyedMutexTests.cpp | 612 , m_pContext (pContext) in DX11Operation() 754 m_pContext->OMSetRenderTargets(1, &m_pRenderTargetView, NULL); in DX11Operation() 764 m_pContext->RSSetViewports(1, &vp); in DX11Operation() 830 m_pContext->IASetVertexBuffers(0, 1, &m_pVertexBuffer, &stride, &offset); in DX11Operation() 833 m_pContext->IASetPrimitiveTopology(D3D11_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP); in DX11Operation() 886 …m_pContext->CopySubresourceRegion(m_pBuffer[BUFFER_VK_READ], 0, 0, 0, 0, m_pBuffer[BUFFER_VK_WRITE… in copyMemory() 888 m_pContext->OMSetRenderTargets(1, &m_pRenderTargetView, NULL); in copyMemory() 891 m_pContext->ClearRenderTargetView(m_pRenderTargetView, gray); in copyMemory() 893 m_pContext->VSSetShader(m_pVertexShader, NULL, 0); in copyMemory() 894 m_pContext->PSSetShader(m_pPixelShader, NULL, 0); in copyMemory() [all …]
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_saxreaderhandler.cpp | 14 : m_pContext(pContext) { in CFX_SAXReaderHandler() 15 ASSERT(m_pContext); in CFX_SAXReaderHandler() 125 m_pContext->Update(ByteStringView(pBuffer, iLength)); in UpdateChecksum()
|
D | cfx_saxreaderhandler.h | 44 CFX_ChecksumContext* m_pContext; variable
|
/external/pdfium/core/fpdfapi/ |
D | cpdf_pagerendercontext.h | 28 std::unique_ptr<CPDF_RenderContext> m_pContext; variable
|
/external/pdfium/fpdfsdk/ |
D | fpdfview.cpp | 116 pContext->m_pContext = pdfium::MakeUnique<CPDF_RenderContext>(pPage); in RenderPageImpl() 117 pContext->m_pContext->AppendLayer(pPage, &matrix); in RenderPageImpl() 122 pContext->m_pAnnots->DisplayAnnots(pPage, pContext->m_pContext.get(), in RenderPageImpl() 127 pContext->m_pContext.get(), pContext->m_pDevice.get(), in RenderPageImpl()
|