Flutter Engine
 
Loading...
Searching...
No Matches
flutter::testing::DlPathReceiverMock Member List

This is the complete list of members for flutter::testing::DlPathReceiverMock, including all inherited members.

Close()=0impeller::PathReceiverpure virtual
ConicTo(const Point &cp, const Point &p2, Scalar weight)impeller::PathReceiverinlinevirtual
CubicTo(const Point &cp1, const Point &cp2, const Point &p2)=0impeller::PathReceiverpure virtual
LineTo(const Point &p2)=0impeller::PathReceiverpure virtual
MOCK_METHOD(void, MoveTo,(const DlPoint &p2, bool will_be_closed),(override))flutter::testing::DlPathReceiverMock
MOCK_METHOD(void, LineTo,(const DlPoint &p2),(override))flutter::testing::DlPathReceiverMock
MOCK_METHOD(void, QuadTo,(const DlPoint &cp, const DlPoint &p2),(override))flutter::testing::DlPathReceiverMock
MOCK_METHOD(bool, ConicTo,(const DlPoint &cp, const DlPoint &p2, DlScalar weight),(override))flutter::testing::DlPathReceiverMock
MOCK_METHOD(void, CubicTo,(const DlPoint &cp1, const DlPoint &cp2, const DlPoint &p2),(override))flutter::testing::DlPathReceiverMock
MOCK_METHOD(void, Close,(),(override))flutter::testing::DlPathReceiverMock
MoveTo(const Point &p2, bool will_be_closed)=0impeller::PathReceiverpure virtual
QuadTo(const Point &cp, const Point &p2)=0impeller::PathReceiverpure virtual
~PathReceiver()=defaultimpeller::PathReceivervirtual