Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
path_component.h File Reference
#include <functional>
#include <type_traits>
#include <variant>
#include <vector>
#include "impeller/geometry/point.h"
#include "impeller/geometry/rect.h"
#include "impeller/geometry/scalar.h"

Go to the source code of this file.

Classes

struct  impeller::LinearPathComponent
 
struct  impeller::QuadraticPathComponent
 
struct  impeller::CubicPathComponent
 
struct  impeller::ContourComponent
 
struct  impeller::PathComponentStartDirectionVisitor
 
struct  impeller::PathComponentEndDirectionVisitor
 

Namespaces

namespace  impeller
 

Typedefs

using impeller::PathComponentVariant = std::variant< std::monostate, const LinearPathComponent *, const QuadraticPathComponent *, const CubicPathComponent * >