Searched defs:is_horizontal (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.cc352 bool is_horizontal,
373 is_horizontal ? before_arrow : edge->width(),
374 is_horizontal ? edge->height() : before_arrow);
378 start_x + (is_horizontal ? before_arrow : offset),
379 start_y + (is_horizontal ? offset : before_arrow));
382 start_x += (is_horizontal ? before_arrow + arrow->width() : 0);
383 start_y += (is_horizontal ? 0 : before_arrow + arrow->height());
385 is_horizontal ? after_arrow : edge->width(),
386 is_horizontal ? edge->height() : after_arrow);
391 bool is_horizontal,
351 DrawEdgeWithArrow(gfx::Canvas* canvas, bool is_horizontal, SkBitmap* edge, SkBitmap* arrow, int start_x, int start_y, int before_arrow, int after_arrow, int offset) const argument
390 DrawArrowInterior(gfx::Canvas* canvas, bool is_horizontal, int tip_x, int tip_y, int shift_x, int shift_y) const argument
[all...]

Completed in 44 milliseconds