An interface for generating a multi contour polyline as a triangle strip. More...
#include <path_component.h>
Public Member Functions | |
| virtual void | EndContour ()=0 |
| virtual void | Write (Point point)=0 |
An interface for generating a multi contour polyline as a triangle strip.
Definition at line 21 of file path_component.h.
|
pure virtual |
Implemented in impeller::GLESVertexWriter, impeller::LineStripVertexWriter, impeller::StripVertexWriter, and impeller::FanVertexWriter.
Referenced by impeller::Path::WritePolyline().
|
pure virtual |
Implemented in impeller::GLESVertexWriter, impeller::LineStripVertexWriter, impeller::StripVertexWriter, and impeller::FanVertexWriter.
Referenced by impeller::QuadraticPathComponent::ToLinearPathComponents(), impeller::ConicPathComponent::ToLinearPathComponents(), impeller::CubicPathComponent::ToLinearPathComponents(), and impeller::Path::WritePolyline().