Flutter Engine
The Flutter Engine
|
This is the complete list of members for flutter::CanvasPath, including all inherited members.
addArc(double left, double top, double right, double bottom, double startAngle, double sweepAngle) | flutter::CanvasPath | |
addOval(double left, double top, double right, double bottom) | flutter::CanvasPath | |
addPath(CanvasPath *path, double dx, double dy) | flutter::CanvasPath | |
addPathWithMatrix(CanvasPath *path, double dx, double dy, Dart_Handle matrix4_handle) | flutter::CanvasPath | |
addPolygon(const tonic::Float32List &points, bool close) | flutter::CanvasPath | |
addRect(double left, double top, double right, double bottom) | flutter::CanvasPath | |
AddRef() const | fml::internal::RefCountedThreadSafeBase | inline |
addRRect(const RRect &rrect) | flutter::CanvasPath | |
arcTo(double left, double top, double right, double bottom, double startAngle, double sweepAngle, bool forceMoveTo) | flutter::CanvasPath | |
arcToPoint(double arcEndX, double arcEndY, double radiusX, double radiusY, double xAxisRotation, bool isLargeArc, bool isClockwiseDirection) | flutter::CanvasPath | |
AssertHasOneRef() const | fml::internal::RefCountedThreadSafeBase | inline |
AssociateWithDartWrapper(Dart_Handle wrappable) | tonic::DartWrappable | |
ClearDartWrapper() | tonic::DartWrappable | |
clone(Dart_Handle path_handle) | flutter::CanvasPath | |
close() | flutter::CanvasPath | |
conicTo(double x1, double y1, double x2, double y2, double w) | flutter::CanvasPath | |
contains(double x, double y) | flutter::CanvasPath | |
Create(Dart_Handle wrapper) | flutter::CanvasPath | inlinestatic |
CreateDartWrapper(DartState *dart_state) | tonic::DartWrappable | |
CreateFrom(Dart_Handle path_handle, const SkPath &src) | flutter::CanvasPath | inlinestatic |
cubicTo(double x1, double y1, double x2, double y2, double x3, double y3) | flutter::CanvasPath | |
dart_wrapper() const | tonic::DartWrappable | inline |
DartNativeFields enum name | tonic::DartWrappable | |
DartWrappable() | tonic::DartWrappable | inline |
extendWithPath(CanvasPath *path, double dx, double dy) | flutter::CanvasPath | |
extendWithPathAndMatrix(CanvasPath *path, double dx, double dy, Dart_Handle matrix4_handle) | flutter::CanvasPath | |
getBounds() | flutter::CanvasPath | |
GetDartWrapperInfo() const =0 | tonic::DartWrappable | pure virtual |
getFillType() | flutter::CanvasPath | |
GetTypeForWrapper(tonic::DartState *dart_state, const tonic::DartWrapperInfo &wrapper_info) | tonic::DartWrappable | protectedstatic |
HasOneRef() const | fml::internal::RefCountedThreadSafeBase | inline |
kNumberOfNativeFields enum value | tonic::DartWrappable | |
kPeerIndex enum value | tonic::DartWrappable | |
lineTo(double x, double y) | flutter::CanvasPath | |
moveTo(double x, double y) | flutter::CanvasPath | |
op(CanvasPath *path1, CanvasPath *path2, int operation) | flutter::CanvasPath | |
path() const | flutter::CanvasPath | inline |
quadraticBezierTo(double x1, double y1, double x2, double y2) | flutter::CanvasPath | |
RefCountedThreadSafe() | fml::RefCountedThreadSafe< CanvasPath > | inlineprotected |
RefCountedThreadSafeBase() | fml::internal::RefCountedThreadSafeBase | inlineprotected |
relativeArcToPoint(double arcEndDeltaX, double arcEndDeltaY, double radiusX, double radiusY, double xAxisRotation, bool isLargeArc, bool isClockwiseDirection) | flutter::CanvasPath | |
relativeConicTo(double x1, double y1, double x2, double y2, double w) | flutter::CanvasPath | |
relativeCubicTo(double x1, double y1, double x2, double y2, double x3, double y3) | flutter::CanvasPath | |
relativeLineTo(double x, double y) | flutter::CanvasPath | |
relativeMoveTo(double x, double y) | flutter::CanvasPath | |
relativeQuadraticBezierTo(double x1, double y1, double x2, double y2) | flutter::CanvasPath | |
Release() const | fml::RefCountedThreadSafe< CanvasPath > | inline |
ReleaseDartWrappableReference() const override | flutter::RefCountedDartWrappable< CanvasPath > | inlinevirtual |
reset() | flutter::CanvasPath | |
RetainDartWrappableReference() const override | flutter::RefCountedDartWrappable< CanvasPath > | inlinevirtual |
setFillType(int fill_type) | flutter::CanvasPath | |
shift(Dart_Handle path_handle, double dx, double dy) | flutter::CanvasPath | |
transform(Dart_Handle path_handle, Dart_Handle matrix4_handle) | flutter::CanvasPath | |
~CanvasPath() override | flutter::CanvasPath | |
~DartWrappable() | tonic::DartWrappable | protectedvirtual |
~RefCountedThreadSafe() | fml::RefCountedThreadSafe< CanvasPath > | inlineprotected |
~RefCountedThreadSafeBase() | fml::internal::RefCountedThreadSafeBase | inlineprotected |