Home | History | Annotate | Download | only in bubble

Lines Matching refs:arrow_

135     : arrow_(arrow),
161 if (arrow_paint_type_ == PAINT_TRANSPARENT || !has_arrow(arrow_))
163 else if (is_arrow_on_horizontal(arrow_))
178 if (is_arrow_on_horizontal(arrow_)) {
179 if (is_arrow_on_left(arrow_)) {
181 } else if (is_arrow_at_center(arrow_)) {
187 y += is_arrow_on_top(arrow_) ? h + arrow_size : -arrow_size - size.height();
188 } else if (has_arrow(arrow_)) {
189 x += is_arrow_on_left(arrow_) ? w + arrow_size : -arrow_size - size.width();
190 if (is_arrow_on_top(arrow_)) {
192 } else if (is_arrow_at_center(arrow_)) {
200 y += (arrow_ == NONE) ? h : (h - size.height()) / 2;
215 const int edge_length = is_arrow_on_horizontal(arrow_) ?
217 if (is_arrow_at_center(arrow_) && arrow_offset_ == 0)
232 if (is_arrow_on_horizontal(arrow_)) {
233 if (is_arrow_on_top(arrow_))
236 } else if (has_arrow(arrow_)) {
237 if (is_arrow_on_left(arrow_))
264 if (is_arrow_on_horizontal(arrow_)) {
265 return is_arrow_on_top(arrow_) ?
267 } else if (has_arrow(arrow_)) {
268 return is_arrow_on_left(arrow_) ?
275 if (!has_arrow(arrow_) || arrow_paint_type_ != PAINT_NORMAL)
283 if (is_arrow_on_horizontal(arrow_)) {
284 origin.set_x(is_arrow_on_left(arrow_) || is_arrow_at_center(arrow_) ?
287 if (is_arrow_on_top(arrow_))
292 origin.set_y(is_arrow_on_top(arrow_) || is_arrow_at_center(arrow_) ?
295 if (is_arrow_on_left(arrow_))
306 const bool horizontal = is_arrow_on_horizontal(arrow_);
309 is_arrow_on_left(arrow_) ? arrow_bounds.right() - thickness :
312 is_arrow_on_top(arrow_) ? arrow_bounds.bottom() - thickness :
315 is_arrow_on_top(arrow_) : is_arrow_on_left(arrow_);