Lines Matching refs:theme
1919 GX_THEME *theme; in _gx_binres_theme_load() local
1948 theme = (GX_THEME *)(info.gx_binres_buffer + info.gx_binres_buffer_index); in _gx_binres_theme_load()
1951 theme -> theme_color_table_size = theme_header.gx_theme_header_color_count; in _gx_binres_theme_load()
1952 theme -> theme_palette_size = theme_header.gx_theme_header_palette_count; in _gx_binres_theme_load()
1953 theme -> theme_font_table_size = theme_header.gx_theme_header_font_count; in _gx_binres_theme_load()
1954 … theme -> theme_pixelmap_table_size = (USHORT)(theme_header.gx_theme_header_pixelmap_count + 1); in _gx_binres_theme_load()
1955 … theme -> theme_vertical_scrollbar_appearance = theme_header.gx_theme_header_vscroll_appearance; in _gx_binres_theme_load()
1956 … theme -> theme_horizontal_scrollbar_appearance = theme_header.gx_theme_header_hscroll_appearance; in _gx_binres_theme_load()
1957 theme -> theme_vertical_scroll_style = theme_header.gx_theme_header_hscroll_style; in _gx_binres_theme_load()
1958 theme -> theme_horizontal_scroll_style = theme_header.gx_theme_header_hscroll_style; in _gx_binres_theme_load()
1963 &theme -> theme_color_table); in _gx_binres_theme_load()
1970 &theme -> theme_palette); in _gx_binres_theme_load()
1978 &theme -> theme_font_table); in _gx_binres_theme_load()
1985 …theme -> theme_pixelmap_table = (GX_PIXELMAP **)(info.gx_binres_buffer + info.gx_binres_buffer_ind… in _gx_binres_theme_load()
1990 theme -> theme_pixelmap_table_size, in _gx_binres_theme_load()
1991 theme -> theme_pixelmap_table); in _gx_binres_theme_load()
1996 *returned_theme = theme; in _gx_binres_theme_load()