Flutter Impeller
path.h File Reference
#include <functional>
#include <optional>
#include <tuple>
#include <vector>
#include "impeller/geometry/path_component.h"

Go to the source code of this file.

Classes

class  impeller::Path
 Paths are lightweight objects that describe a collection of linear, quadratic, or cubic segments. These segments may be broken up by move commands, which are effectively linear commands that pick up the pen rather than continuing to draw. More...
 
struct  impeller::Path::PolylineContour
 
struct  impeller::Path::PolylineContour::Component
 
struct  impeller::Path::Polyline
 

Namespaces

 impeller
 

Enumerations

enum  impeller::Cap {
  impeller::Cap::kButt,
  impeller::Cap::kRound,
  impeller::Cap::kSquare
}
 
enum  impeller::Join {
  impeller::Join::kMiter,
  impeller::Join::kRound,
  impeller::Join::kBevel
}
 
enum  impeller::FillType {
  impeller::FillType::kNonZero,
  impeller::FillType::kOdd
}
 
enum  impeller::Convexity {
  impeller::Convexity::kUnknown,
  impeller::Convexity::kConvex
}