|
void | SetPathInfo (flutter::DlPathFillType type, bool is_convex) override |
|
void | MoveTo (const flutter::DlPoint &p2) override |
|
void | LineTo (const flutter::DlPoint &p2) override |
|
void | QuadTo (const flutter::DlPoint &cp, const flutter::DlPoint &p2) override |
|
void | CubicTo (const flutter::DlPoint &cp1, const flutter::DlPoint &cp2, const flutter::DlPoint &p2) override |
|
void | Close () override |
|
CGMutablePathRef | TakePath () |
|
Definition at line 47 of file FlutterPlatformViews.mm.
◆ Close()
void FLUTTER_ASSERT_ARC::CGPathReceiver::Close |
( |
| ) |
|
|
inlineoverride |
◆ CubicTo()
void FLUTTER_ASSERT_ARC::CGPathReceiver::CubicTo |
( |
const flutter::DlPoint & |
cp1, |
|
|
const flutter::DlPoint & |
cp2, |
|
|
const flutter::DlPoint & |
p2 |
|
) |
| |
|
inlineoverride |
Definition at line 64 of file FlutterPlatformViews.mm.
67 CGPathAddCurveToPoint(path_ref_, nil,
68 cp1.x, cp1.y, cp2.x, cp2.y, p2.x, p2.y);
◆ LineTo()
void FLUTTER_ASSERT_ARC::CGPathReceiver::LineTo |
( |
const flutter::DlPoint & |
p2 | ) |
|
|
inlineoverride |
◆ MoveTo()
void FLUTTER_ASSERT_ARC::CGPathReceiver::MoveTo |
( |
const flutter::DlPoint & |
p2 | ) |
|
|
inlineoverride |
◆ QuadTo()
void FLUTTER_ASSERT_ARC::CGPathReceiver::QuadTo |
( |
const flutter::DlPoint & |
cp, |
|
|
const flutter::DlPoint & |
p2 |
|
) |
| |
|
inlineoverride |
◆ SetPathInfo()
void FLUTTER_ASSERT_ARC::CGPathReceiver::SetPathInfo |
( |
flutter::DlPathFillType |
type, |
|
|
bool |
is_convex |
|
) |
| |
|
inlineoverride |
◆ TakePath()
CGMutablePathRef FLUTTER_ASSERT_ARC::CGPathReceiver::TakePath |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: