Home
last modified time | relevance | path

Searched refs:hState (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_render.cpp206 FDE_HDEVICESTATE hState; in RenderText() local
207 FX_BOOL bClip = ApplyClip(pTextSet, hText, hState); in RenderText()
211 RestoreClip(hState); in RenderText()
222 FDE_HDEVICESTATE hState; in RenderPath() local
223 FX_BOOL bClip = ApplyClip(pPathSet, hPath, hState); in RenderPath()
239 RestoreClip(hState); in RenderPath()
244 FDE_HDEVICESTATE& hState) { in ApplyClip() argument
255 hState = m_pRenderDevice->SaveState(); in ApplyClip()
258 void CFDE_RenderContext::RestoreClip(FDE_HDEVICESTATE hState) { in RestoreClip() argument
259 m_pRenderDevice->RestoreState(hState); in RestoreClip()
Dfde_render.h27 FDE_HDEVICESTATE& hState);
28 void RestoreClip(FDE_HDEVICESTATE hState);
Dfde_gedevice.h19 virtual void RestoreState(FDE_HDEVICESTATE hState);
Dfde_gdidevice.h23 virtual void RestoreState(FDE_HDEVICESTATE hState);
Dfde_gdidevice.cpp56 void CFDE_GdiDevice::RestoreState(FDE_HDEVICESTATE hState) { in RestoreState() argument
57 Gdiplus::Status eRet = m_pGraphics->Restore((Gdiplus::GraphicsState)hState); in RestoreState()
Dfde_gedevice.cpp68 void CFDE_FxgeDevice::RestoreState(FDE_HDEVICESTATE hState) { in RestoreState() argument
/external/pdfium/xfa/src/fdp/include/
Dfde_rdv.h28 virtual void RestoreState(FDE_HDEVICESTATE hState) = 0;