Searched refs:arrow_half_width (Results 1 – 4 of 4) sorted by relevance
96 int arrow_half_width() const { return arrow_half_width_; } in arrow_half_width() function
128 const int arrow_half_width = kArrowWidth / 2.0f; in DrawArrow() local131 arrow.moveTo(tip_x - arrow_half_width, kArrowHeight); in DrawArrow()133 arrow.lineTo(tip_x + arrow_half_width, kArrowHeight); in DrawArrow()653 const int arrow_half_width = kArrowWidth / 2.0f; in OnPaint() local659 arrow.rLineTo(rect.width() / 2 - arrow_half_width, 0); in OnPaint()660 arrow.rLineTo(arrow_half_width, -kArrowHeight); in OnPaint()661 arrow.rLineTo(arrow_half_width, kArrowHeight); in OnPaint()
146 [infoBarView_ setArrowHalfWidth:infobar_->arrow_half_width()];
159 SkScalar arrow_fill_half_width = SkIntToScalar(arrow_half_width()); in Layout()