OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tip_x
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc
392
int
tip_x
,
401
* ????????? |
tip_x
|
413
path.moveTo(SkIntToScalar(
tip_x
), SkIntToScalar(tip_y));
414
path.lineTo(SkIntToScalar(
tip_x
+ shift_x),
417
path.lineTo(SkIntToScalar(
tip_x
- shift_x), SkIntToScalar(tip_y + shift_y));
419
path.lineTo(SkIntToScalar(
tip_x
+ shift_x), SkIntToScalar(tip_y - shift_y));
bubble_border.h
126
int
tip_x
,
/external/chromium_org/ui/views/bubble/
bubble_border.cc
308
float
tip_x
= horizontal ? arrow_bounds.CenterPoint().x() :
321
path.moveTo(SkDoubleToScalar(
tip_x
), SkDoubleToScalar(tip_y));
322
path.lineTo(SkDoubleToScalar(
tip_x
+ offset_to_next_vertex),
325
path.lineTo(SkDoubleToScalar(
tip_x
- multiplier * offset_to_next_vertex),
/external/chromium_org/ash/wm/
maximize_bubble_controller.cc
164
int
tip_x
= inset.left() + content_view_->width() / 2;
local
165
int left_base_x =
tip_x
- kArrowWidth / 2;
169
path.lineTo(SkIntToScalar(
tip_x
), SkIntToScalar(tip_y));
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc
120
// Draws an arrow at the top of |canvas| pointing to |
tip_x
|.
122
int
tip_x
,
128
arrow.moveTo(
tip_x
- arrow_half_width, kArrowHeight);
129
arrow.lineTo(
tip_x
, 0);
130
arrow.lineTo(
tip_x
+ arrow_half_width, kArrowHeight);
[
all
...]
Completed in 1032 milliseconds