OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hState
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/xfa/src/fdp/src/fde/
fde_render.h
27
FDE_HDEVICESTATE&
hState
);
28
void RestoreClip(FDE_HDEVICESTATE
hState
);
fde_render.cpp
206
FDE_HDEVICESTATE
hState
;
207
FX_BOOL bClip = ApplyClip(pTextSet, hText,
hState
);
211
RestoreClip(
hState
);
222
FDE_HDEVICESTATE
hState
;
223
FX_BOOL bClip = ApplyClip(pPathSet, hPath,
hState
);
239
RestoreClip(
hState
);
244
FDE_HDEVICESTATE&
hState
) {
255
hState
= m_pRenderDevice->SaveState();
258
void CFDE_RenderContext::RestoreClip(FDE_HDEVICESTATE
hState
) {
259
m_pRenderDevice->RestoreState(
hState
);
[
all
...]
fde_gedevice.h
19
virtual void RestoreState(FDE_HDEVICESTATE
hState
);
fde_gdidevice.h
23
virtual void RestoreState(FDE_HDEVICESTATE
hState
);
fde_gdidevice.cpp
56
void CFDE_GdiDevice::RestoreState(FDE_HDEVICESTATE
hState
) {
57
Gdiplus::Status eRet = m_pGraphics->Restore((Gdiplus::GraphicsState)
hState
);
fde_gedevice.cpp
68
void CFDE_FxgeDevice::RestoreState(FDE_HDEVICESTATE
hState
) {
/external/pdfium/xfa/src/fdp/include/
fde_rdv.h
28
virtual void RestoreState(FDE_HDEVICESTATE
hState
) = 0;
Completed in 254 milliseconds