source: svn/trunk/newcon3bcm2_21bu/dta/src/app/dta/bscreen_dcc.h

Last change on this file was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 1.6 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2003-2006, Broadcom Corporation
3 *     All Rights Reserved
4 *     Confidential Property of Broadcom Corporation
5 *
6 *  THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7 *  AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8 *  EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9 *
10 * $brcm_Workfile:  $
11 * $brcm_Revision:  $
12 * $brcm_Date: $
13 *
14 * Module Description:
15 *
16 * Revision History:
17 *
18 * $brcm_Log:  $
19 *
20 ***************************************************************************/
21#ifndef BSCREEN_DCC_H__
22#define BSCREEN_DCC_H__
23
24#include "bscreen.h"
25extern const btext_id_t s_cc_analog_ids[];
26extern const int s_cc_analog_ids_num;
27
28extern const btext_id_t s_cc_digital_ids[];
29extern const int s_cc_digital_ids_num;
30
31
32extern const btext_id_t s_cc_font_ids[];
33extern const int s_cc_font_ids_num;
34
35extern const btext_id_t s_cc_font_size_ids[];
36extern const int s_cc_font_size_ids_num;
37
38extern const btext_id_t s_cc_font_style_ids[];
39extern const int s_cc_font_style_ids_num;
40
41extern const btext_id_t s_cc_font_color_ids[];
42extern const int s_cc_font_color_ids_num;
43
44extern const btext_id_t s_cc_font_op_ids[];
45extern const int s_cc_font_op_ids_num;
46
47extern const btext_id_t s_cc_font_edge_ids[];
48extern const int s_cc_font_edge_ids_num;
49
50int bscreen_cc_event(void *v_app, void *v_screen,
51                               bscreen_event_t *p_event);
52void bscreen_cc_draw(void *v_app, void *v_screen);
53
54
55#endif /* BSCREEN_DCC_H__ */
Note: See TracBrowser for help on using the repository browser.