Flutter Impeller
impeller::ImpellerEntityUnitTestAccessor Class Reference

Static Public Member Functions

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

Detailed Description

Definition at line 55 of file geometry_unittests.cc.

Member Function Documentation

◆ GenerateSolidStrokeVertices()

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

Definition at line 57 of file geometry_unittests.cc.

63  {
64  return StrokePathGeometry::GenerateSolidStrokeVertices(
65  polyline, stroke_width, miter_limit, stroke_join, stroke_cap, scale);
66  }
const Scalar stroke_width
const Scalar scale
const Path::Polyline & polyline

References polyline, scale, and stroke_width.


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