Flutter Engine
The Flutter Engine
|
#include <text_shadow.h>
Public Member Functions | |
TextShadow () | |
TextShadow (SkColor color, SkPoint offset, double blur_sigma) | |
bool | operator== (const TextShadow &other) const |
bool | operator!= (const TextShadow &other) const |
bool | hasShadow () const |
Public Attributes | |
SkColor | color = SK_ColorBLACK |
SkPoint | offset |
double | blur_sigma = 0.0 |
Definition at line 25 of file text_shadow.h.
txt::TextShadow::TextShadow | ( | ) |
Definition at line 22 of file text_shadow.cc.
Definition at line 23 of file text_shadow.cc.
bool txt::TextShadow::hasShadow | ( | ) | const |
Definition at line 41 of file text_shadow.cc.
bool txt::TextShadow::operator!= | ( | const TextShadow & | other | ) | const |
Definition at line 37 of file text_shadow.cc.
bool txt::TextShadow::operator== | ( | const TextShadow & | other | ) | const |
Definition at line 26 of file text_shadow.cc.
double txt::TextShadow::blur_sigma = 0.0 |
Definition at line 29 of file text_shadow.h.
SkColor txt::TextShadow::color = SK_ColorBLACK |
Definition at line 27 of file text_shadow.h.
SkPoint txt::TextShadow::offset |
Definition at line 28 of file text_shadow.h.