Lines Matching refs:VScrollAppearance

1064 …ject->mDisplays[display].themes[theme].VScrollAppearance = src->mDisplays[display].themes[theme].V…  in Clone()
1958 memset(&pInfo->themes[theme].VScrollAppearance, 0, sizeof(GX_SCROLLBAR_APPEARANCE)); in DefaultScrollbarAppearance()
1959 pInfo->themes[theme].VScrollAppearance.gx_scroll_width = 20; in DefaultScrollbarAppearance()
1960 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_travel_min = 20; in DefaultScrollbarAppearance()
1961 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_travel_max = 20; in DefaultScrollbarAppearance()
1962 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_width = 18; in DefaultScrollbarAppearance()
1963 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_color = GX_COLOR_ID_SCROLL_BUTTON; in DefaultScrollbarAppearance()
1964 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_border_color = GX_COLOR_ID_SCROLL_BUTTON; in DefaultScrollbarAppearance()
1965 pInfo->themes[theme].VScrollAppearance.gx_scroll_button_color = GX_COLOR_ID_SCROLL_BUTTON; in DefaultScrollbarAppearance()
1966 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_border_style = GX_STYLE_BORDER_THIN; in DefaultScrollbarAppearance()
1975 pInfo->themes[theme].VScrollAppearance.gx_scroll_thumb_border_color = GX_COLOR_ID_SCROLL_BUTTON; in DefaultScrollbarAppearance()
2934 …e_provider::WriteScrollbarAppearance(writer, this, display, info->themes[theme].VScrollAppearance); in WriteThemeScrollbars()
4277 …ce_provider::ReadScrollbarAppearance(reader, this, display, info->themes[theme].VScrollAppearance); in ReadThemeScrollbars()