#include <text_shadow.h>
Public Member Functions | |
| TextShadow () | |
| TextShadow (SkColor color, SkPoint offset, double blur_sigma) | |
| 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 13 of file text_shadow.h.
| txt::TextShadow::TextShadow | ( | ) |
Definition at line 10 of file text_shadow.cc.
| txt::TextShadow::TextShadow | ( | SkColor | color, |
| SkPoint | offset, | ||
| double | blur_sigma | ||
| ) |
Definition at line 11 of file text_shadow.cc.
| bool txt::TextShadow::hasShadow | ( | ) | const |
Definition at line 16 of file text_shadow.cc.
References blur_sigma, and offset.
|
default |
| double txt::TextShadow::blur_sigma = 0.0 |
Definition at line 17 of file text_shadow.h.
Referenced by hasShadow().
| SkColor txt::TextShadow::color = SK_ColorBLACK |
Definition at line 15 of file text_shadow.h.
| SkPoint txt::TextShadow::offset |
Definition at line 16 of file text_shadow.h.
Referenced by hasShadow().