Flutter Impeller
stroke_parameters.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

 impeller
 

Enumerations

enum class  impeller::Cap {
  impeller::kButt ,
  impeller::kRound ,
  impeller::kSquare
}
 An enum that describes ways to decorate the end of a path contour. More...
 
enum class  impeller::Join {
  impeller::kMiter ,
  impeller::kRound ,
  impeller::kBevel
}
 An enum that describes ways to join two segments of a path. More...