#include <dl_test_snippets.h>
Definition at line 222 of file dl_test_snippets.h.
◆ additional_depth()
uint32_t flutter::testing::DisplayListInvocation::additional_depth |
( |
| ) |
|
|
inline |
◆ adjust_render_op_depth_cost()
uint32_t flutter::testing::DisplayListInvocation::adjust_render_op_depth_cost |
( |
uint32_t |
previous_cost | ) |
|
|
inline |
Definition at line 253 of file dl_test_snippets.h.
253 {
255 ? previous_cost
257 }
uint32_t render_op_cost_override_
◆ byte_count()
size_t flutter::testing::DisplayListInvocation::byte_count |
( |
| ) |
|
|
inline |
◆ depth_accumulated()
uint32_t flutter::testing::DisplayListInvocation::depth_accumulated |
( |
uint32_t |
depth_scale = 1u | ) |
|
|
inline |
◆ depth_op_count()
uint32_t flutter::testing::DisplayListInvocation::depth_op_count |
( |
| ) |
|
|
inline |
◆ Invoke()
void flutter::testing::DisplayListInvocation::Invoke |
( |
DlOpReceiver & |
builder | ) |
|
|
inline |
◆ is_empty()
bool flutter::testing::DisplayListInvocation::is_empty |
( |
| ) |
|
|
inline |
◆ op_count()
uint32_t flutter::testing::DisplayListInvocation::op_count |
( |
| ) |
|
|
inline |
◆ raw_byte_count()
size_t flutter::testing::DisplayListInvocation::raw_byte_count |
( |
| ) |
|
|
inline |
◆ additional_depth_
uint32_t flutter::testing::DisplayListInvocation::additional_depth_ = 0u |
◆ byte_count_
size_t flutter::testing::DisplayListInvocation::byte_count_ |
◆ depth_op_count_
uint32_t flutter::testing::DisplayListInvocation::depth_op_count_ |
◆ invoker_
DlInvoker flutter::testing::DisplayListInvocation::invoker_ |
◆ op_count_
uint32_t flutter::testing::DisplayListInvocation::op_count_ |
◆ render_op_cost_override_
uint32_t flutter::testing::DisplayListInvocation::render_op_cost_override_ = 0u |
The documentation for this struct was generated from the following file: