Searched refs:tip_y (Results 1 – 4 of 4) sorted by relevance
393 int tip_y, in DrawArrowInterior() argument413 path.moveTo(SkIntToScalar(tip_x), SkIntToScalar(tip_y)); in DrawArrowInterior()415 SkIntToScalar(tip_y + shift_y)); in DrawArrowInterior()417 path.lineTo(SkIntToScalar(tip_x - shift_x), SkIntToScalar(tip_y + shift_y)); in DrawArrowInterior()419 path.lineTo(SkIntToScalar(tip_x + shift_x), SkIntToScalar(tip_y - shift_y)); in DrawArrowInterior()
127 int tip_y,
337 float tip_y = !horizontal ? arrow_bounds.CenterPoint().y() + 0.5f : in DrawArrow() local347 path.moveTo(SkDoubleToScalar(tip_x), SkDoubleToScalar(tip_y)); in DrawArrow()349 SkDoubleToScalar(tip_y + offset_to_next_vertex)); in DrawArrow()352 SkDoubleToScalar(tip_y + multiplier * offset_to_next_vertex)); in DrawArrow()
248 int tip_y = left_base_y - kArrowHeight; in Paint() local250 path.lineTo(SkIntToScalar(tip_x), SkIntToScalar(tip_y)); in Paint()