SYMBOL INDEX (1506 symbols across 118 files) FILE: AST/analyzer.dart function main (line 20) | main() function dirContents (line 82) | Future> dirContents(Directory directory) FILE: AST/comments.dart class Comments (line 3) | class Comments { method appendComment (line 4) | void appendComment(StringBuffer buffer, Element element) FILE: AST/config.dart class Config (line 3) | class Config { FILE: AST/implementation/conditionals.dart class Conditionals (line 4) | class Conditionals { method processConditionalExpression (line 5) | String processConditionalExpression(ConditionalExpression expression) method processSwitchStatement (line 14) | String processSwitchStatement(SwitchStatement statement) method processSwitchCase (line 24) | String processSwitchCase(SwitchCase switchCase) method processSwitchDefault (line 34) | String processSwitchDefault(SwitchDefault switchDefault) method processContinueStatement (line 44) | String processContinueStatement(ContinueStatement statement) method processIfStatement (line 54) | String processIfStatement(IfStatement statement) FILE: AST/implementation/exceptions.dart class Exceptions (line 4) | class Exceptions { method processTryStatement (line 5) | String processTryStatement(TryStatement statement) method processThrowExpression (line 13) | String processThrowExpression(ThrowExpression expression) method processCatchClause (line 21) | String processCatchClause(CatchClause clause) FILE: AST/implementation/implementation.dart class Implementation (line 15) | class Implementation { method MethodBody (line 16) | String MethodBody(FunctionBody body) method processExpressionFunction (line 40) | String processExpressionFunction(ExpressionFunctionBody body) method processBlockFunction (line 49) | String processBlockFunction(BlockFunctionBody body) method processCastMap (line 67) | String processCastMap(SyntacticEntity entity) method processEntity (line 82) | String processEntity(SyntacticEntity entity) method processPropertyAccess (line 231) | String processPropertyAccess(PropertyAccess access) method processFunctionDeclaration (line 239) | String processFunctionDeclaration(FunctionDeclaration declaration) method processFunctionExpressionInvocation (line 247) | String processFunctionExpressionInvocation( method processExpressionFunctionBody (line 256) | String processExpressionFunctionBody(ExpressionFunctionBody body) method processTypeArgumentList (line 264) | String processTypeArgumentList(TypeArgumentList list) method processBlockFunctionBody (line 281) | String processBlockFunctionBody(BlockFunctionBody body) method processSimpleFormalParameter (line 289) | String processSimpleFormalParameter(SimpleFormalParameter parameter) method processFormalParameterList (line 293) | String processFormalParameterList(FormalParameterList list) method processAdjacentString (line 308) | String processAdjacentString(AdjacentStrings string) method processDeclaredIdentifier (line 319) | String processDeclaredIdentifier(DeclaredIdentifier identifier) method processLabel (line 327) | String processLabel(Label label) method processPrefixExpression (line 338) | String processPrefixExpression(PrefixExpression expression) method processFunctionExpression (line 346) | String processFunctionExpression(FunctionExpression expression) method processIndexExpression (line 356) | String processIndexExpression(IndexExpression expression) method processIsExpression (line 366) | String processIsExpression(IsExpression expression) method processCascadeExpression (line 389) | String processCascadeExpression(CascadeExpression expression) method processFunctionDeclarationStatement (line 400) | String processFunctionDeclarationStatement( method processYieldStatement (line 409) | String processYieldStatement(YieldStatement statement) method processPostfixExpression (line 417) | String processPostfixExpression(PostfixExpression expression) method processAsExpression (line 425) | String processAsExpression(AsExpression expression) method processNamedExpression (line 433) | String processNamedExpression(NamedExpression expression) method processBlock (line 444) | String processBlock(Block block) method processToken (line 452) | String processToken(KeywordToken keyword) method processVariableDeclaration (line 466) | String processVariableDeclaration(VariableDeclaration declaration) method processSuperExpression (line 474) | String processSuperExpression(SuperExpression expression) method processAwaitExpression (line 482) | String processAwaitExpression(AwaitExpression expression) method processThisExpression (line 490) | String processThisExpression(ThisExpression expression) method processArgumentList (line 498) | String processArgumentList(ArgumentList list) method processParenthesizedExpression (line 509) | String processParenthesizedExpression( method processInstanceCreationExpression (line 518) | String processInstanceCreationExpression( method processConstructorName (line 533) | String processConstructorName(ConstructorName name) method processBinaryExpression (line 541) | String processBinaryExpression(BinaryExpression expression) method processReturnStatement (line 560) | String processReturnStatement(ReturnStatement statement) method processMethodInvocation (line 568) | String processMethodInvocation(MethodInvocation invocation) method processSimpleIdentifier (line 603) | String processSimpleIdentifier(SimpleIdentifier identifier) method processPrefixedIdentifier (line 647) | String processPrefixedIdentifier(PrefixedIdentifier identifier) method processMethodElement (line 655) | String processMethodElement(MethodElement element) method processFunctionElement (line 666) | String processFunctionElement(FunctionElement element) method processPropertyAccessorElement (line 670) | String processPropertyAccessorElement( method processStringInterpolation (line 690) | String processStringInterpolation(StringInterpolation interpolation) method processInterpolationExpression (line 713) | String processInterpolationExpression( method processExpressionStatement (line 722) | String processExpressionStatement(ExpressionStatement statement) method processAssignmentExpression (line 732) | String processAssignmentExpression(AssignmentExpression expression) method processVariableDeclarationStatement (line 756) | String processVariableDeclarationStatement( method processVariableDeclarationList (line 767) | String processVariableDeclarationList(VariableDeclarationList list) method processTypeName (line 785) | String processTypeName(TypeName name) method fieldBody (line 793) | String fieldBody(PropertyAccessorElement element) method functionBody (line 808) | String functionBody(FunctionElement element) FILE: AST/implementation/literals.dart class Literals (line 4) | class Literals { method processNullLiteral (line 5) | String processNullLiteral(NullLiteral literal) method processDoubleLiteral (line 13) | String processDoubleLiteral(DoubleLiteral literal) method processBooleanLiteral (line 21) | String processBooleanLiteral(BooleanLiteral literal) method processIntegerLiteral (line 29) | String processIntegerLiteral(IntegerLiteral literal) method processMapLiteral (line 37) | String processMapLiteral(MapLiteral literal) method processMapLiteralEntry (line 45) | String processMapLiteralEntry(MapLiteralEntry entry) method processSimpleStringLiteral (line 56) | String processSimpleStringLiteral(SimpleStringLiteral literal) method processListLiteral (line 68) | String processListLiteral(ListLiteral literal) FILE: AST/implementation/loops.dart class Loops (line 4) | class Loops { method processForStatement (line 5) | String processForStatement(ForStatement statement) method processWhileStatement (line 13) | String processWhileStatement(WhileStatement statement) method processDoStatement (line 21) | String processDoStatement(DoStatement statement) method processForEachStatement (line 29) | String processForEachStatement(ForEachStatement statement) FILE: AST/naming.dart class Naming (line 9) | class Naming { method namespacePartsFromIdentifier (line 10) | List namespacePartsFromIdentifier(String identifier) method namespaceFromIdentifier (line 24) | String namespaceFromIdentifier(String identifier) method nameWithTypeArguments (line 30) | String nameWithTypeArguments( method interfaceTypeName (line 54) | String interfaceTypeName(InterfaceType type) method nameWithTypeParameters (line 68) | String nameWithTypeParameters( method parameterTypeWithTypeParameters (line 84) | String parameterTypeWithTypeParameters( method getReturnType (line 99) | String getReturnType(FunctionTypedElement element) method className (line 133) | String className(InterfaceType type) method tokenToText (line 144) | String tokenToText(Token token, bool backwards) method getTypeParameterName (line 160) | String getTypeParameterName(TypeParameterElement element) method getFormattedTypeName (line 172) | String getFormattedTypeName(String typeName) method getFormattedName (line 234) | String getFormattedName(String originalName, NameStyle style) method lowerCamelCase (line 279) | String lowerCamelCase(String name) method upperCamelCase (line 293) | String upperCamelCase(String name) method escapeFixedWords (line 307) | String escapeFixedWords(String word) method DefaultClassName (line 325) | String DefaultClassName(CompilationUnitElement element) method getTopLevelVariableName (line 335) | String getTopLevelVariableName(TopLevelVariableElement element) type NameStyle (line 342) | enum NameStyle { type NameType (line 348) | enum NameType { Name, Type } type VariableType (line 350) | enum VariableType { Field, Parameter } FILE: AST/packageResolver.dart function packageResolver (line 14) | PackageMapUriResolver packageResolver( function embeddedResolver (line 25) | EmbedderSdk embeddedResolver(ResourceProvider provider, String projectFo... function _findPackages (line 38) | _PackageInfo _findPackages(ResourceProvider provider, String projectFolder) function _getPackageMap (line 58) | Map> _getPackageMap( class _PackageInfo (line 74) | class _PackageInfo { FILE: AST/serialization.dart type Serializer (line 32) | typedef Serializer(value, {bool primitiveOnly}); function _findGetters (line 34) | List _findGetters(ClassMirror classMirror) function serialize (line 50) | serialize(value, Serializer serializer, {bool primitiveOnly = false}) function _isPrimitive (line 71) | bool _isPrimitive(value) function serializeModel (line 76) | String serializeModel(value) function serializeObject (line 82) | serializeObject(value, {bool primitiveOnly = false}) function serializeNonPrimitiveObject (line 100) | serializeNonPrimitiveObject(value) function serializeMap (line 105) | Map serializeMap(Map value) FILE: AST/signature/classes.dart class Classes (line 10) | class Classes { method printClass (line 11) | String printClass(ClassElement element) method interfaceFieldAndMethods (line 79) | String interfaceFieldAndMethods(InterfaceType interface, ClassElement ... method printFieldsAndMethods (line 116) | void printFieldsAndMethods(StringBuffer code, ClassElement element, method printMixin (line 137) | String printMixin(ClassElement element) method printInterface (line 259) | String printInterface(ClassElement element) FILE: AST/signature/constructors.dart class Constructors (line 11) | class Constructors { method printConstructor (line 12) | void printConstructor( method getBaseParameters (line 81) | String getBaseParameters(ConstructorElement constructor) FILE: AST/signature/delegates.dart class Delegates (line 6) | class Delegates { method printDelegate (line 7) | String printDelegate(FunctionTypeAliasElement element) FILE: AST/signature/fields.dart class Fields (line 10) | class Fields { method containsGenericPart (line 11) | bool containsGenericPart(DartType type) method getBaseFieldInClass (line 24) | FieldElement getBaseFieldInClass(FieldElement element) method printField (line 51) | String printField(FieldElement element) method printImplementedField (line 105) | String printImplementedField( method getFieldSignature (line 167) | String getFieldSignature(FieldElement element) method printTypeAndName (line 193) | String printTypeAndName(FieldElement element, {String interfaceName = ... method printImplementedTypeAndName (line 203) | String printImplementedTypeAndName( method getFieldName (line 213) | String getFieldName(FieldElement element) FILE: AST/signature/frame.dart class Frame (line 11) | class Frame { method printNamespace (line 12) | String printNamespace( method printImports (line 72) | String printImports(CompilationUnitElement element) method AddImport (line 98) | void AddImport(LibraryElement import, List allImports) method printEnum (line 137) | String printEnum(ClassElement element) FILE: AST/signature/functions.dart class Functions (line 8) | class Functions { method printFunction (line 9) | String printFunction(FunctionElement element) method methodSignature (line 21) | String methodSignature(ExecutableElement element) FILE: AST/signature/methods.dart class Methods (line 9) | class Methods { method isSameSignature (line 10) | bool isSameSignature(MethodElement m1, MethodElement m2) method overridesBaseMethod (line 14) | bool overridesBaseMethod(MethodElement method, ClassElement element) method getBaseMethodInClass (line 21) | MethodElement getBaseMethodInClass(MethodElement element) method overridesParentBaseMethod (line 45) | bool overridesParentBaseMethod( method printMethod (line 54) | String printMethod(MethodElement element, bool isOverride, method typesDifferent (line 106) | bool typesDifferent( method printImplementedMethod (line 123) | String printImplementedMethod( method containsGenericPart (line 159) | bool containsGenericPart(DartType type) method getMethodName (line 168) | String getMethodName(MethodElement element) method methodSignature (line 183) | String methodSignature( method printAutoParameters (line 231) | String printAutoParameters( method printParameterNames (line 250) | String printParameterNames(FunctionTypedElement element) method printParameter (line 261) | String printParameter(FunctionTypedElement method, FILE: AST/types.dart class Types (line 14) | class Types { method getDartTypeName (line 15) | String getDartTypeName(DartType type) method getVariableType (line 37) | String getVariableType(VariableElement element, VariableType type) method addNamespace (line 69) | String addNamespace(DartType type, String typeName) method handleFunctionType (line 110) | String handleFunctionType(FunctionTypeImpl elementType) method getParameterType (line 189) | String getParameterType( method getTypeFromComputedNodeEntities (line 222) | String getTypeFromComputedNodeEntities(ParameterElement parameter, FILE: Flutter.Sample.Droid/MainActivity.cs class MainActivity (line 9) | [Activity(Label = "@string/app_name", Theme = "@style/AppTheme", MainLau... method OnCreate (line 12) | protected override void OnCreate(Bundle savedInstanceState) FILE: Flutter.Sample.UWP/App.xaml.cs class App (line 23) | sealed partial class App : Application method App (line 29) | public App() method OnLaunched (line 40) | protected override void OnLaunched(LaunchActivatedEventArgs e) method OnNavigationFailed (line 81) | void OnNavigationFailed(object sender, NavigationFailedEventArgs e) method OnSuspending (line 93) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: Flutter.Sample.UWP/MainPage.xaml.cs class MainPage (line 23) | public sealed partial class MainPage method MainPage (line 25) | public MainPage() FILE: Flutter.Shell.Droid/FlutterCanvas.cs class FlutterCanvas (line 8) | public class FlutterCanvas : AppCompatActivity method OnCreate (line 13) | protected override void OnCreate(Bundle savedInstanceState) method OnCanvasPaintSurface (line 30) | private void OnCanvasPaintSurface(object sender, SKPaintSurfaceEventAr... method OnDestroy (line 35) | protected override void OnDestroy() FILE: Flutter.Shell.UWP/FlutterCanvas.cs class FlutterCanvas (line 11) | public sealed class FlutterCanvas : ContentControl method FlutterCanvas (line 18) | public FlutterCanvas() method OnApplyTemplate (line 25) | protected override void OnApplyTemplate() method OnCanvasOnPaintSurface (line 43) | private void OnCanvasOnPaintSurface(object s, SKPaintSurfaceEventArgs ... method OnContentChanged (line 49) | protected override void OnContentChanged(object oldContent, object new... method OnSizeChanged (line 60) | private void OnSizeChanged(object sender, SizeChangedEventArgs e) FILE: Flutter.Shell.UWP/FlutterPage.xaml.cs class FlutterPage (line 11) | public partial class FlutterPage method FlutterPage (line 13) | public FlutterPage() method HideTitleBar (line 19) | private static void HideTitleBar() FILE: FlutterBinding/Engine/Compositing/NativeScene.cs class NativeScene (line 7) | public class NativeScene method Create (line 10) | public static NativeScene Create(Layer rootLayer, method TakeLayerTree (line 23) | public LayerTree TakeLayerTree() method NativeScene (line 28) | public NativeScene(Layer rootLayer, method ToImage (line 41) | public string ToImage(int width, FILE: FlutterBinding/Engine/Compositing/NativeSceneBuilder.cs class NativeSceneBuilder (line 12) | public class NativeSceneBuilder method Constructor (line 17) | protected void Constructor() { } method PushTransform (line 19) | protected void PushTransform(List matrix4) method PushOffset (line 27) | protected NativeEngineLayer PushOffset(double dx, double dy) method PushClipRect (line 36) | protected void PushClipRect(double left, method PushClipPath (line 48) | protected void PushClipPath(SKPath path, int clipBehavior) method PushLayer (line 56) | protected void PushLayer(ContainerLayer layer) method AddPicture (line 75) | public void AddPicture(double dx, double dy, SKPicture picture, int hi... method Pop (line 92) | public void Pop() method Build (line 104) | public Scene Build() FILE: FlutterBinding/Engine/Engine.cs class Engine (line 6) | public class Engine method Engine (line 8) | Engine() { } method LoadCanvas (line 13) | public void LoadCanvas(SKCanvas canvas) method SetSize (line 20) | public void SetSize(double physicalWidth, double physicalHeight) method Render (line 26) | public void Render(LayerTree layer_tree) FILE: FlutterBinding/Engine/Painting/Matrix.cs class Matrix (line 7) | public class Matrix method ToSkMatrix (line 18) | public static SKMatrix ToSkMatrix(List matrix4) method ToSkMatrix (line 23) | public static SKMatrix ToSkMatrix(List matrix4) FILE: FlutterBinding/Engine/Painting/NativeCanvas.cs class NativeCanvas (line 8) | public class NativeCanvas : SKCanvas method NativeCanvas (line 10) | public NativeCanvas(SKBitmap bitmap) : base(bitmap) { } method Constructor (line 14) | public void Constructor(SKPictureRecorder recorder, FILE: FlutterBinding/Engine/Painting/NativeCodec.cs class NativeCodec (line 7) | public static class NativeCodec method InstantiateImageCodec (line 9) | public static string InstantiateImageCodec(List list, _Callback encoded, method AddText (line 237) | protected string AddText(string text) method Build (line 250) | public Paragraph Build() FILE: FlutterBinding/Engine/Text/NativeParagraphStyle.cs class NativeParagraphStyle (line 7) | public class NativeParagraphStyle FILE: FlutterBinding/Engine/Window/NativeWindow.cs class NativeWindow (line 8) | public class NativeWindow method Render (line 11) | public void Render(Scene scene) FILE: FlutterBinding/Flow/CompositorContext.cs class CompositorContext (line 11) | public class CompositorContext class ScopedFrame (line 13) | public class ScopedFrame : System.IDisposable method ScopedFrame (line 15) | public ScopedFrame(CompositorContext context, GRContext gr_context, ... method Dispose (line 26) | public virtual void Dispose() method canvas (line 31) | public SKCanvas canvas() method view_embedder (line 36) | public ExternalViewEmbedder view_embedder() method context (line 41) | public CompositorContext context() method root_surface_transformation (line 46) | public SKMatrix root_surface_transformation() method gr_context (line 51) | public GRContext gr_context() method Raster (line 56) | public virtual bool Raster(LayerTree layer_tree, bool ignore_raster_... method AcquireFrame (line 71) | public virtual ScopedFrame AcquireFrame(GRContext gr_context, SKCanvas... method OnGRContextCreated (line 76) | public void OnGRContextCreated() method OnGRContextDestroyed (line 82) | public void OnGRContextDestroyed() method raster_cache (line 88) | public RasterCache raster_cache() method texture_registry (line 93) | public TextureRegistry texture_registry() method BeginFrame (line 101) | private void BeginFrame(ScopedFrame frame, bool enable_instrumentation) method EndFrame (line 105) | private void EndFrame(ScopedFrame frame, bool enable_instrumentation) FILE: FlutterBinding/Flow/EmbeddedViews.cs class EmbeddedViewParams (line 12) | public class EmbeddedViewParams class ExternalViewEmbedder (line 21) | public class ExternalViewEmbedder method CompositeEmbeddedView (line 25) | public virtual void CompositeEmbeddedView(ulong view_id, EmbeddedViewP... FILE: FlutterBinding/Flow/GlobalMembers.cs class GlobalMembers (line 7) | public static class GlobalMembers method UnitFrameInterval (line 21) | internal static double UnitFrameInterval(double frame_time_ms) method UnitHeight (line 26) | internal static double UnitHeight(double frame_time_ms, double max_uni... method CanRasterizePicture (line 36) | internal static bool CanRasterizePicture(SKPicture picture) method IsPictureWorthRasterizing (line 60) | internal static bool IsPictureWorthRasterizing(SKPicture picture, bool... method Rasterize (line 88) | internal static RasterCacheResult Rasterize(GRContext context, SKMatri... method RasterizePicture (line 125) | public static RasterCacheResult RasterizePicture(SKPicture picture, GR... method ClampSize (line 135) | internal static int ClampSize(int value, int min, int max) FILE: FlutterBinding/Flow/Helper.cs class Helper (line 7) | public static class Helper method TRACE_EVENT0 (line 10) | public static void TRACE_EVENT0(string source, string message) method FML_DCHECK (line 13) | public static void FML_DCHECK(bool check) FILE: FlutterBinding/Flow/Layers/BackdropFilterLayer.cs class BackdropFilterLayer (line 11) | public class BackdropFilterLayer : ContainerLayer method set_filter (line 14) | public void set_filter(SKImageFilter filter) method Paint (line 18) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/ChildSceneLayer.cs class ChildSceneLayer (line 12) | public class ChildSceneLayer : Layer method set_offset (line 15) | public void set_offset(SKPoint offset) method set_size (line 20) | public void set_size(SKSize size) method set_hit_testable (line 25) | public void set_hit_testable(bool hit_testable) method Preroll (line 30) | public override void Preroll(PrerollContext context, SKMatrix matrix) method Paint (line 35) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/ClipPathLayer.cs class ClipPathLayer (line 11) | public class ClipPathLayer : ContainerLayer method ClipPathLayer (line 13) | public ClipPathLayer(Clip clip_behavior = Clip.antiAlias) method set_clip_path (line 18) | public void set_clip_path(SKPath clip_path) method Preroll (line 23) | public override void Preroll(PrerollContext context, SKMatrix matrix) method Paint (line 34) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/ClipRRectLayer.cs class ClipRRectLayer (line 11) | public class ClipRRectLayer : ContainerLayer method ClipRRectLayer (line 13) | public ClipRRectLayer(Clip clip_behavior) method set_clip_rrect (line 18) | public void set_clip_rrect(SKRoundRect clip_rrect) method Preroll (line 23) | public override void Preroll(PrerollContext context, SKMatrix matrix) method Paint (line 34) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/ClipRectLayer.cs class ClipRectLayer (line 11) | public class ClipRectLayer : ContainerLayer method ClipRectLayer (line 13) | public ClipRectLayer(Clip clip_behavior) method set_clip_rect (line 18) | public void set_clip_rect(SKRect clip_rect) method Preroll (line 23) | public override void Preroll(PrerollContext context, SKMatrix matrix) method Paint (line 33) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/ColorFilterLayer.cs class ColorFilterLayer (line 10) | public class ColorFilterLayer : ContainerLayer method set_color (line 13) | public void set_color(uint color) method set_blend_mode (line 18) | public void set_blend_mode(SKBlendMode blend_mode) method Paint (line 23) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/ContainerLayer.cs class ContainerLayer (line 12) | public abstract class ContainerLayer : Layer method Add (line 15) | public void Add(Layer layer) method Preroll (line 21) | public override void Preroll(PrerollContext context, SKMatrix matrix) method layers (line 29) | public List layers() method PrerollChildren (line 34) | protected void PrerollChildren(PrerollContext context, SKMatrix child_... method PaintChildren (line 48) | protected void PaintChildren(PaintContext context) FILE: FlutterBinding/Flow/Layers/LayerTree.cs class LayerTree (line 11) | public class LayerTree method LayerTree (line 13) | public LayerTree() method Preroll (line 21) | public void Preroll(CompositorContext.ScopedFrame frame, bool ignore_r... method Paint (line 33) | public void Paint(CompositorContext.ScopedFrame frame, bool ignore_ras... method Flatten (line 44) | public SKPicture Flatten(SKRect bounds) method set_root_layer (line 80) | public void set_root_layer(Layer root_layer) method frame_size (line 85) | public SKSizeI frame_size() method set_frame_size (line 90) | public void set_frame_size(SKSizeI frame_size) method set_rasterizer_tracing_threshold (line 98) | public void set_rasterizer_tracing_threshold(uint interval) method rasterizer_tracing_threshold (line 102) | public uint rasterizer_tracing_threshold() method set_checkerboard_raster_cache_images (line 107) | public void set_checkerboard_raster_cache_images(bool checkerboard) method set_checkerboard_offscreen_layers (line 112) | public void set_checkerboard_offscreen_layers(bool checkerboard) FILE: FlutterBinding/Flow/Layers/OpacityLayer.cs class OpacityLayer (line 11) | public class OpacityLayer : ContainerLayer method set_alpha (line 14) | public void set_alpha(int alpha) method set_offset (line 18) | public void set_offset(SKPoint offset) method Preroll (line 23) | public override void Preroll(PrerollContext context, SKMatrix matrix) method Paint (line 40) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/PhysicalShapeLayer.cs class PhysicalShapeLayer (line 11) | public class PhysicalShapeLayer : ContainerLayer method PhysicalShapeLayer (line 13) | public PhysicalShapeLayer(Clip clip_behavior) method set_path (line 19) | public void set_path(SKPath path) method set_elevation (line 55) | public void set_elevation(float elevation) method set_color (line 59) | public void set_color(uint color) method set_shadow_color (line 63) | public void set_shadow_color(uint shadow_color) method set_device_pixel_ratio (line 67) | public void set_device_pixel_ratio(float dpr) method DrawShadow (line 72) | public static void DrawShadow(SKCanvas canvas, SKPath path, uint color... method Preroll (line 91) | public override void Preroll(PrerollContext context, SKMatrix matrix) method Paint (line 112) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/PictureLayer.cs class PictureLayer (line 11) | public class PictureLayer : Layer method set_offset (line 14) | public void set_offset(SKPoint offset) method set_picture (line 18) | public void set_picture(SKPicture picture) method set_is_complex (line 23) | public void set_is_complex(bool value) method set_will_change (line 27) | public void set_will_change(bool value) method picture (line 32) | public SKPicture picture() method Preroll (line 37) | public override void Preroll(PrerollContext context, SKMatrix matrix) method Paint (line 56) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/PlatformViewLayer.cs class PlatformViewLayer (line 11) | public class PlatformViewLayer : Layer method set_offset (line 14) | public void set_offset(SKPoint offset) method set_size (line 18) | public void set_size(SKSize size) method set_view_id (line 22) | public void set_view_id(ulong view_id) method Preroll (line 27) | public override void Preroll(PrerollContext context, SKMatrix matrix) method Paint (line 31) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/ShaderMaskLayer.cs class ShaderMaskLayer (line 11) | public class ShaderMaskLayer : ContainerLayer method set_shader (line 14) | public void set_shader(SKShader shader) method set_mask_rect (line 19) | public void set_mask_rect(SKRect mask_rect) method set_blend_mode (line 24) | public void set_blend_mode(SKBlendMode blend_mode) method Paint (line 28) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/TextureLayer.cs class TextureLayer (line 11) | public class TextureLayer : Layer method set_offset (line 14) | public void set_offset(SKPoint offset) method set_size (line 18) | public void set_size(SKSize size) method set_texture_id (line 22) | public void set_texture_id(ulong texture_id) method set_freeze (line 26) | public void set_freeze(bool freeze) method Preroll (line 31) | public override void Preroll(PrerollContext context, SKMatrix matrix) method Paint (line 35) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/Layers/TransformLayer.cs class TransformLayer (line 11) | public class TransformLayer : ContainerLayer method set_transform (line 14) | public void set_transform(SKMatrix transform) method Preroll (line 19) | public override void Preroll(PrerollContext context, SKMatrix matrix) method Paint (line 31) | public override void Paint(PaintContext context) FILE: FlutterBinding/Flow/RasterCache.cs class RasterCacheResult (line 15) | public class RasterCacheResult method RasterCacheResult (line 17) | public RasterCacheResult() method RasterCacheResult (line 21) | public RasterCacheResult(SKImage image, SKRect logical_rect) method draw (line 32) | public void draw(SKCanvas canvas, SKPaint paint = null) class UniqueEntry (line 43) | public class UniqueEntry : Entry method UniqueEntry (line 45) | public UniqueEntry(uint value) => Value = value; class RasterCache (line 50) | public class RasterCache //: System.IDisposable method RasterCache (line 52) | public RasterCache(int threshold = 3) method GetDeviceBounds (line 62) | public static SKRectI GetDeviceBounds(SKRect rect, SKMatrix ctm) method GetIntegralTransCTM (line 70) | public static SKMatrix GetIntegralTransCTM(SKMatrix ctm) method Prepare (line 86) | public bool Prepare(GRContext context, SKPicture picture, SKMatrix tra... method Prepare (line 123) | public void Prepare(PrerollContext context, Layer layer, SKMatrix ctm) method Get (line 140) | public RasterCacheResult Get(SKPicture picture, SKMatrix ctm) method Get (line 147) | public RasterCacheResult Get(Layer layer, SKMatrix ctm) method SweepAfterFrame (line 155) | public void SweepAfterFrame() method Clear (line 161) | public void Clear() method SetCheckboardCacheImages (line 166) | public void SetCheckboardCacheImages(bool checkerboard) class Entry (line 180) | public class Entry method SweepOneCacheAfterFrame (line 187) | private static void SweepOneCacheAfterFrame(List where ID : Entry method RasterCacheKey (line 14) | public RasterCacheKey(ID id, SKMatrix ctm) method id (line 23) | public ID id() method matrix (line 28) | public SKMatrix matrix() class Hash (line 33) | public class Hash method functorMethod (line 35) | public static uint functorMethod(RasterCacheKey key) class Equal (line 41) | public class Equal method functorMethod (line 43) | public static bool functorMethod(RasterCacheKey lhs, RasterCache... FILE: FlutterBinding/Flow/layers/layer.cs type Clip (line 13) | public enum Clip class PrerollContext (line 21) | public class PrerollContext method PrerollContext (line 32) | public PrerollContext(RasterCache raster_cache, class Layer (line 55) | public abstract class Layer: Entry method Layer (line 57) | public Layer() method Preroll (line 64) | public virtual void Preroll(PrerollContext context, SKMatrix matrix) class PaintContext (line 68) | public class PaintContext method PaintContext (line 76) | public PaintContext(SKCanvas canvas, class AutoSaveLayer (line 92) | public class AutoSaveLayer : System.IDisposable method Create (line 94) | public static Layer.AutoSaveLayer Create(PaintContext paint_context,... method Dispose (line 104) | public void Dispose() method AutoSaveLayer (line 113) | private AutoSaveLayer(PaintContext paint_context, SKRect bounds, SKP... method Paint (line 133) | public abstract void Paint(PaintContext context); method parent (line 135) | public ContainerLayer parent() method set_parent (line 140) | public void set_parent(ContainerLayer parent) method needs_system_composite (line 145) | public bool needs_system_composite() method set_needs_system_composite (line 149) | public void set_needs_system_composite(bool value) method paint_bounds (line 154) | public SKRect paint_bounds() method set_paint_bounds (line 161) | public void set_paint_bounds(SKRect paint_bounds) method needs_painting (line 165) | public bool needs_painting() FILE: FlutterBinding/Flow/texture.cs class Texture (line 12) | public abstract class Texture method Texture (line 14) | protected Texture(ulong id) method Paint (line 20) | public abstract void Paint(SKCanvas canvas, SKRect bounds, bool freeze); method OnGRContextCreated (line 23) | public abstract void OnGRContextCreated(); method OnGRContextDestroyed (line 26) | public abstract void OnGRContextDestroyed(); method MarkNewFrameAvailable (line 29) | public abstract void MarkNewFrameAvailable(); method Id (line 31) | public ulong Id() class TextureRegistry (line 40) | public class TextureRegistry method RegisterTexture (line 44) | public void RegisterTexture(Texture texture) method UnregisterTexture (line 50) | public void UnregisterTexture(ulong id) method GetTexture (line 56) | public Texture GetTexture(ulong id) method OnGRContextCreated (line 63) | public void OnGRContextCreated() method OnGRContextDestroyed (line 72) | public void OnGRContextDestroyed() FILE: FlutterBinding/Mapping/Future.cs class Future (line 6) | public class Future : Task method Future (line 8) | public Future(Func function) : base(function) { } method Future (line 14) | public Future(Action action) : base(action) { } class Future (line 12) | public class Future : Task method Future (line 8) | public Future(Func function) : base(function) { } method Future (line 14) | public Future(Action action) : base(action) { } FILE: FlutterBinding/Mapping/Helper.cs class Helper (line 7) | public static class Helper method identical (line 9) | public static bool identical(object first, object second) => first.Equ... method hashValues (line 11) | public static int hashValues(object first, object second, object third... method hashList (line 13) | public static int hashList(List list) => 0; method hashList (line 14) | public static int hashList(List list) => 0; method toStringAsFixed (line 16) | public static string toStringAsFixed(this double value, int points) method toRadixString (line 21) | public static string toRadixString(this uint value, int places) => val... method round (line 23) | public static double round(this double value) => Math.Round(value); method toInt (line 25) | public static int toInt(this double value) => Convert.ToInt32(value); method clamp (line 27) | public static int clamp(this int value, int lower, int upper) method clamp (line 38) | public static double clamp(this double value, int lower, int upper) method isFinite (line 49) | public static bool isFinite(this double value) => !double.IsInfinity(v... method abs (line 51) | public static double abs(this double value) => Math.Abs(value); method _futurize (line 53) | public static Future _futurize(Action<_Callback> callback) method _futurize (line 65) | public static Future _futurize(Action<_Callback> callback) FILE: FlutterBinding/Mapping/Types.cs class Types (line 7) | public static class Types type Endian (line 9) | public enum Endian class Duration (line 15) | public class Duration method Duration (line 17) | public Duration(long milliseconds = 0, long microseconds = 0) class ByteData (line 25) | public class ByteData method ByteData (line 27) | public ByteData() { } method ByteData (line 28) | public ByteData(int value) { } method getInt32 (line 30) | public int getInt32(int first, int second) => 0; method getInt64 (line 31) | public int getInt64(int first, int second) => 0; method getFloat64 (line 32) | public double getFloat64(int first, int second) => 0; method getFloat32 (line 33) | public double getFloat32(int first, int second) => 0; method setInt32 (line 35) | public void setInt32(int first, int second, int third) { } method setFloat32 (line 36) | public void setFloat32(double first, double second, int third) { } method asByteData (line 40) | public static ByteData asByteData(List list) => new ByteData(); class Zone (line 43) | public class Zone method runUnaryGuarded (line 46) | public void runUnaryGuarded(PlatformMessageResponseCallback callback... method runUnaryGuarded (line 51) | public void runUnaryGuarded(Action callback, A data) method runGuarded (line 56) | public void runGuarded(VoidCallback callback) method runBinaryGuarded (line 61) | public void runBinaryGuarded(Action callback, A1 arg... class StateError (line 67) | public class StateError : Exception { method StateError (line 68) | public StateError(string message) : base(message) { } FILE: FlutterBinding/Minikin/Arrays.cs class Arrays (line 7) | internal static class Arrays method InitializeWithDefaultInstances (line 9) | public static T[] InitializeWithDefaultInstances(int length) where ... method DeleteArray (line 19) | public static void DeleteArray(T[] array) where T: System.IDisposable FILE: FlutterBinding/Minikin/CmapCoverage.h.cs class CmapCoverage (line 22) | public class CmapCoverage method getCoverage (line 24) | public SparseBitSet getCoverage(byte cmap_data, int cmap_size, ref boo... FILE: FlutterBinding/Minikin/DefineConstants.cs class DefineConstants (line 1) | internal static class DefineConstants FILE: FlutterBinding/Minikin/FontCollection.h.cs class FontCollection (line 25) | public class FontCollection method FontCollection (line 27) | public FontCollection(FontFamily typeface) method FontCollection (line 35) | public FontCollection(vector typefaces) class FallbackFontProvider (line 43) | public abstract class FallbackFontProvider //: System.IDisposable method matchFallbackFont (line 47) | public abstract FontFamily* matchFallbackFont(uint ch, string locale); class Run (line 50) | public class Run method itemize (line 59) | public void itemize(UInt16 @string, int string_size, FontStyle style, ... method hasVariationSelector (line 153) | public bool hasVariationSelector(uint baseCodepoint, uint variationSel... method baseFontFaked (line 197) | public FakedFont baseFontFaked(FontStyle style) method createCollectionWithVariation (line 204) | public FontCollection createCollectionWithVariation(List getSupportedTags() method getId (line 252) | public uint getId() method set_fallback_font_provider (line 257) | public void set_fallback_font_provider(std::unique_ptr typefaces) method getFamilyForChar (line 345) | public FontFamily* getFamilyForChar(uint ch, uint vs, uint langListId,... method calcFamilyScore (line 423) | public uint calcFamilyScore(uint ch, uint vs, int variant, uint langLi... method calcCoverageScore (line 443) | public uint calcCoverageScore(uint ch, uint vs, FontFamily fontFamily) method calcLanguageMatchingScore (line 495) | public uint calcLanguageMatchingScore(uint userLangListId, FontFamily ... method calcVariantMatchingScore (line 511) | public uint calcVariantMatchingScore(int variant, FontFamily fontFamily) FILE: FlutterBinding/Minikin/FontFamily.h.cs class FontStyle (line 33) | public class FontStyle method FontStyle (line 35) | public FontStyle() : this(0, 4, false) method FontStyle (line 38) | public FontStyle(int weight, bool italic) : this(0, weight, italic) method FontStyle (line 41) | public FontStyle(uint langListId) : this(new uint(langListId), 0, 4, f... method FontStyle (line 45) | public FontStyle(int variant, int weight, bool italic) method FontStyle (line 49) | public FontStyle(uint languageListId, int variant, int weight, bool it... method getWeight (line 57) | public int getWeight() method getItalic (line 63) | public bool getItalic() method getVariant (line 69) | public int getVariant() method getLanguageListId (line 75) | public uint getLanguageListId() method registerLanguageList (line 95) | public uint registerLanguageList(string languages) method pack (line 106) | public uint pack(int variant, int weight, bool italic) type FontVariant (line 115) | public enum FontVariant class FontFakery (line 123) | public class FontFakery method FontFakery (line 125) | public FontFakery() method FontFakery (line 130) | public FontFakery(bool fakeBold, bool fakeItalic) method isFakeBold (line 136) | public bool isFakeBold() method isFakeItalic (line 140) | public bool isFakeItalic() class FakedFont (line 149) | public class FakedFont class Font (line 157) | public class Font method Font (line 159) | public Font(MinikinFont typeface, FontStyle style) method Font (line 165) | public Font(MinikinFont typeface, FontStyle style) method Font (line 171) | public Font(Font o) method getSupportedAxesLocked (line 188) | public HashSet getSupportedAxesLocked() class FontVariation (line 203) | public class FontVariation method FontVariation (line 205) | public FontVariation(AxisTag axisTag, float value) class FontFamily (line 216) | public class FontFamily method FontFamily (line 219) | public FontFamily(List fonts) method FontFamily (line 224) | public FontFamily(int variant, List fonts) FILE: FlutterBinding/Minikin/FontLanguage.cs class FontLanguage (line 45) | public class FontLanguage type EmojiStyle (line 47) | public enum EmojiStyle : byte method FontLanguage (line 55) | public FontLanguage() method FontLanguage (line 72) | public FontLanguage(string buf, int length) : this() method isUnsupported (line 160) | public bool isUnsupported() method getEmojiStyle (line 166) | public EmojiStyle getEmojiStyle() method getHbLanguage (line 172) | public hb_language_t getHbLanguage() method isEqualScript (line 179) | public bool isEqualScript(FontLanguage other) method supportsHbScript (line 188) | public bool supportsHbScript(hb_script_t script) method getString (line 201) | public string getString() method calcScoreFor (line 231) | public int calcScoreFor(FontLanguages supported) method getIdentifier (line 283) | public UInt64 getIdentifier() method scriptToSubScriptBits (line 321) | private static byte scriptToSubScriptBits(uint script) method resolveEmojiStyle (line 388) | private static FontLanguage.EmojiStyle resolveEmojiStyle(string buf, i... method supportsScript (line 436) | private static bool supportsScript(byte providedBits, byte requestedBits) class FontLanguages (line 443) | public class FontLanguages method FontLanguages (line 446) | public FontLanguages(List&& languages) method FontLanguages (line 467) | public FontLanguages() method size (line 477) | public int size() method empty (line 483) | public bool empty() method getUnionOfSubScriptBits (line 510) | private byte getUnionOfSubScriptBits() method isAllTheSameLanguage (line 516) | private bool isAllTheSameLanguage() FILE: FlutterBinding/Minikin/FontLanguageListCache.cs class FontLanguageListCache (line 42) | public class FontLanguageListCache : System.IDisposable method getId (line 53) | public static uint getId(string languages) method getById (line 80) | public static FontLanguages getById(uint id) method FontLanguageListCache (line 87) | private FontLanguageListCache() method Dispose (line 90) | public void Dispose() method getInstance (line 99) | private static FontLanguageListCache getInstance() FILE: FlutterBinding/Minikin/GlobalMembers.cs class GlobalMembers (line 6) | public static class GlobalMembers method readU16 (line 9) | internal static uint readU16(byte[] data, int offset) method readU32 (line 14) | internal static uint readU32(byte[] data, int offset) method addRange (line 19) | internal static void addRange(vector coverage, uint start, uint ... method getCoverageFormat4 (line 37) | internal static bool getCoverageFormat4(vector coverage, byte da... method getCoverageFormat12 (line 104) | internal static bool getCoverageFormat12(vector coverage, byte d... method getTablePriority (line 157) | public static byte getTablePriority(UInt16 platformId, UInt16 encodingId) method isEmoji (line 195) | public static bool isEmoji(uint c) method isEmojiModifier (line 200) | public static bool isEmojiModifier(uint c) method isEmojiBase (line 205) | public static bool isEmojiBase(uint c) method emojiBidiOverride (line 217) | public static UCharDirection emojiBidiOverride(object UnnamedParameter... method max (line 221) | internal static T max(T a, T b) method GetFontLocale (line 229) | public static uint FontCollection.sNextId = 0; method isStickyWhitelisted (line 257) | internal static bool isStickyWhitelisted(uint c) method isVariationSelector (line 271) | internal static bool isVariationSelector(uint c) method computeMatch (line 277) | internal static int computeMatch(FontStyle style1, FontStyle style2) method computeFakery (line 291) | internal static FontFakery computeFakery(FontStyle wanted, FontStyle a... method isEmojiSubtag (line 316) | internal static bool isEmojiSubtag(string buf, int bufLen, string subt... method packLanguageOrRegion (line 337) | internal static UInt16 packLanguageOrRegion(string c, int length, byte... method unpackLanguageOrRegion (line 349) | internal static int unpackLanguageOrRegion(UInt16 @in, ref string @out... method nextDelimiterIndex (line 372) | internal static int nextDelimiterIndex(string buffer, int bufferLength... method isLowercase (line 384) | internal static bool isLowercase(char c) method isUppercase (line 389) | internal static bool isUppercase(char c) method isDigit (line 394) | internal static bool isDigit(char c) method isValidLanguageCode (line 400) | internal static bool isValidLanguageCode(string buffer, int length) method isValidScriptCode (line 423) | internal static bool isValidScriptCode(string buffer) method isValidRegionCode (line 429) | internal static bool isValidRegionCode(string buffer, int length) method toLanguageTag (line 436) | internal static int toLanguageTag(ref string output, int outSize, stri... method parseLanguageList (line 488) | internal static List parseLanguageList(string input) method analyzeStyle (line 530) | public static bool analyzeStyle(byte os2_data, int os2_size, ref int w... method analyzeAxes (line 545) | public static void analyzeAxes(byte fvar_data, int fvar_size, HashSet<... method readU16 (line 581) | internal static UInt16 readU16(byte[] data, int offset) method readU32 (line 586) | internal static uint readU32(byte[] data, int offset) method tailoredGraphemeClusterBreak (line 591) | public static int tailoredGraphemeClusterBreak(uint c) method isPureKiller (line 613) | public static bool isPureKiller(uint c) method purgeHbFontCacheLocked (line 618) | public static void purgeHbFontCacheLocked() method purgeHbFontLocked (line 623) | public static void purgeHbFontLocked(MinikinFont minikinFont) method getHbFontLocked (line 634) | public static HarfBuzzSharp.Font getHbFontLocked(MinikinFont minikinFont) method getFontCacheLocked (line 680) | public static HbFontCache getFontCacheLocked() method getScript (line 704) | internal static UScriptCode getScript(uint codePoint) method hyphenationTypeBasedOnScript (line 718) | internal static HyphenationType hyphenationTypeBasedOnScript(uint code... method getJoiningType (line 745) | internal static int getJoiningType(UChar32 codepoint) method getHyphTypeForArabic (line 753) | internal static HyphenationType getHyphTypeForArabic(UInt16[] word, in... method disabledDecomposeCompatibility (line 781) | internal static uint disabledDecomposeCompatibility(hb_unicode_funcs_t... method hash_type (line 786) | public static android.hash_t hash_type(LayoutCacheKey key) method harfbuzzGetGlyphHorizontalAdvance (line 791) | internal static HarfBuzzSharp.Position harfbuzzGetGlyphHorizontalAdvan... method harfbuzzGetGlyphHorizontalOrigin (line 799) | internal static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(HarfBuzzSha... method getHbFontFuncs (line 810) | public static hb_font_funcs_t getHbFontFuncs(bool forColorBitmapFont) method isColorBitmapFont (line 844) | internal static bool isColorBitmapFont(HarfBuzzSharp.Font font) method HBFixedToFloat (line 851) | internal static float HBFixedToFloat(HarfBuzzSharp.Position v) method HBFloatToFixed (line 856) | internal static HarfBuzzSharp.Position HBFloatToFixed(float v) method codePointToScript (line 863) | internal static hb_script_t codePointToScript(hb_codepoint_t codepoint) method decodeUtf16 (line 874) | internal static hb_codepoint_t decodeUtf16(UInt16[] chars, int len, re... method getScriptRun (line 905) | internal static hb_script_t getScriptRun(UInt16 chars, int len, ref ui... method isScriptOkForLetterspacing (line 954) | internal static bool isScriptOkForLetterspacing(hb_script_t script) method addFeatures (line 961) | internal static void addFeatures(string str, vector feat... method determineHyphenChar (line 998) | internal static hb_codepoint_t determineHyphenChar(hb_codepoint_t pref... method addHyphenToHbBuffer (line 1028) | internal static void addHyphenToHbBuffer(hb_buffer_t buffer, HarfBuzzS... method addToHbBuffer (line 1043) | internal static uint addToHbBuffer(hb_buffer_t buffer, UInt16 buf, int... method isWordSpace (line 1160) | public static bool isWordSpace(UInt16 code_unit) method getPrevWordBreakForCache (line 1176) | public static int getPrevWordBreakForCache(UInt16[] chars, int offset,... method getNextWordBreakForCache (line 1213) | public static int getNextWordBreakForCache(UInt16[] chars, int offset,... method isWordBreakAfter (line 1243) | internal static bool isWordBreakAfter(UInt16 c) method isWordBreakBefore (line 1254) | internal static bool isWordBreakBefore(UInt16 c) method isLineEndSpace (line 1296) | public static bool isLineEndSpace(UInt16 c) method getRunAdvance (line 1304) | internal static float getRunAdvance(float[] advances, UInt16 buf, int ... method getRunAdvance (line 1356) | public static float getRunAdvance(float advances, UInt16 buf, int star... method getOffsetForAdvance (line 1369) | public static int getOffsetForAdvance(float[] advances, UInt16 buf, in... method assertMinikinLocked (line 1432) | public static void assertMinikinLocked() method getFontTable (line 1439) | public static hb_blob_t getFontTable(MinikinFont minikinFont, uint tag) method isBreakValid (line 1463) | internal static bool isBreakValid(UInt16 buf, int bufEnd, int i) method breakAfter (line 1517) | internal static bool breakAfter(UInt16 c) method breakBefore (line 1524) | internal static bool breakBefore(UInt16 c) method hash_type (line 1545) | public static android.hash_t hash_type(FontStyle style) FILE: FlutterBinding/Minikin/GraphemeBreak.h.cs class GraphemeBreak (line 22) | public class GraphemeBreak type MoveOpt (line 25) | public enum MoveOpt method isGraphemeBreak (line 37) | public bool isGraphemeBreak(float[] advances, UInt16[] buf, int start,... method getTextRunCursor (line 214) | public int getTextRunCursor(float advances, UInt16 buf, int start, int... FILE: FlutterBinding/Minikin/HbFontCache.cs class HbFontCache (line 54) | public class HbFontCache : android.OnEntryRemoved method HbFontCache (line 56) | public HbFontCache() method functorMethod (line 63) | public static void functorMethod(int UnnamedParameter, ref HarfBuzzSha... method get (line 68) | public HarfBuzzSharp.Font get(int fontId) method put (line 73) | public void put(int fontId, HarfBuzzSharp.Font font) method clear (line 78) | public void clear() method remove (line 83) | public void remove(int fontId) FILE: FlutterBinding/Minikin/Hyphenator.cs type HyphenationType (line 51) | public enum HyphenationType : byte class HyphenEdit (line 92) | public class HyphenEdit method isReplacement (line 113) | public static bool isReplacement(uint hyph) method isInsertion (line 118) | public static bool isInsertion(uint hyph) method getHyphenString (line 123) | public static uint getHyphenString(uint hyph) method editForThisLine (line 145) | public static uint editForThisLine(HyphenationType type) method editForNextLine (line 167) | public static uint editForNextLine(HyphenationType type) method HyphenEdit (line 182) | public HyphenEdit() method HyphenEdit (line 188) | public HyphenEdit(uint hyphenInt) method getHyphen (line 196) | public uint getHyphen() method getEnd (line 209) | public uint getEnd() method getStart (line 215) | public uint getStart() class Hyphenator (line 227) | public class Hyphenator method isLineBreakingHyphen (line 250) | public static bool isLineBreakingHyphen(uint c) method loadBinary (line 261) | public static Hyphenator loadBinary(byte patternData, int minPrefix, i... method hyphenateWithNoPatterns (line 281) | private void hyphenateWithNoPatterns(HyphenationType[] result, UInt16[... method alphabetLookup (line 338) | private HyphenationType alphabetLookup(UInt16[] alpha_codes, UInt16[] ... method hyphenateFromCodes (line 412) | private void hyphenateFromCodes(HyphenationType[] result, UInt16[] codes... method getHeader (line 488) | private Header getHeader() class AlphabetTable0 (line 516) | public class AlphabetTable0 class AlphabetTable1 (line 524) | public class AlphabetTable1 method codepoint (line 530) | public static uint codepoint(uint entry) method value (line 534) | public static uint value(uint entry) class Trie (line 540) | public class Trie class Pattern (line 551) | public class Pattern method len (line 560) | public static uint len(uint entry) method shift (line 564) | public static uint shift(uint entry) method buf (line 570) | public byte buf(uint entry) class Header (line 577) | public class Header method bytes (line 589) | public byte bytes() method alphabetVersion (line 596) | public uint alphabetVersion() method alphabetTable0 (line 603) | public AlphabetTable0 alphabetTable0() method alphabetTable1 (line 610) | public AlphabetTable1 alphabetTable1() method trieTable (line 617) | public Trie trieTable() method patternTable (line 624) | public Pattern patternTable() FILE: FlutterBinding/Minikin/Layout.cs class LayoutContext (line 28) | public class LayoutContext method clearHbFonts (line 34) | public void clearHbFonts() class LayoutCacheKey (line 47) | public class LayoutCacheKey method LayoutCacheKey (line 49) | public LayoutCacheKey(FontCollection collection, MinikinPaint paint, F... method hash (line 86) | public android.hash_t hash() method copyText (line 91) | public void copyText() method freeText (line 98) | public void freeText() method doLayout (line 106) | public void doLayout(Layout layout, LayoutContext ctx, FontCollection ... method computeHash (line 132) | private android.hash_t computeHash() class LayoutCache (line 152) | public class LayoutCache : android.OnEntryRemoved method LayoutCache (line 154) | public LayoutCache() method clear (line 160) | public void clear() method get (line 165) | public Layout get(LayoutCacheKey key, LayoutContext ctx, FontCollectio... method functorMethod (line 179) | private static void functorMethod(LayoutCacheKey key, ref Layout value) class LayoutEngine (line 195) | public class LayoutEngine method LayoutEngine (line 197) | public LayoutEngine() method getInstance (line 212) | public static LayoutEngine getInstance() class BidiText (line 226) | public class BidiText : System.IDisposable class Iter (line 228) | public class Iter class RunInfo (line 230) | public class RunInfo method Iter (line 237) | public Iter(UBiDi bidi, int start, int end, int runIndex, int runCou... method Indirection (line 272) | public RunInfo Indirection() method updateRunInfo (line 291) | private void updateRunInfo() method BidiText (line 325) | public BidiText(UInt16 buf, int start, int count, int bufSize, int bid... method Dispose (line 389) | public void Dispose() method begin (line 399) | public Iter begin() method end (line 406) | public Iter end() FILE: FlutterBinding/Minikin/Layout.h.cs class LayoutGlyph (line 26) | public class LayoutGlyph type AnonymousEnum (line 49) | public enum AnonymousEnum class Layout (line 64) | public class Layout method Layout (line 66) | public Layout() method dump (line 87) | public void dump() method doLayout (line 101) | public void doLayout(UInt16 buf, int start, int count, int bufSize, bo... method measureText (line 121) | public float measureText(UInt16 buf, int start, int count, int bufSize... method nGlyphs (line 142) | public int nGlyphs() method getFont (line 148) | public MinikinFont getFont(int i) method getFakery (line 155) | public FontFakery getFakery(int i) method getGlyphId (line 162) | public uint getGlyphId(int i) method getGlyphCluster (line 169) | public uint getGlyphCluster(int i) method getX (line 176) | public float getX(int i) method getY (line 183) | public float getY(int i) method getAdvance (line 191) | public float getAdvance() method getAdvances (line 198) | public void getAdvances(ref float advances) method getCharAdvance (line 208) | public float getCharAdvance(int i) method getBounds (line 215) | public void getBounds(MinikinRect bounds) method purgeCaches (line 221) | public void purgeCaches() method findFace (line 233) | public int findFace(FakedFont face, LayoutContext ctx) method reset (line 259) | public void reset() method doLayoutRunCached (line 271) | public float doLayoutRunCached(UInt16 buf, int start, int count, int b... method doLayoutWord (line 333) | public float doLayoutWord(UInt16[] buf, int start, int count, int bufS... method doLayoutRun (line 381) | public void doLayoutRun(UInt16[] buf, int start, int count, int bufSiz... method appendLayout (line 568) | public void appendLayout(Layout src, int start, float extraAdvance) FILE: FlutterBinding/Minikin/LineBreaker.h.cs type BreakStrategy (line 45) | public enum BreakStrategy type HyphenationFrequency (line 52) | public enum HyphenationFrequency class LineWidths (line 60) | public class LineWidths method setWidths (line 62) | public void setWidths(float firstWidth, int firstWidthLineCount, float... method setIndents (line 68) | public void setIndents(List indents) method isConstant (line 74) | public bool isConstant() method getLineWidth (line 82) | public float getLineWidth(int line) method clear (line 98) | public void clear() class TabStops (line 109) | public class TabStops method set (line 111) | public void set(int stops, int nStops, int tabWidth) method nextTab (line 125) | public float nextTab(float widthSoFar) class LineBreaker (line 141) | public class LineBreaker method setLocale (line 152) | public void setLocale(icu.Locale locale, Hyphenator hyphenator) method resize (line 159) | public void resize(int size) method size (line 167) | public int size() method buffer (line 172) | public UInt16 buffer() method charWidths (line 179) | public float charWidths() method setText (line 185) | public void setText() method setLineWidths (line 208) | public void setLineWidths(float firstWidth, int firstWidthLineCount, f... method setIndents (line 213) | public void setIndents(List indents) method setTabStops (line 218) | public void setTabStops(int stops, int nStops, int tabWidth) method getStrategy (line 225) | public BreakStrategy getStrategy() method setStrategy (line 230) | public void setStrategy(BreakStrategy strategy) method setJustified (line 235) | public void setJustified(bool justified) method getHyphenationFrequency (line 242) | public HyphenationFrequency getHyphenationFrequency() method setHyphenationFrequency (line 247) | public void setHyphenationFrequency(HyphenationFrequency frequency) method addStyleRun (line 257) | public float addStyleRun(MinikinPaint paint, FontCollection typeface, ... method addReplacement (line 383) | public void addReplacement(int start, int end, float width) method computeBreaks (line 390) | public int computeBreaks() method getBreaks (line 406) | public int getBreaks() method getWidths (line 414) | public float getWidths() method getFlags (line 422) | public int getFlags() method finish (line 427) | public void finish() class Candidate (line 462) | private class Candidate method currentLineWidth (line 480) | public float currentLineWidth() method addWordBreak (line 485) | public void addWordBreak(int offset, ParaWidth preBreak, ParaWidth pos... method addCandidate (line 532) | public void addCandidate(Candidate cand) method pushGreedyBreak (line 587) | public void pushGreedyBreak() method pushBreak (line 601) | public void pushBreak(int offset, float width, byte hyphenEdit) method getSpaceWidth (line 613) | public float getSpaceWidth() method computeBreaksGreedy (line 625) | public void computeBreaksGreedy() method computeBreaksOptimal (line 639) | public void computeBreaksOptimal(bool isRectangle) method finishBreaksOptimal (line 753) | public void finishBreaksOptimal() FILE: FlutterBinding/Minikin/MinikinFont.h.cs class MinikinPaint (line 35) | public class MinikinPaint method MinikinPaint (line 37) | public MinikinPaint() method skipCache (line 53) | public bool skipCache() type MinikinPaintFlags (line 72) | public enum MinikinPaintFlags class MinikinRect (line 77) | public class MinikinRect method isEmpty (line 85) | public bool isEmpty() method set (line 89) | public void set(MinikinRect r) method offset (line 96) | public void offset(float dx, float dy) method setEmpty (line 103) | public void setEmpty() method join (line 107) | public void join(MinikinRect r) class MinikinFont (line 126) | public abstract class MinikinFont : System.IDisposable method MinikinFont (line 128) | public MinikinFont(int uniqueId) method Dispose (line 135) | public void Dispose() method GetHorizontalAdvance (line 143) | public abstract float GetHorizontalAdvance(uint glyph_id, MinikinPaint... method GetBounds (line 147) | public abstract void GetBounds(MinikinRect bounds, uint glyph_id, Mini... method CreateHarfBuzzFace (line 151) | public virtual HarfBuzzSharp.Face CreateHarfBuzzFace() method GetAxes (line 158) | public abstract List GetAxes(); method createFontWithVariation (line 162) | public virtual MinikinFont createFontWithVariation(List... method MakeTag (line 167) | public static uint MakeTag(char c1, char c2, char c3, char c4) method GetUniqueId (line 174) | public int GetUniqueId() FILE: FlutterBinding/Minikin/MinikinInternal.cs class HbBlob (line 45) | public class HbBlob : System.IDisposable method HbBlob (line 49) | public HbBlob(hb_blob_t blob) method Dispose (line 54) | public void Dispose() method get (line 61) | public byte get() method size (line 72) | public int size() FILE: FlutterBinding/Minikin/SparseBitSet.h.cs class SparseBitSet (line 30) | public class SparseBitSet method InitializeInstanceFields (line 34) | private void InitializeInstanceFields() method SparseBitSet (line 41) | public SparseBitSet() method SparseBitSet (line 54) | public SparseBitSet(uint ranges, int nRanges) : this() method get (line 72) | public bool get(uint ch) method length (line 86) | public uint length() method nextSetBit (line 95) | public uint nextSetBit(uint fromIndex) method initFromRanges (line 144) | public void initFromRanges(uint[] ranges, int nRanges) method calcNumPages (line 221) | public uint calcNumPages(uint[] ranges, int nRanges) method CountLeadingZeros (line 251) | public int CountLeadingZeros(element x) FILE: FlutterBinding/Minikin/StringFunctions.cs class StringFunctions (line 8) | internal static class StringFunctions method ChangeCharacter (line 14) | public static string ChangeCharacter(string sourceString, int charInde... method IsXDigit (line 23) | public static bool IsXDigit(char character) method StrChr (line 36) | public static string StrChr(string stringToSearch, char charToFind) method StrRChr (line 48) | public static string StrRChr(string stringToSearch, char charToFind) method StrStr (line 60) | public static string StrStr(string stringToSearch, string stringToFind) method StrTok (line 76) | public static string StrTok(string stringToTokenize, string delimiters) FILE: FlutterBinding/Minikin/WordBreaker.cs type ScanState (line 32) | public enum ScanState FILE: FlutterBinding/Minikin/WordBreaker.h.cs class WordBreaker (line 42) | public class WordBreaker : System.IDisposable method Dispose (line 44) | public void Dispose() method setLocale (line 49) | public void setLocale(icu.Locale locale) method setText (line 61) | public void setText(UInt16 data, int size) method next (line 78) | public uint next() method current (line 97) | public uint current() method wordStart (line 107) | public uint wordStart() method wordEnd (line 133) | public uint wordEnd() method breakBadness (line 158) | public int breakBadness() method finish (line 163) | public void finish() method iteratorNext (line 170) | public int iteratorNext() method detectEmailOrUrl (line 187) | public void detectEmailOrUrl() method findNextBreakInEmailOrUrl (line 241) | public uint findNextBreakInEmailOrUrl() FILE: FlutterBinding/Minikin/minikin.Hyphenator.cs class Hyphenator (line 4) | public class Hyphenator method hyphenate (line 7) | public void hyphenate(vector result, UInt16 word, int... FILE: FlutterBinding/Minikin/minikin.SparseBitSet.cs class SparseBitSet (line 4) | public class SparseBitSet method CountLeadingZeros (line 7) | public int CountLeadingZeros(element x) FILE: FlutterBinding/Minikin/minikin.android.cs class android (line 4) | public class android method hash (line 7) | public android.hash_t FontStyle.hash() FILE: FlutterBinding/Txt/SkTextBlob.cs class SkTextBlob (line 7) | public class SkTextBlob FILE: FlutterBinding/Txt/font_collection.cs class FontCollection (line 358) | public class FontCollection : System.IDisposable method FontCollection (line 360) | public FontCollection() method Dispose (line 366) | public void Dispose() { } FILE: FlutterBinding/Txt/font_style.cs type FontStyle (line 21) | public enum FontStyle FILE: FlutterBinding/Txt/font_weight.cs type FontWeight (line 21) | public enum FontWeight FILE: FlutterBinding/Txt/paint_record.cs class PaintRecord (line 405) | public class PaintRecord //: System.IDisposable method PaintRecord (line 413) | public PaintRecord(TextStyle style, SKPoint offset, SkTextBlob text, S... method PaintRecord (line 425) | public PaintRecord(TextStyle style, SkTextBlob text, SKFontMetrics met... method PaintRecord (line 437) | public PaintRecord(PaintRecord other) method offset (line 462) | public SKPoint offset() method SetOffset (line 467) | public void SetOffset(SKPoint pt) method text (line 476) | public SkTextBlob text() method metrics (line 483) | public SKFontMetrics metrics() method style (line 490) | public TextStyle style() method line (line 497) | public int line() method GetRunWidth (line 504) | public double GetRunWidth() FILE: FlutterBinding/Txt/paragraph.cs class Paragraph (line 431) | public class Paragraph //: System.IDisposable method Paragraph (line 435) | public Paragraph() type Affinity (line 443) | public enum Affinity class LineBoxMetrics (line 451) | public class LineBoxMetrics type RectHeightStyle (line 466) | public enum RectHeightStyle type RectWidthStyle (line 489) | public enum RectWidthStyle class PositionWithAffinity (line 500) | public class PositionWithAffinity method PositionWithAffinity (line 505) | public PositionWithAffinity(int p, Affinity a) class TextBox (line 514) | public class TextBox method TextBox (line 519) | public TextBox(SKRect r, TextDirection d) class Range (line 528) | public class Range where T : struct method Range (line 530) | public Range() method Range (line 535) | public Range(T s, T e) method width (line 551) | public T width() method Shift (line 556) | public void Shift(T delta) method Layout (line 571) | public void Layout(double width, bool force = false) method Paint (line 970) | public void Paint(SKCanvas canvas, double x, double y) method GetParagraphStyle (line 1002) | public ParagraphStyle GetParagraphStyle() method TextSize (line 1010) | public int TextSize() method GetHeight (line 1020) | public double GetHeight() method GetMaxWidth (line 1030) | public double GetMaxWidth() method GetAlphabeticBaseline (line 1039) | public double GetAlphabeticBaseline() method GetIdeographicBaseline (line 1049) | public double GetIdeographicBaseline() method GetMaxIntrinsicWidth (line 1058) | public double GetMaxIntrinsicWidth() method GetMinIntrinsicWidth (line 1069) | public double GetMinIntrinsicWidth() method GetRectsForRange (line 1078) | public List GetRectsForRange(int start, int end, Re... method GetGlyphPositionAtCoordinate (line 1252) | public Paragraph.PositionWithAffinity GetGlyphPositionAtCoordinate(dou... method if (line 1283) | if (dx < glyph_end) class LineRange (line 1441) | private class LineRange method LineRange (line 1443) | public LineRange(int s, int e, int eew, int ein, bool h) class BidiRun (line 1484) | internal class BidiRun method BidiRun (line 1486) | public BidiRun(int s, int e, TextDirection d, TextStyle st) method start (line 1500) | public int start() method end (line 1506) | public int end() method direction (line 1512) | public TextDirection direction() method style (line 1518) | public TextStyle style() method is_rtl (line 1524) | public bool is_rtl() class GlyphPosition (line 1535) | internal class GlyphPosition method GlyphPosition (line 1540) | public GlyphPosition(double x_start, double x_advance, int code_unit_i... method Shift (line 1546) | public void Shift(double delta) class GlyphLine (line 1552) | internal class GlyphLine method GlyphLine (line 1559) | public GlyphLine(List p, int tcu) class CodeUnitRun (line 1568) | internal class CodeUnitRun method CodeUnitRun (line 1579) | public CodeUnitRun(List p, Range cu, Range... method Shift (line 1591) | public void Shift(double delta) class WaveCoordinates (line 1618) | private class WaveCoordinates method WaveCoordinates (line 1625) | public WaveCoordinates(double x_s, double y_s, double x_e, double y_e) FILE: FlutterBinding/Txt/paragraph_builder.cs class ParagraphBuilder (line 415) | public class ParagraphBuilder //: System.IDisposable method ParagraphBuilder (line 417) | public ParagraphBuilder(ParagraphStyle style, FontCollection font_coll... method PushStyle (line 428) | public void PushStyle(TextStyle style) method Pop (line 446) | public void Pop() method PeekStyle (line 459) | public TextStyle PeekStyle() method AddText (line 466) | public void AddText(std::u16string text) method AddText (line 472) | public void AddText(string text) method AddText (line 480) | public void AddText(string text) method SetParagraphStyle (line 487) | public void SetParagraphStyle(ParagraphStyle style) method Build (line 500) | public Paragraph Build() method PeekStyleIndex (line 520) | private int PeekStyleIndex() FILE: FlutterBinding/Txt/paragraph_style.cs type TextAlign (line 399) | public enum TextAlign type TextDirection (line 409) | public enum TextDirection class ParagraphStyle (line 415) | public class ParagraphStyle method GetTextStyle (line 437) | public TextStyle GetTextStyle() method unlimited_lines (line 453) | public bool unlimited_lines() method ellipsized (line 459) | public bool ellipsized() method effective_align (line 467) | public TextAlign effective_align() FILE: FlutterBinding/Txt/styled_runs.cs class StyledRuns (line 405) | public class StyledRuns //: System.IDisposable class Run (line 407) | public class Run method StyledRuns (line 424) | public StyledRuns(StyledRuns other) method swap (line 439) | public void swap(StyledRuns other) method AddStyle (line 445) | public int AddStyle(TextStyle style) method GetStyle (line 454) | public TextStyle GetStyle(int style_index) method StartRun (line 459) | public void StartRun(int style_index, int start) method EndRunIfNeeded (line 465) | public void EndRunIfNeeded(int end) method size (line 487) | public int size() method GetRun (line 494) | public StyledRuns.Run GetRun(int index) class IndexedRun (line 541) | private class IndexedRun method IndexedRun (line 547) | public IndexedRun(int style_index, int start, int end) FILE: FlutterBinding/Txt/text_baseline.cs type TextBaseline (line 21) | public enum TextBaseline FILE: FlutterBinding/Txt/text_decoration.cs type TextDecoration (line 40) | public enum TextDecoration type TextDecorationStyle (line 48) | public enum TextDecorationStyle FILE: FlutterBinding/Txt/text_shadow.cs class TextShadow (line 44) | public class TextShadow method TextShadow (line 50) | public TextShadow() method TextShadow (line 54) | public TextShadow(SKColor color, SKPoint offset, double blur_radius) method hasShadow (line 94) | public bool hasShadow() FILE: FlutterBinding/Txt/text_style.cs class TextStyle (line 394) | public class TextStyle method TextStyle (line 419) | public TextStyle() method equals (line 426) | public bool equals(TextStyle other) FILE: FlutterBinding/Txt/typeface_font_asset_provider.cs class TypefaceFontStyleSet (line 46) | public class TypefaceFontStyleSet : SkFontStyleSet, System.IDisposable method registerTypeface (line 54) | public void registerTypeface(SKTypeface typeface) method count (line 64) | public override int count() method getStyle (line 70) | public override void getStyle(int index, SkFontStyle UnnamedParameter,... method createTypeface (line 76) | public override SkTypeface createTypeface(int i) method matchStyle (line 87) | public override SKTypeface matchStyle(SKFontStyle pattern) method FML_DISALLOW_COPY_AND_ASSIGN (line 108) | FML_DISALLOW_COPY_AND_ASSIGN(TypefaceFontStyleSet); class TypefaceFontAssetProvider (line 111) | public class TypefaceFontAssetProvider : FontAssetProvider method RegisterTypeface (line 118) | public void RegisterTypeface(SKTypeface typeface) method RegisterTypeface (line 132) | public void RegisterTypeface(SKTypeface typeface, string family_name_a... method GetFamilyCount (line 155) | public override int GetFamilyCount() method GetFamilyName (line 165) | public override string GetFamilyName(int index) method MatchFamily (line 173) | public override SkFontStyleSet MatchFamily(string family_name) FILE: FlutterBinding/UI/Compositing.cs class Scene (line 19) | public class Scene : NativeScene method Scene (line 23) | public Scene(Layer rootLayer, method toImage (line 31) | public Future toImage(int width, int height) method _toImage (line 40) | String _toImage(int width, int height, _Callback callback) method dispose (line 51) | public void dispose() class SceneBuilder (line 64) | public class SceneBuilder : NativeSceneBuilder method SceneBuilder (line 67) | public SceneBuilder() { _constructor(); } method _constructor (line 68) | void _constructor() method pushTransform (line 79) | public void pushTransform(List matrix4) method _pushTransform (line 87) | void _pushTransform(List matrix4) method pushOffset (line 98) | public NativeEngineLayer pushOffset(double dx, double dy) method pushClipRect (line 110) | public void pushClipRect(Rect rect, Clip clipBehavior = Clip.antiAlias) method _pushClipRect (line 117) | void _pushClipRect(double left, method pushClipRRect (line 133) | public void pushClipRRect(RRect rrect, Clip clipBehavior = Clip.antiAl... method _pushClipRRect (line 139) | void _pushClipRRect(List rrect, int clipBehavior) method pushClipPath (line 150) | public void pushClipPath(Path path, Clip clipBehavior = Clip.antiAlias) method _pushClipPath (line 156) | void _pushClipPath(Path path, int clipBehavior) method pushOpacity (line 169) | public void pushOpacity(int alpha, Offset offset = null) method _pushOpacity (line 176) | void _pushOpacity(int alpha, double dx, double dy) method pushColorFilter (line 187) | public void pushColorFilter(Color color, BlendMode blendMode) method _pushColorFilter (line 191) | void _pushColorFilter(uint color, int blendMode) method pushBackdropFilter (line 202) | public void pushBackdropFilter(ImageFilter filter) method pushShaderMask (line 213) | public void pushShaderMask(SKShader shader, Rect maskRect, BlendMode b... method _pushShaderMask (line 222) | void _pushShaderMask(SKShader shader, method pushPhysicalShape (line 245) | public NativeEngineLayer pushPhysicalShape(Path path, double elevation... method _pushPhysicalShape (line 249) | NativeEngineLayer _pushPhysicalShape(Path path, double elevation, uint... method pop (line 261) | public void pop() method addRetained (line 275) | public NativeEngineLayer addRetained(NativeEngineLayer retainedLayer) method addPerformanceOverlay (line 305) | public void addPerformanceOverlay(int enabledOptions, Rect bounds) method _addPerformanceOverlay (line 313) | void _addPerformanceOverlay(int enabledOptions, method addPicture (line 325) | public void addPicture(Offset offset, SKPicture picture, bool isComple... method _addPicture (line 334) | void _addPicture(double dx, double dy, SKPicture picture, int hints) method addTexture (line 351) | public void addTexture(int textureId, Offset offset = null, double wid... method _addTexture (line 359) | void _addTexture(double dx, double dy, double width, double height, in... method addPlatformView (line 367) | public void addPlatformView(int viewId, Offset offset = null, double w... method _addPlatformView (line 374) | void _addPlatformView(double dx, double dy, double width, double heigh... method addChildScene (line 381) | public void addChildScene( method _addChildScene (line 399) | void _addChildScene(double dx, method setRasterizerTracingThreshold (line 416) | public void setRasterizerTracingThreshold(int frameInterval) method setCheckerboardRasterCacheImages (line 437) | public void setCheckerboardRasterCacheImages(bool checkerboard) method setCheckerboardOffscreenLayers (line 446) | public void setCheckerboardOffscreenLayers(bool checkerboard) method build (line 459) | public Scene build() class SceneHost (line 467) | public class SceneHost : NativeFieldWrapperClass2 method SceneHost (line 481) | public SceneHost(object exportTokenHandle) method _constructor (line 485) | void _constructor(object exportTokenHandle) method dispose (line 493) | public void dispose() FILE: FlutterBinding/UI/FlutterSurface.cs class FlutterSurface (line 5) | public class FlutterSurface method FlutterSurface (line 9) | public FlutterSurface(float scale) method OnPaintSurface (line 14) | public void OnPaintSurface(SKSurface surface, SKImageInfo info) FILE: FlutterBinding/UI/Geometry.cs class OffsetBase (line 11) | public abstract class OffsetBase method OffsetBase (line 18) | public OffsetBase(double _dx, double _dy) method toString (line 103) | public String toString() => $"{nameof(OffsetBase)}({_dx.toStringAsFixe... class Offset (line 127) | public class Offset : OffsetBase method Offset (line 131) | public Offset(double dx, double dy) : base(dx, dy) { } method scale (line 215) | public Offset scale(double scaleX, double scaleY) => new Offset(dx * s... method translate (line 229) | public Offset translate(double translateX, double translateY) => new O... method lerp (line 316) | public static Offset lerp(Offset a, Offset b, double t) method toString (line 342) | public String toString() => $"Offset({dx.toStringAsFixed(1)}, {dy.toSt... class Size (line 348) | public class Size : OffsetBase method Size (line 351) | public Size(double width, double height) : base(width, height) { } method copy (line 355) | public static Size copy(Size source) => new Size(source.width, source.... method square (line 363) | public static Size square(double dimension) => new Size(dimension, dim... method fromWidth (line 366) | public static Size fromWidth(double width) => new Size(width, double.P... method fromHeight (line 369) | public static Size fromHeight(double height) => new Size(double.Positi... method fromRadius (line 379) | public static Size fromRadius(double radius) => new Size(radius * 2.0,... method topLeft (line 479) | public Offset topLeft(Offset origin) => origin; method topCenter (line 485) | public Offset topCenter(Offset origin) => new Offset(origin.dx + width... method topRight (line 492) | public Offset topRight(Offset origin) => new Offset(origin.dx + width,... method centerLeft (line 498) | public Offset centerLeft(Offset origin) => new Offset(origin.dx, origi... method center (line 505) | public Offset center(Offset origin) => new Offset(origin.dx + width / ... method centerRight (line 511) | public Offset centerRight(Offset origin) => new Offset(origin.dx + wid... method bottomLeft (line 518) | public Offset bottomLeft(Offset origin) => new Offset(origin.dx, origi... method bottomCenter (line 525) | public Offset bottomCenter(Offset origin) => new Offset(origin.dx + wi... method bottomRight (line 532) | public Offset bottomRight(Offset origin) => new Offset(origin.dx + wid... method contains (line 540) | public bool contains(Offset offset) method lerp (line 563) | public static Size lerp(Size a, Size b, double t) method toString (line 590) | public String toString() => $"Size({width.toStringAsFixed(1)}, {height... class Rect (line 602) | public class Rect method Rect (line 604) | private Rect() { } method Rect (line 606) | private Rect(double one, double two, double three, double four) method Rect (line 614) | private Rect(List values) method fromLTRB (line 620) | public static Rect fromLTRB(double left, double top, double right, dou... method fromLTWH (line 630) | public static Rect fromLTWH(double left, double top, double width, dou... method fromCircle (line 645) | public static Rect fromCircle(Offset center = null, double radius = 0.0) method fromPoints (line 660) | public static Rect fromPoints(Offset a, Offset b) method shift (line 728) | public Rect shift(Offset offset) method translate (line 738) | public Rect translate(double translateX, double translateY) method inflate (line 744) | public Rect inflate(double delta) method deflate (line 750) | public Rect deflate(double delta) => inflate(-delta); method intersect (line 756) | public Rect intersect(Rect other) method expandToInclude (line 768) | public Rect expandToInclude(Rect other) method overlaps (line 778) | public bool overlaps(Rect other) method contains (line 847) | public bool contains(Offset offset) method lerp (line 867) | public static Rect lerp(Rect a, Rect b, double t) method toString (line 905) | public String toString() => $"Rect.fromLTRB({left.toStringAsFixed(1)},... class Radius (line 909) | public class Radius method circular (line 912) | public static Radius circular(double radius) method elliptical (line 918) | public static Radius elliptical(double x, double y) method Radius (line 922) | private Radius(double x, double y) method lerp (line 1007) | public static Radius lerp(Radius a, Radius b, double t) method toString (line 1038) | public String toString() class RRect (line 1047) | public class RRect method RRect (line 1049) | private RRect(List value) method fromLTRBXY (line 1056) | public static RRect fromLTRBXY(double left, double top, double right, ... method fromLTRBR (line 1080) | public static RRect fromLTRBR(double left, double top, double right, d... method fromRectXY (line 1103) | public static RRect fromRectXY(Rect rect, double radiusX, double radiusY) method fromRectAndRadius (line 1125) | public static RRect fromRectAndRadius(Rect rect, Radius radius) method fromLTRBAndCorners (line 1149) | public static RRect fromLTRBAndCorners( method fromRectAndCorners (line 1194) | public static RRect fromRectAndCorners( method _fromList (line 1230) | static RRect _fromList(List list) method shift (line 1295) | public RRect shift(Offset offset) method inflate (line 1323) | public RRect inflate(double delta) method deflate (line 1350) | public RRect deflate(double delta) => inflate(-delta); method _getMin (line 1492) | double _getMin(double min, double radius1, double radius2, double limit) method _scaleRadii (line 1505) | void _scaleRadii() method contains (line 1534) | public bool contains(Offset point) method lerp (line 1607) | public static RRect lerp(RRect a, RRect b, double t) method toString (line 1679) | public String toString() class RSTransform (line 1708) | public class RSTransform method RSTransform (line 1734) | RSTransform(double scos, double ssin, double tx, double ty) method fromComponents (line 1761) | public static RSTransform fromComponents(double rotation = 0.0, FILE: FlutterBinding/UI/Hooks.cs class Hooks (line 10) | public static class Hooks method _updateWindowMetrics (line 12) | static void _updateWindowMetrics(double devicePixelRatio, method _localeClosure (line 42) | static String _localeClosure() => Window.Instance.locale.toString(); method _getLocaleClosure (line 44) | static _LocaleClosure _getLocaleClosure() => _localeClosure; method _updateLocales (line 46) | static void _updateLocales(List locales) method _updateUserSettingsData (line 59) | static void _updateUserSettingsData(String jsonData) method _updateTextScaleFactor (line 66) | static void _updateTextScaleFactor(double textScaleFactor) method _updateAlwaysUse24HourFormat (line 72) | static void _updateAlwaysUse24HourFormat(bool alwaysUse24HourFormat) method _updateSemanticsEnabled (line 77) | static void _updateSemanticsEnabled(bool enabled) method _updateAccessibilityFeatures (line 83) | static void _updateAccessibilityFeatures(int values) method _dispatchPlatformMessage (line 92) | static void _dispatchPlatformMessage(String name, ByteData data, int r... method _dispatchPointerDataPacket (line 112) | static void _dispatchPointerDataPacket(ByteData packet) method _dispatchSemanticsAction (line 118) | static void _dispatchSemanticsAction(int id, int action, ByteData args) method _beginFrame (line 128) | static void _beginFrame(int microseconds) method _drawFrame (line 133) | static void _drawFrame() method _invoke (line 139) | static void _invoke(VoidCallback callback, Zone zone) method _invoke1 (line 157) | static void _invoke1(Action callback, Zone zone, A arg) method _invoke2 (line 173) | static void _invoke2(Action callback, Zone zone, A1 ar... method _invoke3 (line 189) | static void _invoke3(Action callback, Zone zon... method _unpackPointerDataPacket (line 213) | static PointerDataPacket _unpackPointerDataPacket(ByteData packet) FILE: FlutterBinding/UI/ICanvas.cs type ICanvas (line 6) | public interface ICanvas method ClipPath (line 8) | void ClipPath(Path path, bool doAntiAlias = true); method ClipRect (line 9) | void ClipRect(Rect rect, ClipOp clipOp = default(ClipOp), bool doAntiA... method ClipRRect (line 10) | void ClipRRect(RRect rrect, bool doAntiAlias = true); method DrawColor (line 11) | void DrawColor(Color color, BlendMode blendMode); method DrawImageNine (line 12) | void DrawImageNine(SKImage image, Rect center, Rect dst, SKPaint paint); method DrawLine (line 13) | void DrawLine(Offset p1, Offset p2, SKPaint paint); method DrawPaint (line 14) | void DrawPaint(SKPaint paint); method DrawParagraph (line 15) | void DrawParagraph(Paragraph paragraph, Offset offset); method DrawPicture (line 16) | void DrawPicture(SKPicture picture); method DrawPoints (line 17) | void DrawPoints(PointMode pointMode, List points, SKPaint paint); method DrawRawAtlas (line 18) | void DrawRawAtlas(SKImage atlas, List rstTransforms, List points, SKPaint p... method DrawShadow (line 20) | void DrawShadow(Path path, Color color, double elevation, bool transpa... method DrawVertices (line 21) | void DrawVertices(SKVertices vertices, BlendMode blendMode, SKPaint pa... method GetSaveCount (line 22) | int GetSaveCount(); method Restore (line 23) | void Restore(); method Rotate (line 24) | void Rotate(double radians); method Save (line 25) | void Save(); method Scale (line 26) | void Scale(double sx, double sy = default(double)); method Skew (line 27) | void Skew(double sx, double sy); method Transform (line 28) | void Transform(List matrix4); method Translate (line 29) | void Translate(double dx, double dy); FILE: FlutterBinding/UI/Lerp.cs class Lerp (line 3) | public static class Lerp method lerpDouble (line 5) | public static double lerpDouble(double a, double b, double t) FILE: FlutterBinding/UI/NativeFieldWrapperClass2.cs class NativeFieldWrapperClass2 (line 6) | public class NativeFieldWrapperClass2 FILE: FlutterBinding/UI/Painting.cs class Helper (line 18) | public static class Helper method ToPoint (line 20) | public static SKPoint ToPoint(this Offset offset) => new SKPoint((floa... method ToPoints (line 22) | public static List ToPoints(this List offset) method ToColors (line 31) | public static List ToColors(this List colors) method ToRect (line 41) | public static SKRect ToRect(this Rect rect) method ToRectI (line 44) | public static SKRectI ToRectI(this Rect rect) method ToRoundedRect (line 47) | public static SKRoundRect ToRoundedRect(this RRect rect) class Painting (line 52) | public class Painting method _rectIsValid (line 71) | public static bool _rectIsValid(Rect rect) method _rrectIsValid (line 78) | public static bool _rrectIsValid(RRect rrect) method _offsetIsValid (line 85) | public static bool _offsetIsValid(Offset offset) method _matrix4IsValid (line 92) | public static bool _matrix4IsValid(List matrix4) method _radiusIsValid (line 99) | public static bool _radiusIsValid(Radius radius) method _scaleAlpha (line 106) | public static Color _scaleAlpha(Color a, double factor) method _encodeColorList (line 111) | public static List _encodeColorList(List colors) method _encodePointList (line 120) | public static List _encodePointList(List points) method _encodeTwoPoints (line 137) | public static List _encodeTwoPoints(Offset pointA, Offset pointB) method instantiateImageCodec (line 179) | public Task instantiateImageCodec(List list, method _instantiateImageCodec (line 189) | String _instantiateImageCodec(List list, _Callback callb... method decodeImageFromList (line 196) | void decodeImageFromList(List list, ImageDecoderCallback callback) method _decodeImageFromListAsync (line 201) | async Task _decodeImageFromListAsync(List list, method decodeImageFromPixels (line 225) | public void decodeImageFromPixels( class Color (line 272) | public class Color method Color (line 291) | public Color(uint value) method fromARGB (line 308) | public static Color fromARGB(uint a, uint r, uint g, uint b) method fromRGBO (line 328) | public static Color fromRGBO(int r, int g, int b, double opacity) method withAlpha (line 372) | public Color withAlpha(uint a) method withOpacity (line 381) | public Color withOpacity(double opacity) method withRed (line 391) | public Color withRed(uint r) method withGreen (line 400) | public Color withGreen(uint g) method withBlue (line 409) | public Color withBlue(uint b) method _linearizeColorComponent (line 415) | static double _linearizeColorComponent(double component) method computeLuminance (line 428) | public double computeLuminance() method lerp (line 459) | public static Color lerp(Color a, Color b, double t) method alphaBlend (line 483) | static Color alphaBlend(Color foreground, Color background) method toString (line 527) | public String toString() => $"Color(0x{value.toRadixString(16).PadLeft... type BlendMode (line 579) | public enum BlendMode type FilterQuality (line 1005) | public enum FilterQuality type StrokeCap (line 1039) | public enum StrokeCap type StrokeJoin (line 1086) | public enum StrokeJoin type PaintingStyle (line 1138) | public enum PaintingStyle type Clip (line 1157) | public enum Clip class Paint (line 1236) | public class Paint method toString (line 1654) | public String toString() type ImageByteFormat (line 1726) | public enum ImageByteFormat type PixelFormat (line 1758) | public enum PixelFormat class _ImageInfo (line 1771) | public class _ImageInfo method _ImageInfo (line 1773) | public _ImageInfo(int width, int height, int format, int? rowBytes) type PathFillType (line 1798) | public enum PathFillType type PathOperation (line 1825) | public enum PathOperation class Path (line 1893) | public class Path : NativePath method Path (line 1896) | public Path() { _constructor(); } method _constructor (line 1897) | void _constructor() method from (line 1906) | public static Path from(Path source) method _clone (line 1910) | Path _clone() method _getFillType (line 1924) | int _getFillType() method _setFillType (line 1928) | void _setFillType(int fillType) method moveTo (line 1934) | public void moveTo(double x, double y) method relativeMoveTo (line 1940) | public void relativeMoveTo(double dx, double dy) method lineTo (line 1947) | public void lineTo(double x, double y) method relativeLineTo (line 1954) | public void relativeLineTo(double dx, double dy) method quadraticBezierTo (line 1962) | public void quadraticBezierTo(double x1, double y1, double x2, double y2) method relativeQuadraticBezierTo (line 1971) | public void relativeQuadraticBezierTo(double x1, double y1, double x2,... method cubicTo (line 1979) | public void cubicTo(double x1, double y1, double x2, double y2, double... method relativeCubicTo (line 1988) | public void relativeCubicTo(double x1, double y1, double x2, double y2... method conicTo (line 1998) | public void conicTo(double x1, double y1, double x2, double y2, double w) method relativeConicTo (line 2009) | public void relativeConicTo(double x1, double y1, double x2, double y2... method arcTo (line 2030) | public void arcTo(Rect rect, double startAngle, double sweepAngle, boo... method _arcTo (line 2034) | void _arcTo(double left, double top, double right, double bottom, method arcToPoint (line 2052) | public void arcToPoint(Offset arcEnd, method _arcToPoint (line 2065) | void _arcToPoint(double arcEndX, double arcEndY, double radiusX, method relativeArcToPoint (line 2092) | public void relativeArcToPoint(Offset arcEndDelta, method _relativeArcToPoint (line 2105) | void _relativeArcToPoint(double arcEndX, double arcEndY, double radiusX, method addRect (line 2120) | public void addRect(Rect rect) method _addRect (line 2125) | void _addRect(double left, double top, double right, double bottom) method addOval (line 2135) | public void addOval(Rect oval) method _addOval (line 2140) | void _addOval(double left, double top, double right, double bottom) method addArc (line 2153) | public void addArc(Rect oval, double startAngle, double sweepAngle) method _addArc (line 2158) | void _addArc(double left, double top, double right, double bottom, method addPolygon (line 2171) | public void addPolygon(List points, bool close) method _addPolygon (line 2176) | void _addPolygon(List points, bool close) method addRRect (line 2187) | public void addRRect(RRect rrect) method addPath (line 2201) | public void addPath(Path path, Offset offset, List matrix4 = null) method _addPath (line 2215) | void _addPath(Path path, double dx, double dy) method _addPathWithMatrix (line 2219) | void _addPathWithMatrix(Path path, double dx, double dy, List m... method extendWithPath (line 2233) | public void extendWithPath(Path path, Offset offset, List matri... method _extendWithPath (line 2247) | void _extendWithPath(Path path, double dx, double dy) method _extendWithPathAndMatrix (line 2252) | void _extendWithPathAndMatrix(Path path, double dx, double dy, List matrix4) method _transform (line 2313) | Path _transform(List matrix4) method getBounds (line 2335) | public Rect getBounds() method _getBounds (line 2340) | List _getBounds() method combine (line 2359) | public static Path combine(PathOperation operation, Path path1, Path p... method computeMetrics (line 2375) | public PathMetrics computeMetrics(bool forceClosed = false) class Tangent (line 2385) | public class Tangent method Tangent (line 2390) | public Tangent(Offset position, Offset vector) method fromAngle (line 2403) | public static Tangent fromAngle(Offset position, double angle) class PathMetrics (line 2450) | public class PathMetrics : List method PathMetrics (line 2452) | internal PathMetrics(Path path, bool forceClosed) class PathMetricIterator (line 2461) | public class PathMetricIterator : List method PathMetricIterator (line 2463) | internal PathMetricIterator(PathMetric _pathMetric) method moveNext (line 2473) | public bool moveNext() class PathMetric (line 2499) | public class PathMetric : NativePathMetric method PathMetric (line 2503) | internal PathMetric(Path path, bool forceClosed) : base(path, forceClo... method getTangentForOffset (line 2521) | public Tangent getTangentForOffset(double distance) method extractPath (line 2544) | public Path extractPath(double start, double end, bool startWithMoveTo... method _moveNext (line 2575) | public bool _moveNext() => this.NextContour(); type BlurStyle (line 2580) | public enum BlurStyle class MaskFilter (line 2608) | public class MaskFilter method blur (line 2628) | public static MaskFilter blur(BlurStyle _style, double _sigma) method MaskFilter (line 2635) | private MaskFilter(BlurStyle style, double sigma) method toString (line 2662) | public String toString() => $"MaskFilter.blur({_style}, {_sigma.toStri... class ColorFilter (line 2673) | public class ColorFilter method mode (line 2682) | public static ColorFilter mode(Color color, BlendMode blendMode) method ColorFilter (line 2687) | public ColorFilter(Color color, BlendMode blendMode) method toString (line 2709) | public String toString() => $"ColorFilter({_color}, {_blendMode})"; class ImageFilter (line 2719) | public class ImageFilter : NativeFieldWrapperClass2 method blur (line 2722) | public static SKImageFilter blur(double sigmaX = 0.0, double sigmaY = ... method matrix (line 2731) | public static SKImageFilter matrix(List matrix4, type TileMode (line 2762) | public enum TileMode class Gradient (line 2800) | public class Gradient method linear (line 2820) | public static SKShader linear( method radial (line 2864) | public static SKShader radial( method sweep (line 2922) | public static SKShader sweep( method _validateColorStops (line 2945) | static void _validateColorStops(List colors, List color... class ImageShader (line 2961) | public class ImageShader method ToImageShader (line 2968) | public static SKShader ToImageShader(SKImage image, TileMode tmx, Tile... type VertexMode (line 2985) | public enum VertexMode class Vertices (line 2998) | public class Vertices method Raw (line 3000) | public static SKVertices Raw( type PointMode (line 3034) | public enum PointMode type ClipOp (line 3066) | public enum ClipOp class Canvas (line 3092) | public class Canvas : NativeCanvas, ICanvas method Canvas (line 3106) | public Canvas(PictureRecorder recorder, Rect cullRect = null) : base(n... method _constructor (line 3114) | void _constructor(PictureRecorder recorder, method Save (line 3132) | public void Save() => this.Save(); method saveLayer (line 3243) | void saveLayer(Rect bounds, SKPaint paint) method Restore (line 3264) | public void Restore() method GetSaveCount (line 3276) | public int GetSaveCount() => this.SaveCount; method Translate (line 3280) | public void Translate(double dx, double dy) => this.Translate((float)d... method Scale (line 3288) | public void Scale(double sx, double sy = default(double)) => _scale(sx... method _scale (line 3290) | void _scale(double sx, double sy) method Rotate (line 3297) | public void Rotate(double radians) method Skew (line 3306) | public void Skew(double sx, double sy) method Transform (line 3313) | public void Transform(List matrix4) method _transform (line 3320) | void _transform(List matrix4) method ClipRect (line 3337) | public void ClipRect(Rect rect, ClipOp clipOp = default(ClipOp), bool ... method ClipRRect (line 3354) | public void ClipRRect(RRect rrect, bool doAntiAlias = true) method ClipPath (line 3370) | public void ClipPath(Path path, bool doAntiAlias = true) method DrawColor (line 3380) | public void DrawColor(Color color, BlendMode blendMode) method DrawLine (line 3391) | public void DrawLine(Offset p1, Offset p2, SKPaint paint) method DrawPaint (line 3405) | public void DrawPaint(SKPaint paint) method drawRect (line 3413) | void drawRect(Rect rect, SKPaint paint) method drawRRect (line 3422) | void drawRRect(RRect rrect, SKPaint paint) method drawDRRect (line 3434) | void drawDRRect(RRect outer, RRect inner, Paint paint) method drawOval (line 3447) | void drawOval(Rect rect, SKPaint paint) method drawCircle (line 3458) | void drawCircle(Offset c, double radius, SKPaint paint) method drawArc (line 3475) | void drawArc(Rect rect, double startAngle, double sweepAngle, bool use... method drawPath (line 3487) | void drawPath(Path path, SKPaint paint) method drawImage (line 3496) | void drawImage(SKImage image, Offset p, SKPaint paint) method drawImageRect (line 3513) | void drawImageRect(SKImage image, Rect src, Rect dst, SKPaint paint) method DrawImageNine (line 3536) | public void DrawImageNine(SKImage image, Rect center, Rect dst, SKPain... method DrawPicture (line 3549) | public void DrawPicture(SKPicture picture) method DrawParagraph (line 3575) | public void DrawParagraph(Paragraph paragraph, Offset offset) method DrawPoints (line 3590) | public void DrawPoints(PointMode pointMode, List points, SKPai... method DrawRawPoints (line 3607) | public void DrawRawPoints(PointMode pointMode, List points, SK... method DrawVertices (line 3626) | public void DrawVertices(SKVertices vertices, BlendMode blendMode, SKP... method drawAtlas (line 3639) | void drawAtlas(SKImage atlas, method DrawRawAtlas (line 3706) | public void DrawRawAtlas(SKImage atlas, method _drawAtlas (line 3736) | void _drawAtlas(List paintObjects, method DrawShadow (line 3754) | public void DrawShadow(Path path, Color color, double elevation, bool ... class PictureRecorder (line 3771) | public class PictureRecorder : NativePictureRecorder method endRecording (line 3794) | public SKPicture endRecording() class Shadow (line 3803) | public class Shadow method Shadow (line 3815) | public Shadow(Color color = null, method convertRadiusToSigma (line 3865) | static double convertRadiusToSigma(double radius) method toPaint (line 3884) | public Paint toPaint() method scale (line 3895) | public Shadow scale(double factor) method lerp (line 3922) | public static Shadow lerp(Shadow a, Shadow b, double t) method lerpList (line 3942) | static List lerpList(List a, List b, double t) method _shadowsListEquals (line 3985) | public static bool _shadowsListEquals(List a, List b) method _encodeShadows (line 4001) | public static ByteData _encodeShadows(List shadows) method toString (line 4033) | public String toString() => $"TextShadow({color}, {offset}, {blurRadiu... FILE: FlutterBinding/UI/Pointer.cs type PointerChange (line 9) | public enum PointerChange type PointerDeviceKind (line 42) | public enum PointerDeviceKind class PointerData (line 61) | public class PointerData method PointerData (line 64) | public PointerData( method toString (line 221) | public String toString() => $"{nameof(PointerData)}(x: {physicalX}, y:... method toStringFull (line 224) | public String toStringFull() class PointerDataPacket (line 250) | public class PointerDataPacket method PointerDataPacket (line 253) | public PointerDataPacket(List data = null) FILE: FlutterBinding/UI/Semantics.cs class SemanticsAction (line 9) | public class SemanticsAction method SemanticsAction (line 11) | private SemanticsAction(int index) method toString (line 215) | public String toString() class SemanticsFlag (line 267) | public class SemanticsFlag method SemanticsFlag (line 289) | public SemanticsFlag(int index) method toString (line 511) | public String toString() class SemanticsUpdateBuilder (line 562) | public class SemanticsUpdateBuilder : NativeFieldWrapperClass2 method SemanticsUpdateBuilder (line 566) | public SemanticsUpdateBuilder() { _constructor(); } method _constructor (line 567) | void _constructor() method updateNode (line 622) | public void updateNode( method _updateNode (line 675) | void _updateNode( method updateCustomAction (line 719) | void updateCustomAction(int id = 0, String label = "", String hint = "... method _updateCustomAction (line 725) | void _updateCustomAction(int id, String label, String hint, int overri... method build (line 735) | public SemanticsUpdate build() class SemanticsUpdate (line 749) | public class SemanticsUpdate : NativeFieldWrapperClass2 method dispose (line 762) | void dispose() FILE: FlutterBinding/UI/Text.cs type FontStyle (line 14) | public enum FontStyle class FontWeight (line 24) | public class FontWeight method FontWeight (line 26) | private FontWeight(int index) method lerp (line 92) | public static FontWeight lerp(FontWeight a, FontWeight b, double t) method toString (line 98) | public String toString() type TextAlign (line 116) | public enum TextAlign type TextBaseline (line 149) | public enum TextBaseline class TextDecoration (line 159) | public class TextDecoration method TextDecoration (line 161) | public TextDecoration(int _mask) method combine (line 167) | public TextDecoration combine(List decorations) method contains (line 178) | bool contains(TextDecoration other) method toString (line 207) | public String toString() type TextDecorationStyle (line 225) | public enum TextDecorationStyle class TextStyle (line 245) | public class TextStyle method TextStyle (line 264) | public TextStyle( method toString (line 356) | public String toString() class ParagraphStyle (line 382) | public class ParagraphStyle method ParagraphStyle (line 429) | public ParagraphStyle( method toString (line 496) | String toString() type TextDirection (line 598) | public enum TextDirection class TextBox (line 610) | public class TextBox method fromLTRBD (line 613) | public static TextBox fromLTRBD(double left, method TextBox (line 623) | public TextBox(double left, method toRect (line 655) | public Rect toRect() => Rect.fromLTRB(left, top, right, bottom); method toString (line 689) | public String toString() => $"TextBox.fromLTRBD({left.toStringAsFixed(... type TextAffinity (line 699) | public enum TextAffinity class TextPosition (line 715) | public class TextPosition method TextPosition (line 720) | public TextPosition(int offset = 0, method toString (line 758) | public String toString() class ParagraphConstraints (line 770) | public class ParagraphConstraints method ParagraphConstraints (line 775) | public ParagraphConstraints(double width = 0.0) //: assert(width != nu... method toString (line 811) | public String toString() => $"{GetType().ToString()}(width: {width})"; class Paragraph (line 823) | public class Paragraph : NativeParagraph method Paragraph (line 830) | public Paragraph() { } method layout (line 874) | public void layout(ParagraphConstraints constraints) => _layout(constr... method _layout (line 875) | void _layout(double width) method getBoxesForRange (line 882) | public List getBoxesForRange(int start, int end) method getPositionForOffset (line 889) | TextPosition getPositionForOffset(Offset offset) method _getPositionForOffset (line 894) | List _getPositionForOffset(double dx, double dy) method getWordBoundary (line 905) | public List getWordBoundary(int offset) method _paint (line 914) | public void _paint(SkiaSharp.SKCanvas canvas, double x, double y) class ParagraphBuilder (line 935) | public class ParagraphBuilder : NativeParagraphBuilder method ParagraphBuilder (line 941) | public ParagraphBuilder(ParagraphStyle style) : base(style._encoded, s... method _constructor (line 945) | void _constructor(List encoded, String fontFamily, double fontSiz... method pushStyle (line 954) | void pushStyle(TextStyle style) => _pushStyle(style._encoded, style._f... method _pushStyle (line 955) | void _pushStyle(List encoded, String fontFamily, double fontSize,... method _encodeLocale (line 960) | static String _encodeLocale(Locale locale) => locale?.toString() ?? ""; method pop (line 968) | public void pop() method addText (line 976) | public void addText(String text) method _addText (line 982) | String _addText(String text) method build (line 993) | public Paragraph build() class Text (line 1000) | public static class Text method loadFontFromList (line 1007) | static Task loadFontFromList(List list, String fontFamily = "") method _loadFontFromList (line 1014) | static String _loadFontFromList(List list, _Callback callback, St... method _encodeParagraphStyle (line 1037) | public static List _encodeParagraphStyle( method _encodeTextStyle (line 1131) | public static List _encodeTextStyle( FILE: FlutterBinding/UI/Window.cs type AppLifecycleState (line 42) | public enum AppLifecycleState class WindowPadding (line 98) | public class WindowPadding method WindowPadding (line 100) | public WindowPadding(double left, double top, double right, double bot... method toString (line 123) | public String toString() class Locale (line 144) | public class Locale method Locale (line 164) | public Locale(string _languageCode, string _countryCode = "") method _canonicalizeLanguageCode (line 191) | static String _canonicalizeLanguageCode(String languageCode) method _canonicalizeRegionCode (line 296) | static String _canonicalizeRegionCode(String regionCode) method toString (line 339) | public String toString() class Window (line 351) | public class Window: Engine.Window.NativeWindow method Window (line 357) | private Window() { } method _defaultRouteName (line 674) | String _defaultRouteName() method scheduleFrame (line 688) | public void scheduleFrame() method render (line 717) | public void render(Scene scene) method updateSemantics (line 792) | public void updateSemantics(SemanticsUpdate update) method setIsolateDebugName (line 805) | public void setIsolateDebugName(String name) method sendPlatformMessage (line 819) | public void sendPlatformMessage(String name, method _sendPlatformMessage (line 828) | String _sendPlatformMessage(String name, method _respondToPlatformMessage (line 862) | public void _respondToPlatformMessage(int responseId, ByteData data) method _zonedPlatformMessageResponseCallback (line 868) | static PlatformMessageResponseCallback _zonedPlatformMessageResponseCa... class AccessibilityFeatures (line 886) | public class AccessibilityFeatures method AccessibilityFeatures (line 888) | public AccessibilityFeatures(int _index) { this._index = _index; } method toString (line 922) | public String toString() FILE: FlutterBindingSample/App.xaml.cs class App (line 23) | sealed partial class App : Application method App (line 29) | public App() method OnLaunched (line 40) | protected override void OnLaunched(LaunchActivatedEventArgs e) method OnNavigationFailed (line 84) | void OnNavigationFailed(object sender, NavigationFailedEventArgs e) method OnSuspending (line 96) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: FlutterBindingSample/MainPage.xaml.cs class MainPage (line 13) | public sealed partial class MainPage : Page method MainPage (line 15) | public MainPage() class MyApp (line 20) | public class MyApp : StatelessWidget method Build (line 22) | public override Widget Build(BuildContext context) method OnCanvasViewPaintSurface (line 32) | public void OnCanvasViewPaintSurface(object sender, SKPaintSurfaceEven... method BeginFrame (line 47) | public void BeginFrame() FILE: FlutterSDK/Mappings/Global.cs type IException (line 40) | public interface IException { } class RegExp (line 42) | public class RegExp class StreamSubscription (line 46) | public class StreamSubscription { } class File (line 47) | public class File class SplayTreeMap (line 53) | public class SplayTreeMap : Dictionary { } class SendPort (line 55) | public class SendPort { } class Uint8Buffer (line 57) | public class Uint8Buffer { } class Element (line 59) | public class Element class Picture (line 64) | public class Picture class EngineLa (line 69) | public class EngineLa class Pattern (line 74) | public class Pattern class Float32List (line 78) | public class Float32List class Int32List (line 83) | public class Int32List class Comparable (line 88) | public class Comparable method Compare (line 90) | public Comparable Compare(Comparable a, Comparable b) class Int64List (line 97) | public class Int64List class Float64List (line 102) | public class Float64List class Uint8List (line 107) | public class Uint8List: List type TextDirection (line 112) | public enum TextDirection type TextAlign (line 118) | public enum TextAlign class Matrix4 (line 123) | public class Matrix4 // TODO class Function (line 128) | public class Function class Radius (line 131) | public class Radius class LinkedHashSet (line 134) | public class LinkedHashSet : HashSet { } class Completer (line 136) | public class Completer // todo method complete (line 140) | public void complete(T callback) class Stream (line 146) | public class Stream // todo class Timeline (line 151) | public class Timeline class Null (line 156) | public class Null // todo class StackTrace (line 159) | public class StackTrace // This is really just a string equivalent in .N... class AssertionError (line 162) | public class AssertionError : System.Exception method AssertionError (line 164) | public AssertionError() { } method AssertionError (line 165) | public AssertionError(string message): base(message) { } class Rect (line 170) | public class Rect { } class Color (line 171) | public class Color method Color (line 173) | public Color(uint? i) class Size (line 178) | public class Size method Size (line 180) | public Size(double? height) method Size (line 185) | public Size(double? width, double? height) class Offset (line 196) | public class Offset //TODO method Offset (line 198) | public Offset() { } method Offset (line 199) | public Offset(double? one, double? two) { } class ByteData (line 207) | public class ByteData //TODO class Future (line 210) | public class Future method Wait (line 219) | public virtual Future> Wait(Iterable> futures, bo... method Any (line 222) | public virtual Future Any(Iterable> futures) { throw n... method ForEach (line 225) | public virtual Future ForEach(Iterable elements, Func DoWhile(Func> action) { throw ... method Future (line 230) | public Future() { } method Future (line 231) | public Future(Func func) { } class Future (line 217) | public class Future: Future method Wait (line 219) | public virtual Future> Wait(Iterable> futures, bo... method Any (line 222) | public virtual Future Any(Iterable> futures) { throw n... method ForEach (line 225) | public virtual Future ForEach(Iterable elements, Func DoWhile(Func> action) { throw ... method Future (line 230) | public Future() { } method Future (line 231) | public Future(Func func) { } type IFuture (line 234) | public interface IFuture { } class FutureOr (line 236) | public class FutureOr class HashSet (line 242) | public class HashSet : System.Collections.Generic.HashSet method From (line 244) | public HashSet From(List newList) class Timer (line 254) | public class Timer method run (line 256) | public static void run(Action task) class AppLifecycleState (line 262) | public class AppLifecycleState class StringBuffer (line 271) | public class StringBuffer // Similar to System.Text.StringBuilder method Write (line 274) | public void Write(string value) method Writeln (line 279) | public void Writeln(string value) => _value += value + '\n'; method Writeln (line 280) | public void Writeln(char value) => _value += value + '\n'; method WriteAll (line 281) | public void WriteAll(List values, char separator) => _value +=... method ToString (line 283) | public override string ToString() class Dictionary (line 289) | public class Dictionary : System.Collections.Generic.Dictionary method remove (line 291) | public void remove(T element) => this.Remove(element); class Iterable (line 294) | public class Iterable : List class Iterator (line 298) | public class Iterator : Iterable, IIterator type IIterator (line 303) | public interface IIterator class IterableBase (line 309) | public class IterableBase : Iterator, IEnumerable method Map (line 311) | public virtual Iterable Map(Func f) { throw new NotImpleme... method Where (line 314) | public virtual Iterable Where(Func test) { throw new NotIm... method Expand (line 317) | public virtual Iterable Expand(Func, E> f) { throw n... method Take (line 320) | public virtual Iterable Take(int count) { throw new NotImplementedE... method TakeWhile (line 323) | public virtual Iterable TakeWhile(Func test) { throw new N... method Skip (line 326) | public virtual Iterable Skip(int count) { throw new NotImplementedE... method SkipWhile (line 329) | public virtual Iterable SkipWhile(Func test) { throw new N... method ToList (line 332) | public virtual List ToList(bool growable = default(bool)) { throw n... class Error (line 336) | public class Error : Exception { } class Global (line 338) | public static class Global method Multiply (line 341) | public static string Multiply(this string source, int multiplier) method IsEmpty (line 352) | public static bool IsEmpty(this string value) method Identical (line 357) | public static bool Identical(object main, object other) method DescribeIdentity (line 360) | public static string DescribeIdentity(object obj) method ShortHash (line 365) | public static string ShortHash(object obj) method ToUnsigned (line 370) | public static int ToUnsigned(this int value, int bits) method ToRadixString (line 375) | public static string ToRadixString(this int value, int radix) method ToDouble (line 394) | public static double ToDouble(this int i) => Convert.ToDouble(i); method ToDouble (line 395) | public static double ToDouble(this double d) => d; method Join (line 397) | public static string Join(this List list, string separator) =>... method Join (line 398) | public static string Join(this List list, char separator) => s... method TruncateToDouble (line 399) | public static double TruncateToDouble(this double d) => Math.Truncate(d); method ToStringAsFixed (line 401) | public static string ToStringAsFixed(this double d, int value) => d.To... method InMicroseconds (line 403) | public static double InMicroseconds(this TimeSpan timespan) method Clamp (line 408) | public static double Clamp(this double d, double lower, double upper) method IsFinite (line 419) | public static bool IsFinite(this double d) method Abs (line 424) | public static double Abs(this double d) FILE: testbed/test.dart class Widget (line 1) | class Widget {} class Row (line 2) | class Row { class OutlineButton (line 7) | class OutlineButton { class _OutlineButtonWithIcon (line 11) | class _OutlineButtonWithIcon extends OutlineButton {