Flutter Engine
 
Loading...
Searching...
No Matches
impeller::StrokeParameters Struct Reference

A structure to store all of the parameters related to stroking a path or basic geometry object. More...

#include <stroke_parameters.h>

Public Member Functions

constexpr bool operator== (const StrokeParameters &parameters) const =default
 

Public Attributes

Scalar width = 0.0f
 
Cap cap = Cap::kButt
 
Join join = Join::kMiter
 
Scalar miter_limit = 4.0f
 

Detailed Description

A structure to store all of the parameters related to stroking a path or basic geometry object.

Definition at line 28 of file stroke_parameters.h.

Member Function Documentation

◆ operator==()

constexpr bool impeller::StrokeParameters::operator== ( const StrokeParameters parameters) const
constexprdefault

Member Data Documentation

◆ cap

◆ join

◆ miter_limit

◆ width


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