Flutter Engine
The Flutter Engine
Public Member Functions
|
List of all members
EdgeLT Struct Reference
Public Member Functions
bool
operator()
(const
Edge
&
a
, const
Edge
&
b
) const
Detailed Description
Definition at line
545
of file
SkRegion_path.cpp
.
Member Function Documentation
◆
operator()()
bool EdgeLT::operator()
(
const
Edge
&
a
,
const
Edge
&
b
)
const
inline
Definition at line
546
of file
SkRegion_path.cpp
.
546
{
547
return
(
a
.fX ==
b
.fX) ?
a
.top() <
b
.top() :
a
.fX <
b
.fX;
548
}
b
static bool b
Definition:
ffi_native_test_module.c:74
a
struct MyStruct a[10]
The documentation for this struct was generated from the following file:
third_party/skia/src/core/
SkRegion_path.cpp
Generated on Sun Jun 23 2024 21:57:55 for Flutter Engine by
1.9.4