Searched refs:mid_anchor (Results 1 – 1 of 1) sorted by relevance
176 const bool mid_anchor = alignment_ == ALIGN_ARROW_TO_MID_ANCHOR; in GetBounds() local181 x += mid_anchor ? w / 2 - arrow_offset : kStroke - GetBorderThickness(); in GetBounds()185 x += mid_anchor ? w / 2 + arrow_offset - size.width() : in GetBounds()192 y += mid_anchor ? h / 2 - arrow_offset : kStroke - GetBorderThickness(); in GetBounds()196 y += mid_anchor ? h / 2 + arrow_offset - size.height() : in GetBounds()