Searched refs:tip_x (Results 1 – 2 of 2) sorted by relevance
335 float tip_x = horizontal ? arrow_bounds.CenterPoint().x() : in DrawArrow() local348 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()
126 int tip_x, in DrawArrow() argument132 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()