HomeSort by relevance Sort by last modified time
    Searched refs:shadows_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/controls/
label.h 64 shadows_ = shadows;
67 const gfx::ShadowValues& shadows() const { return shadows_; }
244 gfx::ShadowValues shadows_; member in class:views::Label
label.cc 323 line_height_, flags, shadows_);
350 const gfx::Insets shadow_margin = -gfx::ShadowValue::GetMargin(shadows_);
  /external/chromium_org/ui/gfx/
render_text.h 410 void set_shadows(const ShadowValues& shadows) { shadows_ = shadows; }
696 ShadowValues shadows_; member in class:gfx::RenderText
render_text.cc 765 clip_rect.Inset(ShadowValue::GetMargin(shadows_));
    [all...]

Completed in 534 milliseconds