Searched refs:wants_left (Results 1 – 1 of 1) sorted by relevance
254 bool wants_left = (preferred_location == ARROW_LOCATION_TOP_LEFT); in GetArrowLocation() local262 if (left_is_onscreen && (wants_left || !right_is_onscreen)) in GetArrowLocation()264 if (right_is_onscreen && (!wants_left || !left_is_onscreen)) in GetArrowLocation()266 return (wants_left ? ARROW_LOCATION_TOP_LEFT : ARROW_LOCATION_TOP_RIGHT); in GetArrowLocation()