Home
last modified time | relevance | path

Searched refs:RestoreState (Results 1 – 25 of 1188) sorted by relevance

12345678910>>...48

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/skia/
H A Dfx_skia_device_embeddertest.cpp35 driver->RestoreState(true); in EmptyTest()
36 driver->RestoreState(false); in EmptyTest()
72 driver->RestoreState(true); in CommonTest()
95 driver->RestoreState(false); in CommonTest()
96 driver->RestoreState(false); in CommonTest()
105 driver->RestoreState(true); in OutOfSequenceClipTest()
108 driver->RestoreState(false); in OutOfSequenceClipTest()
109 driver->RestoreState(false); in OutOfSequenceClipTest()
114 driver->RestoreState(true); in OutOfSequenceClipTest()
116 driver->RestoreState(false); in OutOfSequenceClipTest()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/skia/
H A Dfx_skia_device_unittest.cpp33 driver->RestoreState(true); in EmptyTest()
34 driver->RestoreState(false); in EmptyTest()
70 driver->RestoreState(true); in CommonTest()
93 driver->RestoreState(false); in CommonTest()
94 driver->RestoreState(false); in CommonTest()
103 driver->RestoreState(true); in OutOfSequenceClipTest()
106 driver->RestoreState(false); in OutOfSequenceClipTest()
107 driver->RestoreState(false); in OutOfSequenceClipTest()
112 driver->RestoreState(true); in OutOfSequenceClipTest()
114 driver->RestoreState(false); in OutOfSequenceClipTest()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/skia/
H A Dfx_skia_device_unittest.cpp30 driver->RestoreState(true); in EmptyTest()
31 driver->RestoreState(false); in EmptyTest()
62 driver->RestoreState(true); in CommonTest()
85 driver->RestoreState(false); in CommonTest()
86 driver->RestoreState(false); in CommonTest()
95 driver->RestoreState(true); in OutOfSequenceClipTest()
98 driver->RestoreState(false); in OutOfSequenceClipTest()
99 driver->RestoreState(false); in OutOfSequenceClipTest()
104 driver->RestoreState(true); in OutOfSequenceClipTest()
106 driver->RestoreState(false); in OutOfSequenceClipTest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/skia/
H A Dfx_skia_device_embeddertest.cpp37 driver->RestoreState(true); in EmptyTest()
38 driver->RestoreState(false); in EmptyTest()
76 driver->RestoreState(true); in CommonTest()
100 driver->RestoreState(false); in CommonTest()
101 driver->RestoreState(false); in CommonTest()
110 driver->RestoreState(true); in OutOfSequenceClipTest()
113 driver->RestoreState(false); in OutOfSequenceClipTest()
114 driver->RestoreState(false); in OutOfSequenceClipTest()
119 driver->RestoreState(true); in OutOfSequenceClipTest()
121 driver->RestoreState(false); in OutOfSequenceClipTest()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/CBotInstr/
H A DCBotFor.cpp176 void CBotFor :: RestoreState(CBotStack* &pj, bool bMain) in RestoreState() function in CBot::CBotFor
187 if (m_init != nullptr ) m_init->RestoreState(pile, true); // interrupted here ! in RestoreState()
191 if (m_init != nullptr ) m_init->RestoreState(pile, false); // variables definitions in RestoreState()
194 if (m_test != nullptr ) m_test->RestoreState(pile, true); // interrupted here ! in RestoreState()
198 if (m_init != nullptr ) m_init->RestoreState(pile, false); // variable definitions in RestoreState()
201 if (m_block != nullptr ) m_block->RestoreState(pile, true); in RestoreState()
205 if (m_init != nullptr ) m_init->RestoreState(pile, false); // variable definitions in RestoreState()
208 if (m_incr != nullptr ) m_incr->RestoreState(pile, true); // interrupted here ! in RestoreState()
H A DCBotLogicExpr.cpp69 void CBotLogicExpr::RestoreState(CBotStack* &pStack, bool bMain) in RestoreState() function in CBot::CBotLogicExpr
78 m_condition->RestoreState(pStk1, bMain); in RestoreState()
84 m_op1->RestoreState(pStk1, bMain); in RestoreState()
88 m_op2->RestoreState(pStk1, bMain); in RestoreState()
H A DCBotIf.cpp136 void CBotIf :: RestoreState(CBotStack* &pj, bool bMain) in RestoreState() function in CBot::CBotIf
147 m_condition->RestoreState(pile, bMain); // interrupted here! in RestoreState()
157 m_block->RestoreState(pile, bMain); // interrupted here! in RestoreState()
162 m_blockElse->RestoreState(pile, bMain); // interrupted here! in RestoreState()
H A DCBotDefBoolean.cpp156 void CBotDefBoolean::RestoreState(CBotStack* &pj, bool bMain) in RestoreState() function in CBot::CBotDefBoolean
166 if (m_expr) m_expr->RestoreState(pile, bMain); // initial value interrupted? in RestoreState()
171 m_var->RestoreState(pile, bMain); in RestoreState()
174 m_next2b->RestoreState(pile, bMain); // other(s) definition(s) in RestoreState()
H A DCBotDefString.cpp159 void CBotDefString::RestoreState(CBotStack* &pj, bool bMain) in RestoreState() function in CBot::CBotDefString
170 if (m_expr) m_expr->RestoreState(pile, bMain); in RestoreState()
175 m_var->RestoreState(pile, bMain); in RestoreState()
178 m_next2b->RestoreState(pile, bMain); in RestoreState()
H A DCBotDefInt.cpp173 void CBotDefInt::RestoreState(CBotStack* &pj, bool bMain) in RestoreState() function in CBot::CBotDefInt
183 if (m_expr) m_expr->RestoreState(pile, bMain); // initial value // interrupted? in RestoreState()
188 m_var->RestoreState(pile, bMain); in RestoreState()
190 if (m_next2b) m_next2b->RestoreState(pile, bMain); // other(s) definition(s) in RestoreState()
H A DCBotTry.cpp171 void CBotTry::RestoreState(CBotStack* &pj, bool bMain) in RestoreState() function in CBot::CBotTry
185 m_block->RestoreState(pile1, bMain); in RestoreState()
210 pc->RestoreState(pile2, bMain); // execute the operation in RestoreState()
219 m_finallyBlock->RestoreState(pile2, bMain); in RestoreState()
H A DCBotDefFloat.cpp164 void CBotDefFloat::RestoreState(CBotStack* &pj, bool bMain) in RestoreState() function in CBot::CBotDefFloat
174 if (m_expr) m_expr->RestoreState(pile, bMain); in RestoreState()
179 m_var->RestoreState(pile, bMain); in RestoreState()
182 m_next2b->RestoreState(pile, bMain); in RestoreState()
H A DCBotListExpression.cpp104 void CBotListExpression::RestoreState(CBotStack* &pj, bool bMain) in RestoreState() function in CBot::CBotListExpression
120 p->RestoreState(pile, false); in RestoreState()
126 p->RestoreState(pile, bMain); in RestoreState()
H A DCBotListInstr.cpp101 void CBotListInstr::RestoreState(CBotStack* &pj, bool bMain) in RestoreState() function in CBot::CBotListInstr
113 p->RestoreState(pile, false); in RestoreState()
117 if (p != nullptr) p->RestoreState(pile, true); in RestoreState()
H A DCBotCatch.cpp86 void CBotCatch :: RestoreState(CBotStack* &pj, bool bMain) in RestoreState() function in CBot::CBotCatch
88 if ( bMain && m_block != nullptr ) m_block->RestoreState(pj, bMain); in RestoreState()
94 m_cond->RestoreState(pj, bMain); in RestoreCondState()
H A DCBotWhile.cpp131 void CBotWhile::RestoreState(CBotStack* &pj, bool bMain) in RestoreState() function in CBot::CBotWhile
141 m_condition->RestoreState(pile, bMain); in RestoreState()
146 if (m_block != nullptr ) m_block->RestoreState(pile, bMain); in RestoreState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/audio/
H A Ddenormal_disabler.h61 ~DenormalDisabler() { RestoreState(); } in ~DenormalDisabler()
75 inline void RestoreState() { SetCSR(saved_csr_); } in RestoreState() function
98 inline void RestoreState() { in RestoreState() function
110 inline void RestoreState() { SetStatusWord(saved_csr_); } in RestoreState() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/audio/
H A Ddenormal_disabler.h61 ~DenormalDisabler() { RestoreState(); } in ~DenormalDisabler()
75 inline void RestoreState() { SetCSR(saved_csr_); } in RestoreState() function
98 inline void RestoreState() { in RestoreState() function
110 inline void RestoreState() { SetStatusWord(saved_csr_); } in RestoreState() function
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/unwind/
H A Dsystemv.rs43 RestoreState, enumerator
65 CallFrameInstruction::RestoreState => Self::RestoreState, in from()
98 Self::RestoreState => CallFrameInstruction::RestoreState, in into()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/unwind/
H A Dsystemv.rs43 RestoreState, enumerator
65 CallFrameInstruction::RestoreState => Self::RestoreState, in from()
98 Self::RestoreState => CallFrameInstruction::RestoreState, in into()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/apple/
H A Dfx_quartz_device.cpp239 RestoreState(false); in SetClip_PathFill()
278 RestoreState(false); in SetClip_PathStroke()
389 RestoreState(false); in DrawPath()
569 RestoreState(false); in SetDIBits()
582 RestoreState(false); in SetDIBits()
623 RestoreState(false); in SetDIBits()
685 RestoreState(false); in StretchDIBits()
697 RestoreState(false); in StretchDIBits()
726 RestoreState(false); in StretchDIBits()
803 RestoreState(false); in CG_DrawGlyphRun()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Compression/src/System/IO/Compression/DeflateManaged/
H A DDeflaterManaged.cs120 _input.RestoreState(initialInputState); in GetDeflateOutput()
121 _output.RestoreState(initialOutputState); in GetDeflateOutput()
188 _input.RestoreState(initialInputState); in GetDeflateOutput()
189 _output.RestoreState(initialOutputState); in GetDeflateOutput()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/compression/
H A DDeflaterManaged.cs119 input.RestoreState(initialInputState); in IDeflater.GetDeflateOutput()
120 output.RestoreState(initialOutputState); in IDeflater.GetDeflateOutput()
178 input.RestoreState(initialInputState); in IDeflater.GetDeflateOutput()
179 output.RestoreState(initialOutputState); in IDeflater.GetDeflateOutput()
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/Microsoft/hcsshim/internal/schema2/
H A Dvirtual_machine.go22 RestoreState *RestoreState `json:"RestoreState,omitempty"` member
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/Microsoft/hcsshim/internal/schema2/
H A Dvirtual_machine.go25 RestoreState *RestoreState `json:"RestoreState,omitempty"` member

12345678910>>...48