Flutter Impeller
impeller::ImpellerEntityUnitTestAccessor 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 54 of file geometry_unittests.cc.

Member Function Documentation

◆ GenerateSolidStrokeVertices()

static std::vector<SolidFillVertexShader::PerVertexData> 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.

62  {
63  return StrokePathGeometry::GenerateSolidStrokeVertices(
64  polyline, stroke_width, miter_limit, stroke_join, stroke_cap, scale);
65  }

References polyline, scale, and stroke_width.


The documentation for this class was generated from the following file:
polyline
const Path::Polyline & polyline
Definition: stroke_path_geometry.cc:303
stroke_width
const Scalar stroke_width
Definition: stroke_path_geometry.cc:304
scale
const Scalar scale
Definition: stroke_path_geometry.cc:308