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 179 of file path_component.h.
std::optional< Vector2 > impeller::PathComponentEndDirectionVisitor::operator() | ( | const CubicPathComponent * | component | ) |
Definition at line 416 of file path_component.cc.
std::optional< Vector2 > impeller::PathComponentEndDirectionVisitor::operator() | ( | const LinearPathComponent * | component | ) |
Definition at line 400 of file path_component.cc.
std::optional< Vector2 > impeller::PathComponentEndDirectionVisitor::operator() | ( | const QuadraticPathComponent * | component | ) |
Definition at line 408 of file path_component.cc.
|
inline |
Definition at line 183 of file path_component.h.