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

  /external/chromium/chrome/browser/chromeos/login/
rounded_rect_painter.h 42 SkColor stroke_color);
rounded_rect_painter.cc 31 SkColor stroke_color) {
58 if (stroke_color != 0) {
68 paint.setColor(stroke_color);
191 const SkColor& stroke_color)
194 stroke_color_(stroke_color) {
260 SkColor stroke_color) {
262 corner_radius, stroke_width, background_color, stroke_color);
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 596 SkColor stroke_color = 0; local
603 stroke_color = DebugColors::PaintRectBorderColor();
608 stroke_color = DebugColors::PropertyChangedRectBorderColor();
613 stroke_color = DebugColors::SurfaceDamageRectBorderColor();
618 stroke_color = DebugColors::ScreenSpaceSurfaceReplicaRectBorderColor();
623 stroke_color = DebugColors::ScreenSpaceLayerRectBorderColor();
628 stroke_color = DebugColors::OccludingRectBorderColor();
633 stroke_color = DebugColors::NonOccludingRectBorderColor();
638 stroke_color = DebugColors::TouchEventHandlerRectBorderColor();
644 stroke_color = DebugColors::WheelEventHandlerRectBorderColor()
    [all...]
  /external/chromium_org/ui/views/controls/
progress_bar.cc 116 SkColor stroke_color,
122 paint.setColor(stroke_color);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 647 GdkColor stroke_color = theme_service_->UseGtkTheme() ? local
650 gtk_util::ActAsRoundedWindow(paint_box_, stroke_color, kNTPRoundedness,
853 GdkColor stroke_color = theme_service_->UseGtkTheme() ? local
856 gtk_util::SetRoundedWindowBorderColor(paint_box_, stroke_color);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 666 GdkColor stroke_color = theme_service_->UsingNativeTheme() ? local
669 gtk_util::ActAsRoundedWindow(paint_box_, stroke_color, kNTPRoundedness,
1015 GdkColor stroke_color = theme_service_->UsingNativeTheme() ? local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 128 const SkColor& stroke_color) {
140 if (stroke_color != SK_ColorTRANSPARENT) {
142 stroke_paint.setColor(stroke_color);
    [all...]

Completed in 307 milliseconds