Home
last modified time | relevance | path

Searched refs:m_DeviceHandle (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp303 m_DeviceHandle = NULL; in CPDF_ImageRenderer()
314 if (m_DeviceHandle) { in ~CPDF_ImageRenderer()
315 m_pRenderStatus->m_pDevice->CancelDIBits(m_DeviceHandle); in ~CPDF_ImageRenderer()
703 m_DeviceHandle, 0, NULL, m_BlendType)) { in StartDIBSource()
704 if (m_DeviceHandle) { in StartDIBSource()
845 return m_pRenderStatus->m_pDevice->ContinueDIBits(m_DeviceHandle, pPause); in Continue()
Drender_int.h361 void* m_DeviceHandle; variable
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp496 void* m_DeviceHandle; member in CXFA_ImageRenderer
518 m_DeviceHandle = NULL; in CXFA_ImageRenderer()
530 if (m_DeviceHandle) { in ~CXFA_ImageRenderer()
531 m_pDevice->CancelDIBits(m_DeviceHandle); in ~CXFA_ImageRenderer()
552 &m_ImageMatrix, m_Flags, m_DeviceHandle, 0, NULL, in StartDIBSource()
554 if (m_DeviceHandle != NULL) { in StartDIBSource()
657 return m_pDevice->ContinueDIBits(m_DeviceHandle, pPause); in Continue()