Home
last modified time | relevance | path

Searched refs:shadows_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/views/examples/
Dlabel_example.cc56 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()
Dlabel_example.h60 Checkbox* shadows_; variable
/external/chromium_org/ui/views/controls/
Dlabel.h64 const gfx::ShadowValues& shadows() const { return shadows_; } in shadows()
211 gfx::ShadowValues shadows_; variable
Dlabel.cc107 shadows_ = shadows; in SetShadows()
323 line_height_, flags, shadows_); in PaintText()
350 const gfx::Insets shadow_margin = -gfx::ShadowValue::GetMargin(shadows_); in GetTextSize()
/external/chromium_org/ui/gfx/
Drender_text.h413 void set_shadows(const ShadowValues& shadows) { shadows_ = shadows; } in set_shadows()
414 const ShadowValues& shadows() { return shadows_; } in shadows()
717 ShadowValues shadows_; variable
Drender_text.cc738 clip_rect.Inset(ShadowValue::GetMargin(shadows_)); in Draw()
1129 skia::RefPtr<SkDrawLooper> looper = CreateShadowDrawLooper(shadows_); in ApplyTextShadows()