#include <dl_op_flags.h>
Definition at line 163 of file dl_op_flags.h.
◆ always_stroked()
constexpr bool flutter::DisplayListAttributeFlags::always_stroked |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 209 of file dl_op_flags.h.
constexpr bool has_any(int qFlags) const
static constexpr int kIsStrokedGeometry
◆ applies_alpha()
constexpr bool flutter::DisplayListAttributeFlags::applies_alpha |
( |
| ) |
const |
|
inlineconstexpr |
◆ applies_alpha_or_color()
constexpr bool flutter::DisplayListAttributeFlags::applies_alpha_or_color |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 174 of file dl_op_flags.h.
174 {
176 }
static constexpr int kUsesColor
◆ applies_anti_alias()
constexpr bool flutter::DisplayListAttributeFlags::applies_anti_alias |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 171 of file dl_op_flags.h.
static constexpr int kUsesAntiAlias
◆ applies_blend()
constexpr bool flutter::DisplayListAttributeFlags::applies_blend |
( |
| ) |
const |
|
inlineconstexpr |
The primitive honors the DlBlendMode.
Definition at line 198 of file dl_op_flags.h.
static constexpr int kUsesBlend
◆ applies_color()
constexpr bool flutter::DisplayListAttributeFlags::applies_color |
( |
| ) |
const |
|
inlineconstexpr |
◆ applies_color_filter()
constexpr bool flutter::DisplayListAttributeFlags::applies_color_filter |
( |
| ) |
const |
|
inlineconstexpr |
The primitive honors the current DlColorFilter, including the related attribute InvertColors
Definition at line 194 of file dl_op_flags.h.
194 {
196 }
static constexpr int kUsesColorFilter
◆ applies_image_filter()
constexpr bool flutter::DisplayListAttributeFlags::applies_image_filter |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 204 of file dl_op_flags.h.
204 {
206 }
static constexpr int kUsesImageFilter
◆ applies_mask_filter()
constexpr bool flutter::DisplayListAttributeFlags::applies_mask_filter |
( |
| ) |
const |
|
inlineconstexpr |
The primitive honors the DlMaskFilter whether set using the filter object or using the convenience method |setMaskBlurFilter|
Definition at line 201 of file dl_op_flags.h.
201 {
203 }
static constexpr int kUsesMaskFilter
◆ applies_shader()
constexpr bool flutter::DisplayListAttributeFlags::applies_shader |
( |
| ) |
const |
|
inlineconstexpr |
The primitive can use any of the stroke attributes, such as StrokeWidth, StrokeMiter, StrokeCap, or StrokeJoin. This method will return if the primitive is defined as one that strokes its geometry (such as |drawLine|) or if it is defined as one that honors the Style attribute. If the Style attribute is known then a more accurate answer can be returned from the |is_stroked| method by supplying the actual setting of the style.
Definition at line 191 of file dl_op_flags.h.
static constexpr int kUsesShader
◆ applies_style()
constexpr bool flutter::DisplayListAttributeFlags::applies_style |
( |
| ) |
const |
|
inlineconstexpr |
The primitive dynamically determines whether it is a stroke or fill operation (or both) based on the setting of the |Style| attribute.
Definition at line 180 of file dl_op_flags.h.
static constexpr int kIsDrawnGeometry
◆ GeometryFlags()
Definition at line 165 of file dl_op_flags.h.
165 {
166 return special_flags_;
167 }
◆ ignores_paint()
constexpr bool flutter::DisplayListAttributeFlags::ignores_paint |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 169 of file dl_op_flags.h.
static constexpr int kIgnoresPaint
◆ is_flood()
constexpr bool flutter::DisplayListAttributeFlags::is_flood |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 215 of file dl_op_flags.h.
static constexpr int kFloodsSurface
◆ is_geometric()
constexpr bool flutter::DisplayListAttributeFlags::is_geometric |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 208 of file dl_op_flags.h.
static constexpr int kIsAnyGeometryMask
◆ is_stroked()
Definition at line 210 of file dl_op_flags.h.
210 {
213 }
@ kFill
fills interior of shapes
◆ operator==()
◆ DisplayListOpFlags
The documentation for this class was generated from the following file: