Flutter iOS Embedder
SemanticsObject.mm File Reference

Go to the source code of this file.

Namespaces

 FLUTTER_ASSERT_ARC
 

Functions

flutter::SemanticsAction FLUTTER_ASSERT_ARC::GetSemanticsActionForScrollDirection (UIAccessibilityScrollDirection direction)
 
SkM44 FLUTTER_ASSERT_ARC::GetGlobalTransform (SemanticsObject *reference)
 
SkPoint FLUTTER_ASSERT_ARC::ApplyTransform (SkPoint &point, const SkM44 &transform)
 
CGPoint FLUTTER_ASSERT_ARC::ConvertPointToGlobal (SemanticsObject *reference, CGPoint local_point)
 
CGRect FLUTTER_ASSERT_ARC::ConvertRectToGlobal (SemanticsObject *reference, CGRect local_rect)
 

Variables

BOOL _inDealloc
 

Variable Documentation

◆ _inDealloc

BOOL _inDealloc
Initial value:
{
NSMutableArray<SemanticsObject*>* _children

Definition at line 253 of file SemanticsObject.mm.