Flutter Engine
The Flutter Engine
Static Public Member Functions | List of all members
impeller::ImpellerBenchmarkAccessor Class Reference

Static Public Member Functions

static std::vector< SolidFillVertexShader::PerVertexData > GenerateSolidStrokeVertices (const Path::Polyline &polyline, Scalar stroke_width, Scalar miter_limit, Join stroke_join, Cap stroke_cap, Scalar scale)
 

Detailed Description

Definition at line 16 of file geometry_benchmarks.cc.

Member Function Documentation

◆ GenerateSolidStrokeVertices()

static std::vector< SolidFillVertexShader::PerVertexData > impeller::ImpellerBenchmarkAccessor::GenerateSolidStrokeVertices ( const Path::Polyline polyline,
Scalar  stroke_width,
Scalar  miter_limit,
Join  stroke_join,
Cap  stroke_cap,
Scalar  scale 
)
inlinestatic

Definition at line 19 of file geometry_benchmarks.cc.

24 {
25 return StrokePathGeometry::GenerateSolidStrokeVertices(
26 polyline, stroke_width, miter_limit, stroke_join, stroke_cap, scale);
27 }
const Scalar stroke_width
const Scalar scale
const Path::Polyline & polyline

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