Flutter Engine
The Flutter Engine
|
#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/effects/dl_color_source.h"
#include "flutter/fml/macros.h"
#include "flutter/impeller/geometry/path.h"
#include "flutter/impeller/typographer/text_frame.h"
#include "third_party/skia/include/core/SkRSXform.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, sk_name, field) |
#define | DEFINE_CLIP_SHAPE_OP(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 592 of file dl_op_records.h.
#define DEFINE_CLIP_SHAPE_OP | ( | shapetype, | |
clipop | |||
) |
Definition at line 569 of file dl_op_records.h.
#define DEFINE_DRAW_1ARG_OP | ( | op_name, | |
arg_type, | |||
arg_name | |||
) |
Definition at line 667 of file dl_op_records.h.
#define DEFINE_DRAW_2ARG_OP | ( | op_name, | |
type1, | |||
name1, | |||
type2, | |||
name2 | |||
) |
Definition at line 717 of file dl_op_records.h.
#define DEFINE_DRAW_IMAGE_NINE_OP | ( | name, | |
render_with_attributes | |||
) |
Definition at line 903 of file dl_op_records.h.
#define DEFINE_DRAW_IMAGE_OP | ( | name, | |
with_attributes | |||
) |
Definition at line 830 of file dl_op_records.h.
#define DEFINE_DRAW_POINTS_OP | ( | name, | |
mode | |||
) |
Definition at line 785 of file dl_op_records.h.
#define DEFINE_DRAW_SHADOW_OP | ( | name, | |
transparent_occluder | |||
) |
Definition at line 1132 of file dl_op_records.h.
#define DEFINE_SET_BOOL_OP | ( | name | ) |
Definition at line 111 of file dl_op_records.h.
#define DEFINE_SET_CLEAR_DLATTR_OP | ( | name, | |
sk_name, | |||
field | |||
) |
Definition at line 210 of file dl_op_records.h.
#define DEFINE_SET_ENUM_OP | ( | name | ) |
Definition at line 128 of file dl_op_records.h.