Flutter Engine
The Flutter Engine
|
#include <path_component.h>
Public Member Functions | |
std::optional< Vector2 > | operator() (const LinearPathComponent *component) |
std::optional< Vector2 > | operator() (const QuadraticPathComponent *component) |
std::optional< Vector2 > | operator() (const CubicPathComponent *component) |
std::optional< Vector2 > | operator() (std::monostate monostate) |
Definition at line 170 of file path_component.h.
std::optional< Vector2 > impeller::PathComponentStartDirectionVisitor::operator() | ( | const CubicPathComponent * | component | ) |
Definition at line 392 of file path_component.cc.
std::optional< Vector2 > impeller::PathComponentStartDirectionVisitor::operator() | ( | const LinearPathComponent * | component | ) |
Definition at line 376 of file path_component.cc.
std::optional< Vector2 > impeller::PathComponentStartDirectionVisitor::operator() | ( | const QuadraticPathComponent * | component | ) |
Definition at line 384 of file path_component.cc.
|
inline |
Definition at line 174 of file path_component.h.