Flutter Impeller
impeller::PathSource Class Referenceabstract

#include <path_source.h>

Inheritance diagram for impeller::PathSource:
impeller::DashedLinePathSource impeller::DiffRoundRectPathSource impeller::EllipsePathSource impeller::RectPathSource impeller::RoundRectPathSource impeller::RoundSuperellipsePathSource

Public Member Functions

virtual ~PathSource ()=default
 
virtual FillType GetFillType () const =0
 
virtual Rect GetBounds () const =0
 
virtual bool IsConvex () const =0
 
virtual void Dispatch (PathReceiver &receiver) const =0
 

Detailed Description

Definition at line 55 of file path_source.h.

Constructor & Destructor Documentation

◆ ~PathSource()

virtual impeller::PathSource::~PathSource ( )
virtualdefault

Member Function Documentation

◆ Dispatch()

◆ GetBounds()

◆ GetFillType()

◆ IsConvex()


The documentation for this class was generated from the following file: