Flutter Impeller
impeller::VertexWriter Class Referenceabstract

An interface for generating a multi contour polyline as a triangle strip. More...

#include <path_component.h>

Inheritance diagram for impeller::VertexWriter:
impeller::FanVertexWriter impeller::GLESVertexWriter impeller::LineStripVertexWriter impeller::StripVertexWriter

Public Member Functions

virtual void EndContour ()=0
 
virtual void Write (Point point)=0
 

Detailed Description

An interface for generating a multi contour polyline as a triangle strip.

Definition at line 21 of file path_component.h.

Member Function Documentation

◆ EndContour()

virtual void impeller::VertexWriter::EndContour ( )
pure virtual

◆ Write()


The documentation for this class was generated from the following file: