Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
flutter::VolatilePathTracker::TrackedPath Struct Reference

The fields of this struct must only accessed on the UI task runner. More...

#include <volatile_path_tracker.h>

Public Attributes

bool tracking_volatility = false
 
int frame_count = 0
 
SkPath path
 

Detailed Description

The fields of this struct must only accessed on the UI task runner.

Definition at line 39 of file volatile_path_tracker.h.

Member Data Documentation

◆ frame_count

int flutter::VolatilePathTracker::TrackedPath::frame_count = 0

Definition at line 41 of file volatile_path_tracker.h.

◆ path

SkPath flutter::VolatilePathTracker::TrackedPath::path

Definition at line 42 of file volatile_path_tracker.h.

◆ tracking_volatility

bool flutter::VolatilePathTracker::TrackedPath::tracking_volatility = false

Definition at line 40 of file volatile_path_tracker.h.


The documentation for this struct was generated from the following file: