This is the complete list of members for flutter::DlPath, including all inherited members.
| Contains(const DlPoint point) const | flutter::DlPath | |
| Dispatch(DlPathReceiver &receiver) const override | flutter::DlPath | virtual |
| DlPath() | flutter::DlPath | inline |
| DlPath(const SkPath &path) | flutter::DlPath | inlineexplicit |
| DlPath(const DlPath &path)=default | flutter::DlPath | |
| DlPath(DlPath &&path)=default | flutter::DlPath | |
| GetBounds() const override | flutter::DlPath | virtual |
| GetFillType() const override | flutter::DlPath | virtual |
| GetSkPath() const | flutter::DlPath | |
| IsConvex() const override | flutter::DlPath | virtual |
| IsEmpty() const | flutter::DlPath | |
| IsLine(DlPoint *start=nullptr, DlPoint *end=nullptr) const | flutter::DlPath | |
| IsOval(DlRect *bounds=nullptr) const | flutter::DlPath | |
| IsRect(DlRect *rect=nullptr, bool *is_closed=nullptr) const | flutter::DlPath | |
| IsRoundRect(DlRoundRect *rrect=nullptr) const | flutter::DlPath | |
| IsVolatile() const | flutter::DlPath | |
| kMaxVolatileUses | flutter::DlPath | static |
| MakeArc(const DlRect &bounds, DlDegrees start, DlDegrees sweep, bool use_center) | flutter::DlPath | static |
| MakeCircle(const DlPoint center, DlScalar radius) | flutter::DlPath | static |
| MakeLine(const DlPoint a, const DlPoint b) | flutter::DlPath | static |
| MakeOval(const DlRect &bounds) | flutter::DlPath | static |
| MakeOvalLTRB(DlScalar left, DlScalar top, DlScalar right, DlScalar bottom) | flutter::DlPath | static |
| MakePoly(const DlPoint pts[], int count, bool close, DlPathFillType fill_type=DlPathFillType::kNonZero) | flutter::DlPath | static |
| MakeRect(const DlRect &rect) | flutter::DlPath | static |
| MakeRectLTRB(DlScalar left, DlScalar top, DlScalar right, DlScalar bottom) | flutter::DlPath | static |
| MakeRectXYWH(DlScalar x, DlScalar y, DlScalar width, DlScalar height) | flutter::DlPath | static |
| MakeRoundRect(const DlRoundRect &rrect) | flutter::DlPath | static |
| MakeRoundRectXY(const DlRect &rect, DlScalar x_radius, DlScalar y_radius, bool counter_clock_wise=false) | flutter::DlPath | static |
| MakeRoundSuperellipse(const DlRoundSuperellipse &rse) | flutter::DlPath | static |
| operator+(const DlPath &other) const | flutter::DlPath | |
| operator=(const DlPath &)=default | flutter::DlPath | |
| operator==(const DlPath &other) const | flutter::DlPath | |
| WillRenderSkPath() const | flutter::DlPath | |
| WithFillType(DlPathFillType type) const | flutter::DlPath | |
| WithOffset(const DlPoint offset) const | flutter::DlPath | |
| ~DlPath() override=default | flutter::DlPath | |
| ~PathSource()=default | impeller::PathSource | virtual |