Searched refs:arrow_x (Results 1 – 4 of 4) sorted by relevance
157 int arrow_x; in Layout() local162 if (delegate->DrawInfoBarArrows(&arrow_x) && arrow_fill_height) { in Layout()169 SkIntToScalar(arrow_x) + SK_ScalarHalf - arrow_fill_half_width, in Layout()
253 ArrowLocationGtk preferred_location, int arrow_x, int width) { in GetArrowLocation() argument257 bool left_is_onscreen = (arrow_x - kArrowX + width < screen_width); in GetArrowLocation()258 bool right_is_onscreen = (arrow_x + kArrowX - width >= 0); in GetArrowLocation()
123 ArrowLocationGtk preferred_location, int arrow_x, int width);
126 native_theme_extra_params->menu_list.arrow_x = in GetNativeThemeExtraParams()