~ubuntu-branches/ubuntu/karmic/grace/karmic

« back to all changes in this revision

Viewing changes to src/mbitmaps.h

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-19 14:19:58 UTC
  • Revision ID: james.westby@ubuntu.com-20020319141958-5gxna6vo1ek3zjml
Tags: upstream-5.1.7
ImportĀ upstreamĀ versionĀ 5.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Grace - GRaphing, Advanced Computation and Exploration of data
 
3
 * 
 
4
 * Home page: http://plasma-gate.weizmann.ac.il/Grace/
 
5
 * 
 
6
 * Copyright (c) 1991-1995 Paul J Turner, Portland, OR
 
7
 * Copyright (c) 1996-2000 GRACE Development Team
 
8
 * 
 
9
 * Maintained by Evgeny Stambulchik <fnevgeny@plasma-gate.weizmann.ac.il>
 
10
 * 
 
11
 * 
 
12
 *                           All Rights Reserved
 
13
 * 
 
14
 *    This program is free software; you can redistribute it and/or modify
 
15
 *    it under the terms of the GNU General Public License as published by
 
16
 *    the Free Software Foundation; either version 2 of the License, or
 
17
 *    (at your option) any later version.
 
18
 * 
 
19
 *    This program is distributed in the hope that it will be useful,
 
20
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
21
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
22
 *    GNU General Public License for more details.
 
23
 * 
 
24
 *    You should have received a copy of the GNU General Public License
 
25
 *    along with this program; if not, write to the Free Software
 
26
 *    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
27
 */
 
28
 
 
29
/*
 
30
 * Bitmaps for matrix fill order selector
 
31
 */
 
32
 
 
33
#ifndef __MBITMAPS_H_
 
34
#define __MBITMAPS_H_
 
35
 
 
36
#define MBITMAP_WIDTH  20
 
37
#define MBITMAP_HEIGHT 20
 
38
 
 
39
 
 
40
static unsigned char m_hv_lr_bt_bits[] = {
 
41
   0x00, 0x03, 0x00, 0x00, 0x0f, 0x00, 0xfc, 0xff, 0x03, 0x08, 0x0f, 0x00,
 
42
   0x10, 0x03, 0x00, 0x20, 0x00, 0x00, 0x40, 0x00, 0x00, 0x80, 0x00, 0x00,
 
43
   0x00, 0x01, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x06, 0x00, 0x00, 0x0a, 0x00,
 
44
   0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x40, 0x00, 0x00, 0x83, 0x00,
 
45
   0x00, 0x0f, 0x01, 0xfc, 0xff, 0x03, 0x00, 0x0f, 0x00, 0x00, 0x03, 0x00};
 
46
static unsigned char m_hv_lr_tb_bits[] = {
 
47
   0x00, 0x03, 0x00, 0x00, 0x0f, 0x00, 0xfc, 0xff, 0x03, 0x00, 0x0f, 0x01,
 
48
   0x00, 0x83, 0x00, 0x00, 0x40, 0x00, 0x00, 0x20, 0x00, 0x00, 0x10, 0x00,
 
49
   0x00, 0x0a, 0x00, 0x00, 0x06, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x01, 0x00,
 
50
   0x80, 0x00, 0x00, 0x40, 0x00, 0x00, 0x20, 0x00, 0x00, 0x10, 0x03, 0x00,
 
51
   0x08, 0x0f, 0x00, 0xfc, 0xff, 0x03, 0x00, 0x0f, 0x00, 0x00, 0x03, 0x00};
 
52
static unsigned char m_hv_rl_bt_bits[] = {
 
53
   0x00, 0x0c, 0x00, 0x00, 0x0f, 0x00, 0xfc, 0xff, 0x03, 0x00, 0x0f, 0x01,
 
54
   0x00, 0x8c, 0x00, 0x00, 0x40, 0x00, 0x00, 0x20, 0x00, 0x00, 0x10, 0x00,
 
55
   0x00, 0x08, 0x00, 0x00, 0x07, 0x00, 0x00, 0x06, 0x00, 0x00, 0x05, 0x00,
 
56
   0x80, 0x00, 0x00, 0x40, 0x00, 0x00, 0x20, 0x00, 0x00, 0x10, 0x0c, 0x00,
 
57
   0x08, 0x0f, 0x00, 0xfc, 0xff, 0x03, 0x00, 0x0f, 0x00, 0x00, 0x0c, 0x00};
 
58
static unsigned char m_hv_rl_tb_bits[] = {
 
59
   0x00, 0x0c, 0x00, 0x00, 0x0f, 0x00, 0xfc, 0xff, 0x03, 0x08, 0x0f, 0x00,
 
60
   0x10, 0x0c, 0x00, 0x20, 0x00, 0x00, 0x40, 0x00, 0x00, 0x80, 0x00, 0x00,
 
61
   0x00, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x07, 0x00, 0x00, 0x08, 0x00,
 
62
   0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x40, 0x00, 0x00, 0x8c, 0x00,
 
63
   0x00, 0x0f, 0x01, 0xfc, 0xff, 0x03, 0x00, 0x0f, 0x00, 0x00, 0x0c, 0x00};
 
64
static unsigned char m_vh_lr_bt_bits[] = {
 
65
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x02, 0x0c, 0x00, 0x02,
 
66
   0x14, 0x00, 0x02, 0x24, 0x00, 0x02, 0x44, 0x00, 0x02, 0x84, 0x00, 0x02,
 
67
   0x0e, 0x05, 0x07, 0x0e, 0x06, 0x07, 0x1f, 0x87, 0x0f, 0x1f, 0x88, 0x0f,
 
68
   0x04, 0x10, 0x02, 0x04, 0x20, 0x02, 0x04, 0x40, 0x02, 0x04, 0x80, 0x02,
 
69
   0x04, 0x00, 0x03, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
 
70
static unsigned char m_vh_lr_tb_bits[] = {
 
71
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x02, 0x04, 0x00, 0x03,
 
72
   0x04, 0x80, 0x02, 0x04, 0x40, 0x02, 0x04, 0x20, 0x02, 0x04, 0x10, 0x02,
 
73
   0x1f, 0x88, 0x0f, 0x1f, 0x87, 0x0f, 0x0e, 0x06, 0x07, 0x0e, 0x05, 0x07,
 
74
   0x84, 0x00, 0x02, 0x44, 0x00, 0x02, 0x24, 0x00, 0x02, 0x14, 0x00, 0x02,
 
75
   0x0c, 0x00, 0x02, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
 
76
static unsigned char m_vh_rl_bt_bits[] = {
 
77
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x02, 0x04, 0x00, 0x03,
 
78
   0x04, 0x80, 0x02, 0x04, 0x40, 0x02, 0x04, 0x20, 0x02, 0x04, 0x10, 0x02,
 
79
   0x0e, 0x0a, 0x07, 0x0e, 0x06, 0x07, 0x1f, 0x8e, 0x0f, 0x1f, 0x81, 0x0f,
 
80
   0x84, 0x00, 0x02, 0x44, 0x00, 0x02, 0x24, 0x00, 0x02, 0x14, 0x00, 0x02,
 
81
   0x0c, 0x00, 0x02, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
 
82
static unsigned char m_vh_rl_tb_bits[] = {
 
83
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x02, 0x0c, 0x00, 0x02,
 
84
   0x14, 0x00, 0x02, 0x24, 0x00, 0x02, 0x44, 0x00, 0x02, 0x84, 0x00, 0x02,
 
85
   0x1f, 0x81, 0x0f, 0x1f, 0x8e, 0x0f, 0x0e, 0x06, 0x07, 0x0e, 0x0a, 0x07,
 
86
   0x04, 0x10, 0x02, 0x04, 0x20, 0x02, 0x04, 0x40, 0x02, 0x04, 0x80, 0x02,
 
87
   0x04, 0x00, 0x03, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
 
88
 
 
89
#endif /* __MBITMAPS_H_ */