Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/bubble/
Dbubble_border.cc335 float tip_x = horizontal ? arrow_bounds.CenterPoint().x() : in DrawArrow() local
348 path.moveTo(SkDoubleToScalar(tip_x), SkDoubleToScalar(tip_y)); in DrawArrow()
349 path.lineTo(SkDoubleToScalar(tip_x + offset_to_next_vertex), in DrawArrow()
352 path.lineTo(SkDoubleToScalar(tip_x - multiplier * offset_to_next_vertex), in DrawArrow()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views.cc126 int tip_x, in DrawArrow() argument
132 arrow.moveTo(tip_x - arrow_half_width, kArrowHeight); in DrawArrow()
133 arrow.lineTo(tip_x, 0); in DrawArrow()
134 arrow.lineTo(tip_x + arrow_half_width, kArrowHeight); in DrawArrow()