Flutter Engine
The Flutter Engine
|
#include <skpath_bridge.h>
Public Member Functions | |
virtual | ~PathWrapper ()=default |
virtual void | move_to (float x, float y)=0 |
virtual void | line_to (float x, float y)=0 |
virtual void | quad_to (float cx0, float cy0, float x, float y)=0 |
virtual void | curve_to (float cx0, float cy0, float cx1, float cy1, float x, float y)=0 |
virtual void | close ()=0 |
C++ pure virtual interface type, exposed to Rust side to be able to write from Skrifa path output functions to an SkPath type to capture and convert a glyph path.
Definition at line 14 of file skpath_bridge.h.
|
virtualdefault |
|
pure virtual |
Implemented in sk_fontations::PathGeometrySink.
|
pure virtual |
Implemented in sk_fontations::PathGeometrySink.
|
pure virtual |
Implemented in sk_fontations::PathGeometrySink.
|
pure virtual |
Implemented in sk_fontations::PathGeometrySink.
|
pure virtual |
Implemented in sk_fontations::PathGeometrySink.