Flutter Engine
Loading...
Searching...
No Matches
dl_types.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef FLUTTER_DISPLAY_LIST_DL_TYPES_H_
6
#define FLUTTER_DISPLAY_LIST_DL_TYPES_H_
7
8
namespace
flutter
{
9
10
enum class
DlClipOp
{
11
kDifference
,
12
kIntersect
,
13
};
14
15
enum class
DlPointMode
{
16
kPoints
,
//!< draw each point separately
17
kLines
,
//!< draw each separate pair of points as a line segment
18
kPolygon
,
//!< draw each pair of overlapping points as a line segment
19
};
20
21
enum class
DlSrcRectConstraint
{
22
kStrict
,
23
kFast
,
24
};
25
26
}
// namespace flutter
27
28
#endif
// FLUTTER_DISPLAY_LIST_DL_TYPES_H_
flutter
Definition
asset_manager.cc:10
flutter::DlClipOp
DlClipOp
Definition
dl_types.h:10
flutter::DlClipOp::kIntersect
@ kIntersect
flutter::DlClipOp::kDifference
@ kDifference
flutter::DlPointMode
DlPointMode
Definition
dl_types.h:15
flutter::DlPointMode::kLines
@ kLines
draw each separate pair of points as a line segment
flutter::DlPointMode::kPolygon
@ kPolygon
draw each pair of overlapping points as a line segment
flutter::DlPointMode::kPoints
@ kPoints
draw each point separately
flutter::DlSrcRectConstraint
DlSrcRectConstraint
Definition
dl_types.h:21
flutter::DlSrcRectConstraint::kStrict
@ kStrict
flutter::DlSrcRectConstraint::kFast
@ kFast
display_list
dl_types.h
Generated on Wed Nov 5 2025 21:33:11 for Flutter Engine by
1.9.8