Home
last modified time | relevance | path

Searched refs:RESTORE (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp429 *expected->append() = RESTORE; in emit_body0()
450 *expected->append() = RESTORE; in emit_body1()
456 *expected->append() = RESTORE; in emit_body1()
485 *expected->append() = RESTORE; in emit_body2()
488 *expected->append() = RESTORE; in emit_body2()
490 *expected->append() = RESTORE; in emit_body2()
530 *expected->append() = RESTORE; in emit_body3()
533 *expected->append() = RESTORE; // for saveLayer in emit_body3()
535 *expected->append() = RESTORE; in emit_body3()
539 *expected->append() = RESTORE; in emit_body3()
[all...]
/third_party/skia/src/core/
H A DSkPictureFlat.h55 RESTORE, enumerator
H A DSkPicturePlayback.cpp622 case RESTORE: in handleOp()
H A DSkPictureRecord.cpp198 size_t size = 1 * kUInt32Size; // RESTORE consists solely of 1 op code in recordRestore()
199 size_t initialOffset = this->addDraw(RESTORE, &size); in recordRestore()
/third_party/node/deps/v8/third_party/zlib/
H A Dinfback.c139 #define RESTORE() \ macro
485 RESTORE();
H A Dinflate.c489 #define RESTORE() \ macro
846 RESTORE();
1049 RESTORE();
1257 RESTORE();
/third_party/node/deps/zlib/
H A Dinfback.c131 #define RESTORE() \ macro
473 RESTORE(); in inflateBack()
H A Dinflate.c456 #define RESTORE() \ macro
819 RESTORE(); in inflate()
1030 RESTORE(); in inflate()
1245 RESTORE(); in inflate()
/third_party/libwebsockets/win32port/zlib/
H A Dinfback.c130 #define RESTORE() \ macro
476 RESTORE();
H A Dinflate.c449 #define RESTORE() \ macro
805 RESTORE();
1008 RESTORE();
1216 RESTORE();
/third_party/skia/third_party/externals/zlib/
H A Dinfback.c139 #define RESTORE() \ macro
485 RESTORE();
H A Dinflate.c488 #define RESTORE() \ macro
846 RESTORE();
1049 RESTORE();
1257 RESTORE();
/third_party/zlib/
H A Dinfback.c131 #define RESTORE() \ macro
472 RESTORE(); in inflateBack()
H A Dinflate.c468 #define RESTORE() \ macro
884 RESTORE(); in inflate()
1106 RESTORE(); in inflate()
1361 RESTORE(); in inflate()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c500 #define RESTORE() \ macro
857 RESTORE();
1060 RESTORE();
1277 RESTORE();
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinflate.c467 #define RESTORE() \ macro
830 RESTORE(); in inflate()
1041 RESTORE(); in inflate()
1278 RESTORE(); in inflate()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c499 #define RESTORE() \ macro
857 RESTORE();
1060 RESTORE();
1277 RESTORE();
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc414 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR }; in PerformDeferredActions() enumerator
440 undo_action = RESTORE; in PerformDeferredActions()
451 undo_action = RESTORE; in PerformDeferredActions()
470 undo_action = pc->is_capture() ? CLEAR : RESTORE; in PerformDeferredActions()
483 undo_action = RESTORE; in PerformDeferredActions()
494 if (undo_action == RESTORE) { in PerformDeferredActions()

Completed in 30 milliseconds