/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_docenvironment.cpp | 47 : m_pContext(pContext) { in CPDFXFA_DocEnvironment() 48 ASSERT(m_pContext); in CPDFXFA_DocEnvironment() 54 if (hDoc == m_pContext->GetXFADoc() && m_pContext->GetFormFillEnv()) in SetChangeMark() 55 m_pContext->GetFormFillEnv()->SetChangeMark(); in SetChangeMark() 60 if (!m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in InvalidateRect() 63 if (m_pContext->GetFormType() != FormType::kXFAFull) in InvalidateRect() 66 RetainPtr<CPDFXFA_Page> pPage = m_pContext->GetXFAPage(pPageView); in InvalidateRect() 70 CPDFSDK_FormFillEnvironment* pFormFillEnv = m_pContext->GetFormFillEnv(); in InvalidateRect() 80 if (!hWidget || !pRtAnchor || !m_pContext->GetXFADoc() || in DisplayCaret() 81 !m_pContext->GetFormFillEnv() || !m_pContext->GetXFADocView()) in DisplayCaret() [all …]
|
D | cpdfxfa_docenvironment.h | 85 UnownedPtr<CPDFXFA_Context> const m_pContext; variable
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_progressiverenderer.cpp | 24 : m_pContext(pContext), m_pDevice(pDevice), m_pOptions(pOptions) {} in CPDF_ProgressiveRenderer() 34 if (!m_pContext || !m_pDevice || m_Status != kReady) { in Start() 45 if (m_LayerIndex >= m_pContext->CountLayers()) { in Continue() 49 m_pCurrentLayer = m_pContext->GetLayer(m_LayerIndex); in Continue() 51 m_pRenderStatus = pdfium::MakeUnique<CPDF_RenderStatus>(m_pContext.Get(), in Continue() 96 m_pContext->GetPageCache()->CacheOptimization( in Continue()
|
D | cpdf_renderstatus.cpp | 169 : m_pContext(pContext), m_pDevice(pDevice) {} in CPDF_RenderStatus() 176 m_pPageResource.Reset(m_pContext->GetPageResources()); in Initialize() 355 if (!buffer.Initialize(m_pContext.Get(), m_pDevice, rect, pObj, &m_Options, in DrawObjWithBackground() 364 CPDF_RenderStatus status(m_pContext.Get(), buffer.GetDevice()); in DrawObjWithBackground() 388 CPDF_RenderStatus status(m_pContext.Get(), m_pDevice); in ProcessForm() 448 auto* pDocCache = CPDF_DocRenderData::FromDocument(m_pContext->GetDocument()); in GetTransferFunc() 631 if (m_pContext->GetPageCache()) { in ProcessTransparency() 632 pPage = m_pContext->GetPageCache()->GetPage(); in ProcessTransparency() 720 CPDF_RenderStatus bitmap_render(m_pContext.Get(), &bitmap_device); in ProcessTransparency() 802 m_pContext->Render(&device, pObj, &m_Options, &FinalMatrix); in GetBackdrop() [all …]
|
D | cpdf_scaledrenderbuffer.cpp | 35 m_pContext = pContext; in Initialize() 63 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject.Get(), in Initialize()
|
D | cpdf_devicebuffer.cpp | 58 m_pContext(pContext), in CPDF_DeviceBuffer() 86 m_pContext->GetBackground(pBuffer, m_pObject.Get(), nullptr, m_Matrix); in OutputToDevice()
|
D | cpdf_pagerendercontext.h | 35 std::unique_ptr<CPDF_RenderContext> m_pContext; variable
|
D | cpdf_scaledrenderbuffer.h | 39 UnownedPtr<CPDF_RenderContext> m_pContext; variable
|
D | cpdf_devicebuffer.h | 40 UnownedPtr<CPDF_RenderContext> const m_pContext; variable
|
D | cpdf_progressiverenderer.h | 48 UnownedPtr<CPDF_RenderContext> const m_pContext; variable
|
D | cpdf_renderstatus.h | 85 CPDF_RenderContext* GetContext() const { return m_pContext.Get(); } in GetContext() 189 UnownedPtr<CPDF_RenderContext> const m_pContext; variable
|
/external/pdfium/core/fxcodec/jbig2/ |
D | jbig2module.cpp | 56 pJbig2Context->m_pContext = in StartDecode() 59 bool succeeded = pJbig2Context->m_pContext->GetFirstPage( in StartDecode() 66 bool succeeded = pJbig2Context->m_pContext->Continue(pPause); in ContinueDecode() 72 FXCODEC_STATUS status = pJbig2Context->m_pContext->GetProcessingStatus(); in Decode() 76 pJbig2Context->m_pContext.reset(); in Decode()
|
D | jbig2module.h | 35 std::unique_ptr<CJBig2_Context> m_pContext; variable
|
/external/pdfium/fxjs/ |
D | cjs_runtimestub.cpp | 18 if (!m_pContext) in NewEventContext() 19 m_pContext = pdfium::MakeUnique<CJS_EventContextStub>(); in NewEventContext() 20 return m_pContext.get(); in NewEventContext()
|
D | ijs_runtime.h | 40 IJS_EventContext* Get() const { return m_pContext.Get(); } in Get() 41 IJS_EventContext* operator->() const { return m_pContext.Get(); } 45 UnownedPtr<IJS_EventContext> m_pContext; variable
|
D | ijs_runtime.cpp | 16 : m_pRuntime(pRuntime), m_pContext(pRuntime->NewEventContext()) {} in ScopedEventContext() 19 m_pRuntime->ReleaseEventContext(m_pContext.Release()); in ~ScopedEventContext()
|
D | cjs_runtimestub.h | 35 std::unique_ptr<IJS_EventContext> m_pContext; variable
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_renderpage.cpp | 54 pContext->m_pContext = pdfium::MakeUnique<CPDF_RenderContext>( in RenderPageImpl() 58 pContext->m_pContext->AppendLayer(pPage, &matrix); in RenderPageImpl() 66 pList->DisplayAnnots(pPage, pContext->m_pContext.get(), bPrinting, &matrix, in RenderPageImpl() 71 pContext->m_pContext.get(), pContext->m_pDevice.get(), in RenderPageImpl()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationWin32KeyedMutexTests.cpp | 634 , m_pContext (pContext) in DX11Operation() 776 m_pContext->OMSetRenderTargets(1, &m_pRenderTargetView, NULL); in DX11Operation() 786 m_pContext->RSSetViewports(1, &vp); in DX11Operation() 852 m_pContext->IASetVertexBuffers(0, 1, &m_pVertexBuffer, &stride, &offset); in DX11Operation() 855 m_pContext->IASetPrimitiveTopology(D3D11_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP); in DX11Operation() 908 …m_pContext->CopySubresourceRegion(m_pBuffer[BUFFER_VK_READ], 0, 0, 0, 0, m_pBuffer[BUFFER_VK_WRITE… in copyMemory() 910 m_pContext->OMSetRenderTargets(1, &m_pRenderTargetView, NULL); in copyMemory() 913 m_pContext->ClearRenderTargetView(m_pRenderTargetView, gray); in copyMemory() 915 m_pContext->VSSetShader(m_pVertexShader, NULL, 0); in copyMemory() 916 m_pContext->PSSetShader(m_pPixelShader, NULL, 0); in copyMemory() [all …]
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_class.h | 27 CFXJSE_Context* GetContext() const { return m_pContext.Get(); } in GetContext() 36 UnownedPtr<CFXJSE_Context> const m_pContext; variable
|
D | cfxjse_class.cpp | 341 CFXJSE_Class::CFXJSE_Class(CFXJSE_Context* lpContext) : m_pContext(lpContext) {} in CFXJSE_Class()
|