Home
last modified time | relevance | path

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

/external/chromium_org/ash/touch/
Dtouch_hud_projection.cc42 stroke_paint_.setStyle(SkPaint::kStroke_Style); in TouchPointView()
43 stroke_paint_.setColor(kProjectionStrokeColor); in TouchPointView()
86 stroke_paint_.setAlpha(alpha); in OnPaint()
99 stroke_paint_); in OnPaint()
129 SkPaint stroke_paint_; member in ash::TouchPointView