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

#include <Sk2DPathEffect.h>

Static Public Member Functions

static sk_sp< SkPathEffectMake (SkScalar width, const SkMatrix &matrix)
 
static void RegisterFlattenables ()
 

Detailed Description

Definition at line 19 of file Sk2DPathEffect.h.

Member Function Documentation

◆ Make()

sk_sp< SkPathEffect > SkLine2DPathEffect::Make ( SkScalar  width,
const SkMatrix matrix 
)
static

Definition at line 206 of file Sk2DPathEffect.cpp.

206 {
207 if (!(width >= 0)) {
208 return nullptr;
209 }
211}
int32_t width

◆ RegisterFlattenables()

void SkLine2DPathEffect::RegisterFlattenables ( )
static

Definition at line 217 of file Sk2DPathEffect.cpp.

217 {
219}
#define SK_REGISTER_FLATTENABLE(type)

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