Searched refs:renderDevice (Results 1 – 2 of 2) sorted by relevance
34 explicit CXFA_Graphics(CFX_RenderDevice* renderDevice);
112 CXFA_Graphics::CXFA_Graphics(CFX_RenderDevice* renderDevice) in CXFA_Graphics() argument113 : m_renderDevice(renderDevice) { in CXFA_Graphics()