Home
last modified time | relevance | path

Searched refs:renderDevice (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.h34 explicit CXFA_Graphics(CFX_RenderDevice* renderDevice);
Dcxfa_graphics.cpp112 CXFA_Graphics::CXFA_Graphics(CFX_RenderDevice* renderDevice) in CXFA_Graphics() argument
113 : m_renderDevice(renderDevice) { in CXFA_Graphics()