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

#include <SkScalerContext.h>

Public Member Functions

 SkScalerContextEffects ()
 
 SkScalerContextEffects (SkPathEffect *pe, SkMaskFilter *mf)
 
 SkScalerContextEffects (const SkPaint &paint)
 

Public Attributes

SkPathEffectfPathEffect
 
SkMaskFilterfMaskFilter
 

Detailed Description

Definition at line 230 of file SkScalerContext.h.

Constructor & Destructor Documentation

◆ SkScalerContextEffects() [1/3]

SkScalerContextEffects::SkScalerContextEffects ( )
inline

Definition at line 231 of file SkScalerContext.h.

231: fPathEffect(nullptr), fMaskFilter(nullptr) {}

◆ SkScalerContextEffects() [2/3]

SkScalerContextEffects::SkScalerContextEffects ( SkPathEffect pe,
SkMaskFilter mf 
)
inline

Definition at line 232 of file SkScalerContext.h.

233 : fPathEffect(pe), fMaskFilter(mf) {}

◆ SkScalerContextEffects() [3/3]

SkScalerContextEffects::SkScalerContextEffects ( const SkPaint paint)
inlineexplicit

Definition at line 234 of file SkScalerContext.h.

235 : fPathEffect(paint.getPathEffect())
236 , fMaskFilter(paint.getMaskFilter()) {}
const Paint & paint

Member Data Documentation

◆ fMaskFilter

SkMaskFilter* SkScalerContextEffects::fMaskFilter

Definition at line 239 of file SkScalerContext.h.

◆ fPathEffect

SkPathEffect* SkScalerContextEffects::fPathEffect

Definition at line 238 of file SkScalerContext.h.


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