Searched refs:tip_x (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/ui/views/bubble/ |
D | bubble_border.cc | 392 int tip_x, in DrawArrowInterior() argument 413 path.moveTo(SkIntToScalar(tip_x), SkIntToScalar(tip_y)); in DrawArrowInterior() 414 path.lineTo(SkIntToScalar(tip_x + shift_x), 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()
|
D | bubble_border.h | 126 int tip_x,
|
/external/chromium_org/ui/views/bubble/ |
D | bubble_border.cc | 334 float tip_x = horizontal ? arrow_bounds.CenterPoint().x() : in DrawArrow() local 347 path.moveTo(SkDoubleToScalar(tip_x), SkDoubleToScalar(tip_y)); in DrawArrow() 348 path.lineTo(SkDoubleToScalar(tip_x + offset_to_next_vertex), in DrawArrow() 351 path.lineTo(SkDoubleToScalar(tip_x - multiplier * offset_to_next_vertex), in DrawArrow()
|
/external/chromium_org/ash/wm/caption_buttons/ |
D | maximize_bubble_controller_bubble.cc | 245 int tip_x = inset.left() + content_view_->width() / 2; in Paint() local 246 int left_base_x = tip_x - kArrowWidth / 2; in Paint() 250 path.lineTo(SkIntToScalar(tip_x), SkIntToScalar(tip_y)); in Paint()
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | autofill_dialog_views.cc | 126 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()
|