Flutter Engine
The Flutter Engine
|
#include <TextShadow.h>
Public Member Functions | |
TextShadow () | |
TextShadow (SkColor color, SkPoint offset, double blurSigma) | |
bool | operator== (const TextShadow &other) const |
bool | operator!= (const TextShadow &other) const |
bool | hasShadow () const |
Public Attributes | |
SkColor | fColor = SK_ColorBLACK |
SkPoint | fOffset |
double | fBlurSigma = 0.0 |
Definition at line 11 of file TextShadow.h.
|
default |
Definition at line 9 of file TextShadow.cpp.
bool skia::textlayout::TextShadow::hasShadow | ( | ) | const |
Definition at line 22 of file TextShadow.cpp.
bool skia::textlayout::TextShadow::operator!= | ( | const TextShadow & | other | ) | const |
Definition at line 20 of file TextShadow.cpp.
bool skia::textlayout::TextShadow::operator== | ( | const TextShadow & | other | ) | const |
Definition at line 12 of file TextShadow.cpp.
double skia::textlayout::TextShadow::fBlurSigma = 0.0 |
Definition at line 15 of file TextShadow.h.
SkColor skia::textlayout::TextShadow::fColor = SK_ColorBLACK |
Definition at line 13 of file TextShadow.h.
SkPoint skia::textlayout::TextShadow::fOffset |
Definition at line 14 of file TextShadow.h.