Home
last modified time | relevance | path

Searched refs:shift_x (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
Dbubble_border.cc394 int shift_x, in DrawArrowInterior() argument
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()
Dbubble_border.h128 int shift_x,