HomeSort by relevance Sort by last modified time
    Searched refs:RestoreState (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 33 driver->RestoreState(true);
34 driver->RestoreState(false);
70 driver->RestoreState(true);
93 driver->RestoreState(false);
94 driver->RestoreState(false);
103 driver->RestoreState(true);
106 driver->RestoreState(false);
107 driver->RestoreState(false);
112 driver->RestoreState(true);
114 driver->RestoreState(false)
    [all...]
fx_skia_device.h 42 void RestoreState(bool bKeepSaved) override;
  /external/pdfium/core/fpdfapi/render/
cpdf_rendercontext.cpp 78 pDevice->RestoreState(false);
90 pDevice->RestoreState(false);
94 pDevice->RestoreState(false);
cpdf_progressiverenderer.cpp 30 m_pDevice->RestoreState(false);
102 m_pDevice->RestoreState(false);
cpdf_renderstatus.cpp     [all...]
  /external/pdfium/fpdfsdk/formfiller/
cffl_listbox.h 34 void RestoreState(CPDFSDK_PageView* pPageView) override;
cffl_combobox.h 44 void RestoreState(CPDFSDK_PageView* pPageView) override;
cffl_textfield.h 50 void RestoreState(CPDFSDK_PageView* pPageView) override;
cffl_combobox.cpp 215 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView) {
241 RestoreState(pPageView);
cffl_listbox.cpp 181 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView) {
201 RestoreState(pPageView);
cffl_textfield.cpp 232 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView) {
251 RestoreState(pPageView);
cffl_formfiller.h 98 virtual void RestoreState(CPDFSDK_PageView* pPageView);
  /external/pdfium/core/fxge/
ifx_renderdevicedriver.h 33 virtual void RestoreState(bool bKeepSaved) = 0;
cfx_renderdevice.h 95 void RestoreState(bool bKeepSaved);
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 40 void RestoreState(bool bKeepSaved);
win32_int.h 133 void RestoreState(bool bKeepSaved) override;
278 void RestoreState(bool bKeepSaved) override;
fx_win32_print.cpp 401 void CPSPrinterDriver::RestoreState(bool bKeepSaved) {
402 m_PSRenderer.RestoreState(bKeepSaved);
  /external/pdfium/fpdfsdk/
fpdf_progressive.cpp 93 pContext->m_pDevice->RestoreState(false);
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 47 void RestoreState(bool bKeepSaved) override;
  /external/pdfium/xfa/fde/
fde_gedevice.h 28 void RestoreState();
fde_gedevice.cpp 49 void CFDE_RenderDevice::RestoreState() {
50 m_pDevice->RestoreState(false);
  /external/v8/src/
bootstrapper.h 106 char* RestoreState(char* from);
v8threads.cc 136 from = Relocatable::RestoreState(isolate_, from);
140 from = isolate_->bootstrapper()->RestoreState(from);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmmCore.c 245 RestoreState (
782 RestoreState ();
  /art/compiler/debug/dwarf/
debug_frame_opcode_writer.h 184 void ALWAYS_INLINE RestoreState() {

Completed in 467 milliseconds

1 2 3