Flutter Impeller
canvas.h File Reference

Go to the source code of this file.

Classes

struct  impeller::BackdropData
 
struct  impeller::CanvasStackEntry
 
struct  impeller::LazyRenderingConfig
 
class  impeller::Canvas
 
struct  impeller::Canvas::SaveLayerState
 

Namespaces

 impeller
 

Enumerations

enum class  impeller::PointStyle {
  impeller::kRound ,
  impeller::kSquare
}
 
enum class  impeller::SourceRectConstraint {
  impeller::kFast ,
  impeller::kStrict
}
 Controls the behavior of the source rectangle given to DrawImageRect. More...
 
enum class  impeller::ContentBoundsPromise {
  impeller::kUnknown ,
  impeller::kContainsContents ,
  impeller::kMayClipContents
}