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

/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc159 SkScalar arrow_fill_half_width = SkIntToScalar(arrow_half_width()); local
168 SkIntToScalar(arrow_x) + SK_ScalarHalf - arrow_fill_half_width,
170 stroke_path_.rLineTo(arrow_fill_half_width, -arrow_fill_height);
171 stroke_path_.rLineTo(arrow_fill_half_width, arrow_fill_height);
182 fill_path_.rLineTo(epsilon - (arrow_fill_half_width * 2), 0);

Completed in 72 milliseconds