Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
flutter::DlOpReceiver::CacheablePath Struct Reference

#include <dl_op_receiver.h>

Public Member Functions

 CacheablePath (const SkPath &path)
 
bool operator== (const CacheablePath &other) const
 

Public Attributes

const SkPath sk_path
 
impeller::Path cached_impeller_path
 

Detailed Description

Definition at line 114 of file dl_op_receiver.h.

Constructor & Destructor Documentation

◆ CacheablePath()

flutter::DlOpReceiver::CacheablePath::CacheablePath ( const SkPath path)
inlineexplicit

Definition at line 115 of file dl_op_receiver.h.

115: sk_path(path) {}
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
Definition switches.h:57

Member Function Documentation

◆ operator==()

bool flutter::DlOpReceiver::CacheablePath::operator== ( const CacheablePath other) const
inline

Definition at line 120 of file dl_op_receiver.h.

120 {
121 return sk_path == other.sk_path;
122 }

Member Data Documentation

◆ cached_impeller_path

impeller::Path flutter::DlOpReceiver::CacheablePath::cached_impeller_path
mutable

Definition at line 118 of file dl_op_receiver.h.

◆ sk_path

const SkPath flutter::DlOpReceiver::CacheablePath::sk_path

Definition at line 117 of file dl_op_receiver.h.


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