Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 17 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 20 of file geometry_benchmarks.cc.

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

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