Searched defs:restore (Results 1 - 25 of 88) sorted by last modified time

1234

/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_otadata.h66 S_OTA_LOC restore; /* previous location */ member in struct:__anon30917
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_otadata.h66 S_OTA_LOC restore; /* previous location */ member in struct:__anon30969
/external/skia/src/animator/
H A DSkDisplayApply.h86 SkBool restore; member in class:SkApply
/external/skia/src/core/
H A DSkCanvas.cpp109 The clip/matrix/proc are fields that reflect the top of the save/restore
183 /* This is the record we keep for each save/restore level in the stack.
325 // it will only be applied during the restore().
498 this->restoreToCount(1); // restore everything but the last
501 this->internalRestore(); // restore the last, since we're going away
597 The caller really needs to restore() back to the base if they want to
790 new (newTop) MCRec(fMCRec, flags); // balanced in restore()
960 void SkCanvas::restore() { function in class:SkCanvas
975 fClipStack.restore();
983 // now do the normal restore()
[all...]
H A DSkClipStack.cpp175 // Only clips within the same save/restore frame (as captured by
490 // the deepest save/restore stack we expect to see.
581 void SkClipStack::restore() { function in class:SkClipStack
H A DSkMatrixClipStateMgr.cpp113 new (fCurMCState) MatrixClipState(NULL, 0); // balanced in restore()
131 new (newTop) MatrixClipState(fCurMCState, flags); // balanced in restore()
172 // restore
182 void SkMatrixClipStateMgr::restore() { function in class:SkMatrixClipStateMgr
269 // Don't write a restore if the open state is one in which a saveLayer
270 // is nested. The save after the saveLayer's restore will close it.
/external/skia/src/gpu/
H A DGrDrawState.h149 * Helper to save/restore vertex attribs
602 ~AutoViewMatrixRestore() { this->restore(); }
605 * Can be called prior to destructor to restore the original matrix.
607 void restore();
655 ~AutoRenderTargetRestore() { this->restore(); }
657 void restore() { function in class:GrDrawState::AutoRenderTargetRestore
666 this->restore();
1046 // Some of the auto restore objects assume that no effects are removed during their lifetime.
/external/skia/src/utils/
H A DSkCamera.cpp306 void Sk3DView::restore() { function in class:Sk3DView
/external/smack/src/org/xbill/DNS/
H A DDNSInput.java134 restore() { method in class:DNSInput
H A DDNSOutput.java96 restore() { method in class:DNSOutput
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_otadata.h66 S_OTA_LOC restore; /* previous location */ member in struct:__anon30867
/external/skia/gm/
H A Dpoly2poly.cpp16 void restore();
48 void SkJSCanvas::restore() { fTarget->restore(); } function in class:SkJSCanvas
121 ctx.restore();
146 ctx.restore();
171 ctx.restore();
224 canvas->restore();
242 canvas->restore();
250 canvas->restore();
258 canvas->restore();
[all...]
/external/skia/include/core/
H A DSkCanvas.h172 * installed. Note that this can change on other calls like save/restore,
295 /** save the matrix state, restoring it on restore() */
297 /** save the clip state, restoring it on restore() */
322 When the balancing call to restore() is made, the previous matrix, clip,
335 state the save (and matching restore) effect. For example,
339 by calls to save/restore.
347 the balancing call to restore() is made is that offscreen transfered to
354 offscreen when restore() is called
370 offscreen when restore() is called
379 the balancing call to restore() i
1409 void restore() { function in class:SkAutoCanvasRestore
[all...]
/external/skia/include/gpu/
H A DGrContext.h749 * Save/restore the view-matrix in the context. It can optionally adjust a paint to account
757 * Note that when restore is called (or in the destructor) the context's matrix will be
766 ~AutoMatrix() { this->restore(); }
774 this->restore();
788 this->restore();
812 this->restore();
843 void restore() { function in class:GrContext::AutoMatrix
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/mksh/src/
H A Dhistrap.c396 /* restore \n (trailing \n not restored) */
791 /* darn! restore histfd and pray */
1296 /* restore signals just before an exec(2) */
1361 /* restore to SIG_DFL */
1438 setexecsig(Trap *p, int restore) argument
1445 /* restore original value for exec'd kids */
1447 switch (restore & SS_RESTORE_MASK) {
/external/lldb/test/unittest2/test/
H A Dtest_discovery.py189 def restore(): function in function:TestDiscovery.test_discover_with_modules_that_fail_to_import
193 self.addCleanup(restore)
H A Dtest_program.py220 def restore(): function in function:TestCommandLineArgs.testCatchBreakInstallsHandler
222 self.addCleanup(restore)
/external/libcxxabi/src/
H A Dcxa_demangle.cpp4459 save_value(T& restore) argument
4460 : restore_(restore),
4461 original_value_(restore)
/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java258 private int getNext(CodeIterator iter, int of, int restore) throws BadBytecode { argument
262 iter.move(restore);
/external/iptables/iptables/
H A Dip6tables.c239 " --ipv4 -4 Error (line is ignored by ip6tables-restore)\n"
240 " --ipv6 -6 Nothing (line is ignored by iptables-restore)\n"
1290 struct xtc_handle **handle, bool restore)
1581 if (restore) {
1584 "ip6tables-restore");
1741 if (!restore && !xtables_lock(wait)) {
1289 do_command6(int argc, char *argv[], char **table, struct xtc_handle **handle, bool restore) argument
H A Diptables.c233 " --ipv4 -4 Nothing (line is ignored by ip6tables-restore)\n"
234 " --ipv6 -6 Error (line is ignored by iptables-restore)\n"
1286 struct xtc_handle **handle, bool restore)
1575 if (restore) {
1578 "iptables-restore");
1738 if (!restore && !xtables_lock(wait)) {
1285 do_command4(int argc, char *argv[], char **table, struct xtc_handle **handle, bool restore) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3635 milliseconds

1234