Searched defs:SaveState (Results 1 - 14 of 14) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp185 void CFFL_ListBox::SaveState(CPDFSDK_PageView* pPageView) { function in class:CFFL_ListBox
207 SaveState(pPageView);
H A DFFL_ComboBox.cpp193 void CFFL_ComboBox::SaveState(CPDFSDK_PageView* pPageView) { function in class:CFFL_ComboBox
226 SaveState(pPageView);
H A DFFL_TextField.cpp222 void CFFL_TextField::SaveState(CPDFSDK_PageView* pPageView) { function in class:CFFL_TextField
243 SaveState(pPageView);
H A DFFL_FormFiller.cpp594 void CFFL_FormFiller::SaveState(CPDFSDK_PageView* pPageView) {} function in class:CFFL_FormFiller
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp40 void CFX_RenderDevice::SaveState() { function in class:CFX_RenderDevice
41 m_pDeviceDriver->SaveState();
H A Dfx_ge_ps.cpp74 void CFX_PSRenderer::SaveState() { function in class:CFX_PSRenderer
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp267 SaveState();
372 void CPSPrinterDriver::SaveState() { function in class:CPSPrinterDriver
373 m_PSRenderer.SaveState();
/external/pdfium/core/src/fxge/agg/src/
H A Dfx_agg_driver.cpp267 void CFX_AggDeviceDriver::SaveState() { function in class:CFX_AggDeviceDriver
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp213 void CFX_QuartzDeviceDriver::SaveState() { function in class:CFX_QuartzDeviceDriver
228 SaveState();
264 SaveState();
346 SaveState();
516 SaveState();
643 SaveState();
785 SaveState();
822 SaveState();
/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_device.cpp288 void CFX_SkiaDeviceDriver::SaveState() { function in class:CFX_SkiaDeviceDriver
289 m_pAggDriver->SaveState();
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_gdidevice.cpp53 FDE_HDEVICESTATE CFDE_GdiDevice::SaveState() { function in class:CFDE_GdiDevice
H A Dfde_gedevice.cpp64 FDE_HDEVICESTATE CFDE_FxgeDevice::SaveState() { function in class:CFDE_FxgeDevice
65 m_pDevice->SaveState();
436 m_pDevice->SaveState();
486 m_pDevice->SaveState();
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp374 virtual void SaveState(CvFileStorage*){}; function in class:CvVSModule
/external/webp/src/dec/
H A Dvp8l.c1001 static void SaveState(VP8LDecoder* const dec, int last_pixel) { function
1046 SaveState(dec, (int)(src - data));

Completed in 384 milliseconds