Searched refs:menu_background (Results 1 – 10 of 10) sorted by relevance
102 const MenuBackgroundExtraParams& menu_background) const { in PaintMenuPopupBackground()104 if (menu_background.corner_radius > 0) { in PaintMenuPopupBackground()113 SkScalar radius = SkIntToScalar(menu_background.corner_radius); in PaintMenuPopupBackground()
39 const MenuBackgroundExtraParams& menu_background) const OVERRIDE;
31 const MenuBackgroundExtraParams& menu_background) const OVERRIDE;
205 MenuBackgroundExtraParams menu_background; member
105 const MenuBackgroundExtraParams& menu_background) const;
217 PaintMenuPopupBackground(canvas, rect.size(), extra.menu_background); in Paint()786 const MenuBackgroundExtraParams& menu_background) const { in PaintMenuPopupBackground()
331 const MenuBackgroundExtraParams& menu_background) const {
37 const MenuBackgroundExtraParams& menu_background) const OVERRIDE;
163 const MenuBackgroundExtraParams& menu_background) const { in PaintMenuPopupBackground()164 if (menu_background.corner_radius > 0) { in PaintMenuPopupBackground()173 SkScalar radius = SkIntToScalar(menu_background.corner_radius); in PaintMenuPopupBackground()
214 extra.menu_background.corner_radius = menu_config.corner_radius; in OnPaintBackground()