#include <dl_op_records.h>
Definition at line 406 of file dl_op_records.h.
◆ RestoreOp()
flutter::RestoreOp::RestoreOp |
( |
| ) |
|
|
inline |
◆ dispatch()
Definition at line 413 of file dl_op_records.h.
413 {
414 DispatchContext::SaveInfo&
info = ctx.save_infos.back();
415 if (
info.save_was_needed) {
416 ctx.receiver.restore();
417 }
418 ctx.next_restore_index =
info.previous_restore_index;
419 ctx.save_infos.pop_back();
420 }
static void info(const char *fmt,...) SK_PRINTF_LIKE(1
◆ kDepthInc
constexpr uint32_t flutter::RestoreOp::kDepthInc = 0 |
|
staticconstexpr |
◆ kRenderOpInc
constexpr uint32_t flutter::RestoreOp::kRenderOpInc = 1 |
|
staticconstexpr |
◆ kType
constexpr auto flutter::RestoreOp::kType = DisplayListOpType::kRestore |
|
staticconstexpr |
The documentation for this struct was generated from the following file: