Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 }
static bool b
struct MyStruct a[10]

The documentation for this struct was generated from the following file: