Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Paint Class Reference

Public Member Functions

const sk_sp< Effect > & get () const
 
void set (sk_sp< Effect > value)
 

Public Attributes

sk_sp< EffectfEffect
 

Detailed Description

Definition at line 121 of file RefCntTest.cpp.

Member Function Documentation

◆ get()

const sk_sp< Effect > & Paint::get ( ) const
inline

Definition at line 125 of file RefCntTest.cpp.

125{ return fEffect; }
sk_sp< Effect > fEffect

◆ set()

void Paint::set ( sk_sp< Effect value)
inline

Definition at line 127 of file RefCntTest.cpp.

127 {
128 fEffect = std::move(value);
129 }

Member Data Documentation

◆ fEffect

sk_sp<Effect> Paint::fEffect

Definition at line 123 of file RefCntTest.cpp.


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