Searched refs:shadows_ (Results 1 – 6 of 6) sorted by relevance
56 shadows_(NULL), in LabelExample()116 } else if (button == shadows_) { in ButtonPressed()118 if (shadows_->checked()) { in ButtonPressed()181 shadows_ = new Checkbox(base::ASCIIToUTF16("Shadows")); in AddCustomLabel()182 shadows_->set_listener(this); in AddCustomLabel()183 layout->AddView(shadows_); in AddCustomLabel()
60 Checkbox* shadows_; variable
64 const gfx::ShadowValues& shadows() const { return shadows_; } in shadows()211 gfx::ShadowValues shadows_; variable
107 shadows_ = shadows; in SetShadows()323 line_height_, flags, shadows_); in PaintText()350 const gfx::Insets shadow_margin = -gfx::ShadowValue::GetMargin(shadows_); in GetTextSize()
413 void set_shadows(const ShadowValues& shadows) { shadows_ = shadows; } in set_shadows()414 const ShadowValues& shadows() { return shadows_; } in shadows()717 ShadowValues shadows_; variable
738 clip_rect.Inset(ShadowValue::GetMargin(shadows_)); in Draw()1129 skia::RefPtr<SkDrawLooper> looper = CreateShadowDrawLooper(shadows_); in ApplyTextShadows()