Public Member Functions | |
| void | MoveTo (const DlPoint &p2, bool will_be_closed) override |
| void | LineTo (const DlPoint &p2) override |
| void | QuadTo (const DlPoint &cp, const DlPoint &p2) override |
| bool | ConicTo (const DlPoint &cp, const DlPoint &p2, DlScalar weight) override |
| void | CubicTo (const DlPoint &cp1, const DlPoint &cp2, const DlPoint &p2) override |
| void | Close () override |
| uint32_t | GetVerbCount () const |
Public Member Functions inherited from impeller::PathReceiver | |
| virtual | ~PathReceiver ()=default |
Definition at line 21 of file dl_benchmarks.cc.
|
inlineoverridevirtual |
Implements impeller::PathReceiver.
Definition at line 37 of file dl_benchmarks.cc.
|
inlineoverridevirtual |
Reimplemented from impeller::PathReceiver.
Definition at line 28 of file dl_benchmarks.cc.
|
inlineoverridevirtual |
Implements impeller::PathReceiver.
Definition at line 32 of file dl_benchmarks.cc.
|
inline |
Definition at line 39 of file dl_benchmarks.cc.
Referenced by flutter::testing::BM_DrawPath().
|
inlineoverridevirtual |
Implements impeller::PathReceiver.
Definition at line 26 of file dl_benchmarks.cc.
|
inlineoverridevirtual |
Implements impeller::PathReceiver.
Definition at line 23 of file dl_benchmarks.cc.
|
inlineoverridevirtual |
Implements impeller::PathReceiver.
Definition at line 27 of file dl_benchmarks.cc.