|
| void | MoveTo (const flutter::DlPoint &p2, bool will_be_closed) 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 () const |
| |
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 59 of file FlutterPlatformViews.mm.
62 CGPathAddCurveToPoint(path_ref_, nil,
63 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, |
|
|
bool |
will_be_closed |
|
) |
| |
|
inlineoverride |
◆ QuadTo()
| void FLUTTER_ASSERT_ARC::CGPathReceiver::QuadTo |
( |
const flutter::DlPoint & |
cp, |
|
|
const flutter::DlPoint & |
p2 |
|
) |
| |
|
inlineoverride |
◆ TakePath()
| CGMutablePathRef FLUTTER_ASSERT_ARC::CGPathReceiver::TakePath |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: