#include "flutter/display_list/display_list.h"#include "flutter/display_list/dl_blend_mode.h"#include "flutter/display_list/dl_op_receiver.h"#include "flutter/display_list/dl_sampling_options.h"#include "flutter/display_list/dl_text.h"#include "flutter/display_list/effects/dl_color_sources.h"#include "flutter/display_list/utils/dl_comparable.h"#include "flutter/fml/macros.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
Macros | |
| #define | DEFINE_SET_BOOL_OP(name) |
| #define | DEFINE_SET_ENUM_OP(name) |
| #define | DEFINE_SET_CLEAR_DLATTR_OP(name, field) |
| #define | DEFINE_CLIP_SHAPE_OP(shapename, shapetype, clipop) |
| #define | DEFINE_CLIP_PATH_OP(clipop) |
| #define | DEFINE_DRAW_1ARG_OP(op_name, arg_type, arg_name) |
| #define | DEFINE_DRAW_2ARG_OP(op_name, type1, name1, type2, name2) |
| #define | DEFINE_DRAW_POINTS_OP(name, mode) |
| #define | DEFINE_DRAW_IMAGE_OP(name, with_attributes) |
| #define | DEFINE_DRAW_IMAGE_NINE_OP(name, render_with_attributes) |
| #define | DEFINE_DRAW_SHADOW_OP(name, transparent_occluder) |
Enumerations | |
| enum class | flutter::DisplayListCompare { flutter::kUseBulkCompare , flutter::kNotEqual , flutter::kEqual } |
Functions | |
| flutter::DEFINE_DRAW_POINTS_OP (Points, kPoints) | |
| flutter::DEFINE_DRAW_POINTS_OP (Lines, kLines) | |
| flutter::DEFINE_DRAW_POINTS_OP (Polygon, kPolygon) | |
| #define DEFINE_CLIP_PATH_OP | ( | clipop | ) |
Definition at line 520 of file dl_op_records.h.
| #define DEFINE_CLIP_SHAPE_OP | ( | shapename, | |
| shapetype, | |||
| clipop | |||
| ) |
Definition at line 495 of file dl_op_records.h.
| #define DEFINE_DRAW_1ARG_OP | ( | op_name, | |
| arg_type, | |||
| arg_name | |||
| ) |
Definition at line 584 of file dl_op_records.h.
| #define DEFINE_DRAW_2ARG_OP | ( | op_name, | |
| type1, | |||
| name1, | |||
| type2, | |||
| name2 | |||
| ) |
Definition at line 628 of file dl_op_records.h.
| #define DEFINE_DRAW_IMAGE_NINE_OP | ( | name, | |
| render_with_attributes | |||
| ) |
Definition at line 808 of file dl_op_records.h.
| #define DEFINE_DRAW_IMAGE_OP | ( | name, | |
| with_attributes | |||
| ) |
Definition at line 735 of file dl_op_records.h.
| #define DEFINE_DRAW_POINTS_OP | ( | name, | |
| mode | |||
| ) |
Definition at line 698 of file dl_op_records.h.
| #define DEFINE_DRAW_SHADOW_OP | ( | name, | |
| transparent_occluder | |||
| ) |
Definition at line 1023 of file dl_op_records.h.
| #define DEFINE_SET_BOOL_OP | ( | name | ) |
Definition at line 71 of file dl_op_records.h.
| #define DEFINE_SET_CLEAR_DLATTR_OP | ( | name, | |
| field | |||
| ) |
Definition at line 171 of file dl_op_records.h.
| #define DEFINE_SET_ENUM_OP | ( | name | ) |
Definition at line 88 of file dl_op_records.h.