Home | History | Annotate | Line # | Download | only in wscons
      1  1.4      cube /* $NetBSD: wscons_rfont.h,v 1.4 2007/01/13 18:42:45 cube Exp $ */
      2  1.1  drochner 
      3  1.1  drochner /*
      4  1.1  drochner  * Copyright (c) 1992, 1993
      5  1.1  drochner  *	The Regents of the University of California.  All rights reserved.
      6  1.1  drochner  *
      7  1.1  drochner  * This code is derived from software contributed to the Computer Systems
      8  1.1  drochner  * Engineering Group at Lawrence Berkeley Laboratory and to the University
      9  1.1  drochner  * of California at Berkeley by Jef Poskanzer.
     10  1.1  drochner  *
     11  1.1  drochner  * Redistribution and use in source and binary forms, with or without
     12  1.1  drochner  * modification, are permitted provided that the following conditions
     13  1.1  drochner  * are met:
     14  1.1  drochner  * 1. Redistributions of source code must retain the above copyright
     15  1.1  drochner  *    notice, this list of conditions and the following disclaimer.
     16  1.1  drochner  * 2. Redistributions in binary form must reproduce the above copyright
     17  1.1  drochner  *    notice, this list of conditions and the following disclaimer in the
     18  1.1  drochner  *    documentation and/or other materials provided with the distribution.
     19  1.2       agc  * 3. Neither the name of the University nor the names of its contributors
     20  1.1  drochner  *    may be used to endorse or promote products derived from this software
     21  1.1  drochner  *    without specific prior written permission.
     22  1.1  drochner  *
     23  1.1  drochner  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     24  1.1  drochner  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     25  1.1  drochner  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     26  1.1  drochner  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     27  1.1  drochner  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     28  1.1  drochner  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     29  1.1  drochner  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     30  1.1  drochner  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     31  1.1  drochner  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     32  1.1  drochner  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     33  1.1  drochner  * SUCH DAMAGE.
     34  1.1  drochner  *
     35  1.1  drochner  *	@(#)gallant19.h	8.1 (Berkeley) 6/11/93
     36  1.1  drochner  */
     37  1.1  drochner 
     38  1.1  drochner static u_int32_t gallant19_32_pixels[] = {
     39  1.1  drochner     0x00000000,
     40  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x000018c0, 0x000003c0, 0x000030c0,
     41  1.1  drochner     0x000030c0, 0x00001ee0, 0x00000000, 0x00000000, 0x00002000, 0x0000e000,
     42  1.1  drochner     0x00006000, 0x00006fc0, 0x00006060, 0x00006060, 0x00007060, 0x00004f80,
     43  1.1  drochner     0x00000000, 0x00000000, 0x00000000
     44  1.1  drochner };
     45  1.1  drochner static struct raster gallant19_32 = { 12, 22, 1, 1, gallant19_32_pixels, 0 };
     46  1.1  drochner 
     47  1.1  drochner static u_int32_t gallant19_33_pixels[] = {
     48  1.1  drochner     0x00000000,
     49  1.1  drochner     0x06000000, 0x06000000, 0x06000060, 0x06000060, 0x06000060, 0x060031e0,
     50  1.1  drochner     0x06006060, 0x06006060, 0x060070e0, 0x06001e70, 0x06000000, 0x00000000,
     51  1.1  drochner     0x00000000, 0x06000000, 0x06000000, 0x000030c0, 0x00006060, 0x00006000,
     52  1.1  drochner     0x00003000, 0x00000f80, 0x00000000
     53  1.1  drochner };
     54  1.1  drochner static struct raster gallant19_33 = { 12, 22, 1, 1, gallant19_33_pixels, 0 };
     55  1.1  drochner 
     56  1.1  drochner static u_int32_t gallant19_34_pixels[] = {
     57  1.1  drochner     0x00000000,
     58  1.1  drochner     0x19800c00, 0x19801e00, 0x19800000, 0x19800000, 0x19800000, 0x19800000,
     59  1.1  drochner     0x00000000, 0x000031e0, 0x000060c0, 0x00003180, 0x00006000, 0x00003fe0,
     60  1.1  drochner     0x00004020, 0x00007fc0, 0x00001000, 0x00007000, 0x00003000, 0x000039c0,
     61  1.1  drochner     0x000030c0, 0x000030c0, 0x00000000
     62  1.1  drochner };
     63  1.1  drochner static struct raster gallant19_34 = { 12, 22, 1, 1, gallant19_34_pixels, 0 };
     64  1.1  drochner 
     65  1.1  drochner static u_int32_t gallant19_35_pixels[] = {
     66  1.1  drochner     0x00000000,
     67  1.1  drochner     0x03300600, 0x03300600, 0x03300600, 0x06601f80, 0x1ff00000, 0x1ff00000,
     68  1.1  drochner     0x0cc00000, 0x0cc000c0, 0x19800000, 0x198000c0, 0x7fc000c0, 0x7fc000c0,
     69  1.1  drochner     0x330000c0, 0x660000c0, 0x660030c0, 0x00001f00, 0x00006000, 0x00006000,
     70  1.1  drochner     0x00006000, 0x00006300, 0x00000000
     71  1.1  drochner };
     72  1.1  drochner static struct raster gallant19_35 = { 12, 22, 1, 1, gallant19_35_pixels, 0 };
     73  1.1  drochner 
     74  1.1  drochner static u_int32_t gallant19_36_pixels[] = {
     75  1.1  drochner     0x00000000,
     76  1.1  drochner     0x06000600, 0x1f800600, 0x3fc00600, 0x66e00600, 0x66600600, 0x66001f80,
     77  1.1  drochner     0x3e000000, 0x1f800000, 0x07c00000, 0x06600000, 0x06600000, 0x66606ee0,
     78  1.1  drochner     0x7fc06660, 0x3f806660, 0x06006660, 0x0000ef70, 0x00000000, 0x00000000,
     79  1.1  drochner     0x00000000, 0x00000000, 0x00000000
     80  1.1  drochner };
     81  1.1  drochner static struct raster gallant19_36 = { 12, 22, 1, 1, gallant19_36_pixels, 0 };
     82  1.1  drochner 
     83  1.1  drochner static u_int32_t gallant19_37_pixels[] = {
     84  1.1  drochner     0x00000000,
     85  1.1  drochner     0x38600000, 0x44c00000, 0x44c00000, 0x458011c0, 0x39806060, 0x03006060,
     86  1.1  drochner     0x03007040, 0x06001f00, 0x0c000000, 0x0c000000, 0x19c00000, 0x1a200000,
     87  1.1  drochner     0x32200000, 0x322071c0, 0x61c06060, 0x00006060, 0x00006040, 0x00007f00,
     88  1.1  drochner     0x00006000, 0x00006000, 0x00000000
     89  1.1  drochner };
     90  1.1  drochner static struct raster gallant19_37 = { 12, 22, 1, 1, gallant19_37_pixels, 0 };
     91  1.1  drochner 
     92  1.1  drochner static u_int32_t gallant19_38_pixels[] = {
     93  1.1  drochner     0x00000000,
     94  1.1  drochner     0x07000060, 0x0f800060, 0x18c00000, 0x18c00000, 0x18c00000, 0x0f8034c0,
     95  1.1  drochner     0x1e003000, 0x3e003000, 0x77003000, 0x63607800, 0x61e00000, 0x61c00000,
     96  1.1  drochner     0x61800000, 0x3fe00000, 0x1e600000, 0x000030c0, 0x00003800, 0x00000780,
     97  1.1  drochner     0x000020c0, 0x00003f80, 0x00000000
     98  1.1  drochner };
     99  1.1  drochner static struct raster gallant19_38 = { 12, 22, 1, 1, gallant19_38_pixels, 0 };
    100  1.1  drochner 
    101  1.1  drochner static u_int32_t gallant19_39_pixels[] = {
    102  1.1  drochner     0x00000000,
    103  1.1  drochner     0x0c000c20, 0x1e000780, 0x1e000000, 0x06000000, 0x06000000, 0x0c000000,
    104  1.1  drochner     0x18000000, 0x100030c0, 0x000030c0, 0x000030c0, 0x000030c0, 0x00001e60,
    105  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00006020,
    106  1.1  drochner     0x00003040, 0x00001880, 0x00000000
    107  1.1  drochner };
    108  1.1  drochner static struct raster gallant19_39 = { 12, 22, 1, 1, gallant19_39_pixels, 0 };
    109  1.1  drochner 
    110  1.1  drochner static u_int32_t gallant19_40_pixels[] = {
    111  1.1  drochner     0x00000000,
    112  1.1  drochner     0x00c06620, 0x01803b40, 0x03801980, 0x03001980, 0x07000000, 0x06000000,
    113  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06007040, 0x07001d00, 0x03000700,
    114  1.1  drochner     0x038011c0, 0x0180f1f0, 0x00c00000, 0x00000000, 0x00000000, 0x00000000,
    115  1.1  drochner     0x00000000, 0x00006020, 0x00000000
    116  1.1  drochner };
    117  1.1  drochner static struct raster gallant19_40 = { 12, 22, 1, 1, gallant19_40_pixels, 0 };
    118  1.1  drochner 
    119  1.1  drochner static u_int32_t gallant19_41_pixels[] = {
    120  1.1  drochner     0x00000000,
    121  1.1  drochner     0x30000000, 0x180060e0, 0x1c000380, 0x0c000e00, 0x0e003820, 0x06007fe0,
    122  1.1  drochner     0x06000000, 0x06000000, 0x060001c0, 0x06000300, 0x0e000180, 0x0c000300,
    123  1.1  drochner     0x1c000300, 0x18000180, 0x30000300, 0x000001c0, 0x00000000, 0x00000000,
    124  1.1  drochner     0x00000600, 0x00000600, 0x00000000
    125  1.1  drochner };
    126  1.1  drochner static struct raster gallant19_41 = { 12, 22, 1, 1, gallant19_41_pixels, 0 };
    127  1.1  drochner 
    128  1.1  drochner static u_int32_t gallant19_42_pixels[] = {
    129  1.1  drochner     0x00000000,
    130  1.1  drochner     0x00003800, 0x00000c00, 0x00001800, 0x00000c00, 0x0f000c00, 0x06001800,
    131  1.1  drochner     0x66600c00, 0x76e03800, 0x19800000, 0x00000000, 0x19800000, 0x76e00000,
    132  1.1  drochner     0x66600000, 0x06000000, 0x0f001c20, 0x000036c0, 0x00004380, 0x00000000,
    133  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    134  1.1  drochner };
    135  1.1  drochner static struct raster gallant19_42 = { 12, 22, 1, 1, gallant19_42_pixels, 0 };
    136  1.1  drochner 
    137  1.1  drochner static u_int32_t gallant19_43_pixels[] = {
    138  1.1  drochner     0x00000000,
    139  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x06000000,
    140  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x7fe00000, 0x7fe00000, 0x06000000,
    141  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x00000000, 0x00000000, 0x00000000,
    142  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    143  1.1  drochner };
    144  1.1  drochner static struct raster gallant19_43 = { 12, 22, 1, 1, gallant19_43_pixels, 0 };
    145  1.1  drochner 
    146  1.1  drochner static u_int32_t gallant19_44_pixels[] = {
    147  1.1  drochner     0x00000000,
    148  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    149  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    150  1.1  drochner     0x0c000000, 0x1e000000, 0x1e000000, 0x06000000, 0x06000000, 0x0c000000,
    151  1.1  drochner     0x18000000, 0x10000000, 0x00000000
    152  1.1  drochner };
    153  1.1  drochner static struct raster gallant19_44 = { 12, 22, 1, 1, gallant19_44_pixels, 0 };
    154  1.1  drochner 
    155  1.1  drochner static u_int32_t gallant19_45_pixels[] = {
    156  1.1  drochner     0x00000000,
    157  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    158  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x7fe00000, 0x7fe00000, 0x00000000,
    159  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    160  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    161  1.1  drochner };
    162  1.1  drochner static struct raster gallant19_45 = { 12, 22, 1, 1, gallant19_45_pixels, 0 };
    163  1.1  drochner 
    164  1.1  drochner static u_int32_t gallant19_46_pixels[] = {
    165  1.1  drochner     0x00000000,
    166  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    167  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0c000000,
    168  1.1  drochner     0x1e000000, 0x1e000000, 0x0c000000, 0x00000000, 0x00000000, 0x00000000,
    169  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    170  1.1  drochner };
    171  1.1  drochner static struct raster gallant19_46 = { 12, 22, 1, 1, gallant19_46_pixels, 0 };
    172  1.1  drochner 
    173  1.1  drochner static u_int32_t gallant19_47_pixels[] = {
    174  1.1  drochner     0x00000000,
    175  1.1  drochner     0x00600000, 0x00c00000, 0x00c00000, 0x01800000, 0x01800000, 0x03000000,
    176  1.1  drochner     0x03000000, 0x06000000, 0x0c000000, 0x0c000000, 0x18000000, 0x18000000,
    177  1.1  drochner     0x30000000, 0x30000000, 0x60000000, 0x00000000, 0x00000000, 0x00000000,
    178  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    179  1.1  drochner };
    180  1.1  drochner static struct raster gallant19_47 = { 12, 22, 1, 1, gallant19_47_pixels, 0 };
    181  1.1  drochner 
    182  1.1  drochner static u_int32_t gallant19_48_pixels[] = {
    183  1.1  drochner     0x00000000,
    184  1.1  drochner     0x07000000, 0x0f800000, 0x11800000, 0x10c00000, 0x30c00000, 0x30c00000,
    185  1.1  drochner     0x30c00000, 0x30c00000, 0x30c00000, 0x30c00000, 0x30c00000, 0x30800000,
    186  1.1  drochner     0x18800000, 0x1f000000, 0x0e000000, 0x00000000, 0x00000000, 0x00000000,
    187  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    188  1.1  drochner };
    189  1.1  drochner static struct raster gallant19_48 = { 12, 22, 1, 1, gallant19_48_pixels, 0 };
    190  1.1  drochner 
    191  1.1  drochner static u_int32_t gallant19_49_pixels[] = {
    192  1.1  drochner     0x00000000,
    193  1.1  drochner     0x02000000, 0x06000000, 0x0e000000, 0x1e000000, 0x36000000, 0x06000000,
    194  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    195  1.1  drochner     0x06000000, 0x06000000, 0x3fc00000, 0x00000000, 0x00000000, 0x00000000,
    196  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    197  1.1  drochner };
    198  1.1  drochner static struct raster gallant19_49 = { 12, 22, 1, 1, gallant19_49_pixels, 0 };
    199  1.1  drochner 
    200  1.1  drochner static u_int32_t gallant19_50_pixels[] = {
    201  1.1  drochner     0x00000000,
    202  1.1  drochner     0x1f000000, 0x3f800000, 0x61c00000, 0x40c00000, 0x00c00000, 0x00c00000,
    203  1.1  drochner     0x00c00000, 0x01800000, 0x03000000, 0x06000000, 0x0c000000, 0x18000000,
    204  1.1  drochner     0x30200000, 0x7fe00000, 0x7fe00000, 0x00000000, 0x00000000, 0x00000000,
    205  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    206  1.1  drochner };
    207  1.1  drochner static struct raster gallant19_50 = { 12, 22, 1, 1, gallant19_50_pixels, 0 };
    208  1.1  drochner 
    209  1.1  drochner static u_int32_t gallant19_51_pixels[] = {
    210  1.1  drochner     0x00000000,
    211  1.1  drochner     0x0f800000, 0x1fc00000, 0x20e00000, 0x40600000, 0x00600000, 0x00e00000,
    212  1.1  drochner     0x07c00000, 0x0fc00000, 0x00e00000, 0x00600000, 0x00600000, 0x40600000,
    213  1.1  drochner     0x60400000, 0x3f800000, 0x1f000000, 0x00000000, 0x00000000, 0x00000000,
    214  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    215  1.1  drochner };
    216  1.1  drochner static struct raster gallant19_51 = { 12, 22, 1, 1, gallant19_51_pixels, 0 };
    217  1.1  drochner 
    218  1.1  drochner static u_int32_t gallant19_52_pixels[] = {
    219  1.1  drochner     0x00000000,
    220  1.1  drochner     0x01800000, 0x03800000, 0x03800000, 0x05800000, 0x05800000, 0x09800000,
    221  1.1  drochner     0x09800000, 0x11800000, 0x11800000, 0x21800000, 0x3fe00000, 0x7fe00000,
    222  1.1  drochner     0x01800000, 0x01800000, 0x01800000, 0x00000000, 0x00000000, 0x00000000,
    223  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    224  1.1  drochner };
    225  1.1  drochner static struct raster gallant19_52 = { 12, 22, 1, 1, gallant19_52_pixels, 0 };
    226  1.1  drochner 
    227  1.1  drochner static u_int32_t gallant19_53_pixels[] = {
    228  1.1  drochner     0x00000000,
    229  1.1  drochner     0x0fc00000, 0x0fc00000, 0x10000000, 0x10000000, 0x20000000, 0x3f800000,
    230  1.1  drochner     0x31c00000, 0x00e00000, 0x00600000, 0x00600000, 0x00600000, 0x40600000,
    231  1.1  drochner     0x60600000, 0x30c00000, 0x1f800000, 0x00000000, 0x00000000, 0x00000000,
    232  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    233  1.1  drochner };
    234  1.1  drochner static struct raster gallant19_53 = { 12, 22, 1, 1, gallant19_53_pixels, 0 };
    235  1.1  drochner 
    236  1.1  drochner static u_int32_t gallant19_54_pixels[] = {
    237  1.1  drochner     0x00000000,
    238  1.1  drochner     0x07000000, 0x0c000000, 0x18000000, 0x30000000, 0x30000000, 0x60000000,
    239  1.1  drochner     0x67800000, 0x6fc00000, 0x70e00000, 0x60600000, 0x60600000, 0x60600000,
    240  1.1  drochner     0x70400000, 0x3f800000, 0x1f000000, 0x00000000, 0x00000000, 0x00000000,
    241  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    242  1.1  drochner };
    243  1.1  drochner static struct raster gallant19_54 = { 12, 22, 1, 1, gallant19_54_pixels, 0 };
    244  1.1  drochner 
    245  1.1  drochner static u_int32_t gallant19_55_pixels[] = {
    246  1.1  drochner     0x00000000,
    247  1.1  drochner     0x1fe00000, 0x3fe00000, 0x60400000, 0x00400000, 0x00c00000, 0x00800000,
    248  1.1  drochner     0x00800000, 0x01800000, 0x01000000, 0x01000000, 0x03000000, 0x02000000,
    249  1.1  drochner     0x02000000, 0x06000000, 0x04000000, 0x00000000, 0x00000000, 0x00000000,
    250  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    251  1.1  drochner };
    252  1.1  drochner static struct raster gallant19_55 = { 12, 22, 1, 1, gallant19_55_pixels, 0 };
    253  1.1  drochner 
    254  1.1  drochner static u_int32_t gallant19_56_pixels[] = {
    255  1.1  drochner     0x00000000,
    256  1.1  drochner     0x0f000000, 0x11800000, 0x30c00000, 0x30c00000, 0x30c00000, 0x18800000,
    257  1.1  drochner     0x0d000000, 0x06000000, 0x0b000000, 0x11800000, 0x30c00000, 0x30c00000,
    258  1.1  drochner     0x30c00000, 0x18800000, 0x0f000000, 0x00000000, 0x00000000, 0x00000000,
    259  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    260  1.1  drochner };
    261  1.1  drochner static struct raster gallant19_56 = { 12, 22, 1, 1, gallant19_56_pixels, 0 };
    262  1.1  drochner 
    263  1.1  drochner static u_int32_t gallant19_57_pixels[] = {
    264  1.1  drochner     0x00000000,
    265  1.1  drochner     0x0f800000, 0x11c00000, 0x20e00000, 0x60600000, 0x60600000, 0x60600000,
    266  1.1  drochner     0x70e00000, 0x3f600000, 0x1e600000, 0x00600000, 0x00c00000, 0x00c00000,
    267  1.1  drochner     0x01800000, 0x07000000, 0x3c000000, 0x00000000, 0x00000000, 0x00000000,
    268  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    269  1.1  drochner };
    270  1.1  drochner static struct raster gallant19_57 = { 12, 22, 1, 1, gallant19_57_pixels, 0 };
    271  1.1  drochner 
    272  1.1  drochner static u_int32_t gallant19_58_pixels[] = {
    273  1.1  drochner     0x00000000,
    274  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0c000000,
    275  1.1  drochner     0x1e000000, 0x1e000000, 0x0c000000, 0x00000000, 0x00000000, 0x0c000000,
    276  1.1  drochner     0x1e000000, 0x1e000000, 0x0c000000, 0x00000000, 0x00000000, 0x00000000,
    277  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    278  1.1  drochner };
    279  1.1  drochner static struct raster gallant19_58 = { 12, 22, 1, 1, gallant19_58_pixels, 0 };
    280  1.1  drochner 
    281  1.1  drochner static u_int32_t gallant19_59_pixels[] = {
    282  1.1  drochner     0x00000000,
    283  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    284  1.1  drochner     0x0c000000, 0x1e000000, 0x1e000000, 0x0c000000, 0x00000000, 0x00000000,
    285  1.1  drochner     0x0c000000, 0x1e000000, 0x1e000000, 0x06000000, 0x06000000, 0x0c000000,
    286  1.1  drochner     0x18000000, 0x10000000, 0x00000000
    287  1.1  drochner };
    288  1.1  drochner static struct raster gallant19_59 = { 12, 22, 1, 1, gallant19_59_pixels, 0 };
    289  1.1  drochner 
    290  1.1  drochner static u_int32_t gallant19_60_pixels[] = {
    291  1.1  drochner     0x00000000,
    292  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00600000,
    293  1.1  drochner     0x01c00000, 0x07000000, 0x1e000000, 0x78000000, 0x78000000, 0x1e000000,
    294  1.1  drochner     0x07000000, 0x01c00000, 0x00600000, 0x00000000, 0x00000000, 0x00000000,
    295  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    296  1.1  drochner };
    297  1.1  drochner static struct raster gallant19_60 = { 12, 22, 1, 1, gallant19_60_pixels, 0 };
    298  1.1  drochner 
    299  1.1  drochner static u_int32_t gallant19_61_pixels[] = {
    300  1.1  drochner     0x00000000,
    301  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    302  1.1  drochner     0x00000000, 0x7fc00000, 0x7fc00000, 0x00000000, 0x00000000, 0x7fc00000,
    303  1.1  drochner     0x7fc00000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    304  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    305  1.1  drochner };
    306  1.1  drochner static struct raster gallant19_61 = { 12, 22, 1, 1, gallant19_61_pixels, 0 };
    307  1.1  drochner 
    308  1.1  drochner static u_int32_t gallant19_62_pixels[] = {
    309  1.1  drochner     0x00000000,
    310  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x60000000,
    311  1.1  drochner     0x38000000, 0x1e000000, 0x07800000, 0x01e00000, 0x01e00000, 0x07800000,
    312  1.1  drochner     0x1e000000, 0x38000000, 0x60000000, 0x00000000, 0x00000000, 0x00000000,
    313  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    314  1.1  drochner };
    315  1.1  drochner static struct raster gallant19_62 = { 12, 22, 1, 1, gallant19_62_pixels, 0 };
    316  1.1  drochner 
    317  1.1  drochner static u_int32_t gallant19_63_pixels[] = {
    318  1.1  drochner     0x00000000,
    319  1.1  drochner     0x0f000000, 0x1f800000, 0x39c00000, 0x20c00000, 0x00c00000, 0x00c00000,
    320  1.1  drochner     0x01800000, 0x03000000, 0x06000000, 0x0c000000, 0x0c000000, 0x00000000,
    321  1.1  drochner     0x00000000, 0x0c000000, 0x0c000000, 0x00000000, 0x00000000, 0x00000000,
    322  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    323  1.1  drochner };
    324  1.1  drochner static struct raster gallant19_63 = { 12, 22, 1, 1, gallant19_63_pixels, 0 };
    325  1.1  drochner 
    326  1.1  drochner static u_int32_t gallant19_64_pixels[] = {
    327  1.1  drochner     0x00000000,
    328  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x0f800000, 0x3fc00000, 0x30600000,
    329  1.1  drochner     0x60600000, 0x67200000, 0x6fa00000, 0x6ca00000, 0x6ca00000, 0x67e00000,
    330  1.1  drochner     0x60000000, 0x30000000, 0x3fe00000, 0x0fe00000, 0x00000000, 0x00000000,
    331  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    332  1.1  drochner };
    333  1.1  drochner static struct raster gallant19_64 = { 12, 22, 1, 1, gallant19_64_pixels, 0 };
    334  1.1  drochner 
    335  1.1  drochner static u_int32_t gallant19_65_pixels[] = {
    336  1.1  drochner     0x00000000,
    337  1.1  drochner     0x00000000, 0x06000000, 0x06000000, 0x0b000000, 0x0b000000, 0x09000000,
    338  1.1  drochner     0x11800000, 0x11800000, 0x10800000, 0x3fc00000, 0x20c00000, 0x20400000,
    339  1.1  drochner     0x40600000, 0x40600000, 0xe0f00000, 0x00000000, 0x00000000, 0x00000000,
    340  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    341  1.1  drochner };
    342  1.1  drochner static struct raster gallant19_65 = { 12, 22, 1, 1, gallant19_65_pixels, 0 };
    343  1.1  drochner 
    344  1.1  drochner static u_int32_t gallant19_66_pixels[] = {
    345  1.1  drochner     0x00000000,
    346  1.1  drochner     0x00000000, 0xff000000, 0x60800000, 0x60c00000, 0x60c00000, 0x60c00000,
    347  1.1  drochner     0x61800000, 0x7f800000, 0x60c00000, 0x60600000, 0x60600000, 0x60600000,
    348  1.1  drochner     0x60600000, 0x60c00000, 0xff800000, 0x00000000, 0x00000000, 0x00000000,
    349  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    350  1.1  drochner };
    351  1.1  drochner static struct raster gallant19_66 = { 12, 22, 1, 1, gallant19_66_pixels, 0 };
    352  1.1  drochner 
    353  1.1  drochner static u_int32_t gallant19_67_pixels[] = {
    354  1.1  drochner     0x00000000,
    355  1.1  drochner     0x00000000, 0x0fc00000, 0x10600000, 0x20200000, 0x20000000, 0x60000000,
    356  1.1  drochner     0x60000000, 0x60000000, 0x60000000, 0x60000000, 0x60000000, 0x20000000,
    357  1.1  drochner     0x30200000, 0x18400000, 0x0f800000, 0x00000000, 0x00000000, 0x00000000,
    358  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    359  1.1  drochner };
    360  1.1  drochner static struct raster gallant19_67 = { 12, 22, 1, 1, gallant19_67_pixels, 0 };
    361  1.1  drochner 
    362  1.1  drochner static u_int32_t gallant19_68_pixels[] = {
    363  1.1  drochner     0x00000000,
    364  1.1  drochner     0x00000000, 0xff000000, 0x61c00000, 0x60c00000, 0x60600000, 0x60600000,
    365  1.1  drochner     0x60600000, 0x60600000, 0x60600000, 0x60600000, 0x60600000, 0x60600000,
    366  1.1  drochner     0x60400000, 0x61800000, 0xfe000000, 0x00000000, 0x00000000, 0x00000000,
    367  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    368  1.1  drochner };
    369  1.1  drochner static struct raster gallant19_68 = { 12, 22, 1, 1, gallant19_68_pixels, 0 };
    370  1.1  drochner 
    371  1.1  drochner static u_int32_t gallant19_69_pixels[] = {
    372  1.1  drochner     0x00000000,
    373  1.1  drochner     0x00000000, 0x7fc00000, 0x30400000, 0x30400000, 0x30000000, 0x30000000,
    374  1.1  drochner     0x30800000, 0x3f800000, 0x30800000, 0x30000000, 0x30000000, 0x30000000,
    375  1.1  drochner     0x30200000, 0x30200000, 0x7fe00000, 0x00000000, 0x00000000, 0x00000000,
    376  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    377  1.1  drochner };
    378  1.1  drochner static struct raster gallant19_69 = { 12, 22, 1, 1, gallant19_69_pixels, 0 };
    379  1.1  drochner 
    380  1.1  drochner static u_int32_t gallant19_70_pixels[] = {
    381  1.1  drochner     0x00000000,
    382  1.1  drochner     0x00000000, 0x7fc00000, 0x30400000, 0x30400000, 0x30000000, 0x30000000,
    383  1.1  drochner     0x30800000, 0x3f800000, 0x30800000, 0x30000000, 0x30000000, 0x30000000,
    384  1.1  drochner     0x30000000, 0x30000000, 0x78000000, 0x00000000, 0x00000000, 0x00000000,
    385  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    386  1.1  drochner };
    387  1.1  drochner static struct raster gallant19_70 = { 12, 22, 1, 1, gallant19_70_pixels, 0 };
    388  1.1  drochner 
    389  1.1  drochner static u_int32_t gallant19_71_pixels[] = {
    390  1.1  drochner     0x00000000,
    391  1.1  drochner     0x00000000, 0x0fc00000, 0x10600000, 0x20200000, 0x20000000, 0x60000000,
    392  1.1  drochner     0x60000000, 0x60000000, 0x60000000, 0x61f00000, 0x60600000, 0x20600000,
    393  1.1  drochner     0x30600000, 0x18600000, 0x0f800000, 0x00000000, 0x00000000, 0x00000000,
    394  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    395  1.1  drochner };
    396  1.1  drochner static struct raster gallant19_71 = { 12, 22, 1, 1, gallant19_71_pixels, 0 };
    397  1.1  drochner 
    398  1.1  drochner static u_int32_t gallant19_72_pixels[] = {
    399  1.1  drochner     0x00000000,
    400  1.1  drochner     0x00000000, 0xf0f00000, 0x60600000, 0x60600000, 0x60600000, 0x60600000,
    401  1.1  drochner     0x60600000, 0x7fe00000, 0x60600000, 0x60600000, 0x60600000, 0x60600000,
    402  1.1  drochner     0x60600000, 0x60600000, 0xf0f00000, 0x00000000, 0x00000000, 0x00000000,
    403  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    404  1.1  drochner };
    405  1.1  drochner static struct raster gallant19_72 = { 12, 22, 1, 1, gallant19_72_pixels, 0 };
    406  1.1  drochner 
    407  1.1  drochner static u_int32_t gallant19_73_pixels[] = {
    408  1.1  drochner     0x00000000,
    409  1.1  drochner     0x00000000, 0x1f800000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    410  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    411  1.1  drochner     0x06000000, 0x06000000, 0x1f800000, 0x00000000, 0x00000000, 0x00000000,
    412  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    413  1.1  drochner };
    414  1.1  drochner static struct raster gallant19_73 = { 12, 22, 1, 1, gallant19_73_pixels, 0 };
    415  1.1  drochner 
    416  1.1  drochner static u_int32_t gallant19_74_pixels[] = {
    417  1.1  drochner     0x00000000,
    418  1.1  drochner     0x00000000, 0x1f800000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    419  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    420  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x04000000,
    421  1.1  drochner     0x38000000, 0x30000000, 0x00000000
    422  1.1  drochner };
    423  1.1  drochner static struct raster gallant19_74 = { 12, 22, 1, 1, gallant19_74_pixels, 0 };
    424  1.1  drochner 
    425  1.1  drochner static u_int32_t gallant19_75_pixels[] = {
    426  1.1  drochner     0x00000000,
    427  1.1  drochner     0x00000000, 0xf0e00000, 0x61800000, 0x63000000, 0x66000000, 0x6c000000,
    428  1.1  drochner     0x78000000, 0x78000000, 0x7c000000, 0x6e000000, 0x67000000, 0x63800000,
    429  1.1  drochner     0x61c00000, 0x60e00000, 0xf0700000, 0x00000000, 0x00000000, 0x00000000,
    430  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    431  1.1  drochner };
    432  1.1  drochner static struct raster gallant19_75 = { 12, 22, 1, 1, gallant19_75_pixels, 0 };
    433  1.1  drochner 
    434  1.1  drochner static u_int32_t gallant19_76_pixels[] = {
    435  1.1  drochner     0x00000000,
    436  1.1  drochner     0x00000000, 0x78000000, 0x30000000, 0x30000000, 0x30000000, 0x30000000,
    437  1.1  drochner     0x30000000, 0x30000000, 0x30000000, 0x30000000, 0x30000000, 0x30000000,
    438  1.1  drochner     0x30200000, 0x30200000, 0x7fe00000, 0x00000000, 0x00000000, 0x00000000,
    439  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    440  1.1  drochner };
    441  1.1  drochner static struct raster gallant19_76 = { 12, 22, 1, 1, gallant19_76_pixels, 0 };
    442  1.1  drochner 
    443  1.1  drochner static u_int32_t gallant19_77_pixels[] = {
    444  1.1  drochner     0x00000000,
    445  1.1  drochner     0x00000000, 0xe0700000, 0x60e00000, 0x70e00000, 0x70e00000, 0x70e00000,
    446  1.1  drochner     0x59600000, 0x59600000, 0x59600000, 0x4d600000, 0x4e600000, 0x4e600000,
    447  1.1  drochner     0x44600000, 0x44600000, 0xe4f00000, 0x00000000, 0x00000000, 0x00000000,
    448  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    449  1.1  drochner };
    450  1.1  drochner static struct raster gallant19_77 = { 12, 22, 1, 1, gallant19_77_pixels, 0 };
    451  1.1  drochner 
    452  1.1  drochner static u_int32_t gallant19_78_pixels[] = {
    453  1.1  drochner     0x00000000,
    454  1.1  drochner     0x00000000, 0xc0700000, 0x60200000, 0x70200000, 0x78200000, 0x58200000,
    455  1.1  drochner     0x4c200000, 0x46200000, 0x47200000, 0x43200000, 0x41a00000, 0x40e00000,
    456  1.1  drochner     0x40e00000, 0x40600000, 0xe0300000, 0x00000000, 0x00000000, 0x00000000,
    457  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    458  1.1  drochner };
    459  1.1  drochner static struct raster gallant19_78 = { 12, 22, 1, 1, gallant19_78_pixels, 0 };
    460  1.1  drochner 
    461  1.1  drochner static u_int32_t gallant19_79_pixels[] = {
    462  1.1  drochner     0x00000000,
    463  1.1  drochner     0x00000000, 0x0f000000, 0x11c00000, 0x20c00000, 0x20600000, 0x60600000,
    464  1.1  drochner     0x60600000, 0x60600000, 0x60600000, 0x60600000, 0x60600000, 0x20400000,
    465  1.1  drochner     0x30400000, 0x18800000, 0x0f000000, 0x00000000, 0x00000000, 0x00000000,
    466  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    467  1.1  drochner };
    468  1.1  drochner static struct raster gallant19_79 = { 12, 22, 1, 1, gallant19_79_pixels, 0 };
    469  1.1  drochner 
    470  1.1  drochner static u_int32_t gallant19_80_pixels[] = {
    471  1.1  drochner     0x00000000,
    472  1.1  drochner     0x00000000, 0x7f800000, 0x30c00000, 0x30600000, 0x30600000, 0x30600000,
    473  1.1  drochner     0x30c00000, 0x37800000, 0x30000000, 0x30000000, 0x30000000, 0x30000000,
    474  1.1  drochner     0x30000000, 0x30000000, 0x78000000, 0x00000000, 0x00000000, 0x00000000,
    475  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    476  1.1  drochner };
    477  1.1  drochner static struct raster gallant19_80 = { 12, 22, 1, 1, gallant19_80_pixels, 0 };
    478  1.1  drochner 
    479  1.1  drochner static u_int32_t gallant19_81_pixels[] = {
    480  1.1  drochner     0x00000000,
    481  1.1  drochner     0x00000000, 0x0f000000, 0x11c00000, 0x20c00000, 0x20600000, 0x60600000,
    482  1.1  drochner     0x60600000, 0x60600000, 0x60600000, 0x60600000, 0x60600000, 0x30400000,
    483  1.1  drochner     0x38400000, 0x1f800000, 0x0e000000, 0x1f000000, 0x23900000, 0x01e00000,
    484  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    485  1.1  drochner };
    486  1.1  drochner static struct raster gallant19_81 = { 12, 22, 1, 1, gallant19_81_pixels, 0 };
    487  1.1  drochner 
    488  1.1  drochner static u_int32_t gallant19_82_pixels[] = {
    489  1.1  drochner     0x00000000,
    490  1.1  drochner     0x00000000, 0xff000000, 0x61800000, 0x60c00000, 0x60c00000, 0x60c00000,
    491  1.1  drochner     0x60800000, 0x7f000000, 0x7c000000, 0x6e000000, 0x67000000, 0x63800000,
    492  1.1  drochner     0x61c00000, 0x60e00000, 0xf0700000, 0x00000000, 0x00000000, 0x00000000,
    493  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    494  1.1  drochner };
    495  1.1  drochner static struct raster gallant19_82 = { 12, 22, 1, 1, gallant19_82_pixels, 0 };
    496  1.1  drochner 
    497  1.1  drochner static u_int32_t gallant19_83_pixels[] = {
    498  1.1  drochner     0x00000000,
    499  1.1  drochner     0x00000000, 0x1fe00000, 0x30600000, 0x60200000, 0x60200000, 0x70000000,
    500  1.1  drochner     0x3c000000, 0x1e000000, 0x07800000, 0x01c00000, 0x00e00000, 0x40600000,
    501  1.1  drochner     0x40600000, 0x60c00000, 0x7f800000, 0x00000000, 0x00000000, 0x00000000,
    502  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    503  1.1  drochner };
    504  1.1  drochner static struct raster gallant19_83 = { 12, 22, 1, 1, gallant19_83_pixels, 0 };
    505  1.1  drochner 
    506  1.1  drochner static u_int32_t gallant19_84_pixels[] = {
    507  1.1  drochner     0x00000000,
    508  1.1  drochner     0x00000000, 0x7fe00000, 0x46200000, 0x06000000, 0x06000000, 0x06000000,
    509  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    510  1.1  drochner     0x06000000, 0x06000000, 0x1f800000, 0x00000000, 0x00000000, 0x00000000,
    511  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    512  1.1  drochner };
    513  1.1  drochner static struct raster gallant19_84 = { 12, 22, 1, 1, gallant19_84_pixels, 0 };
    514  1.1  drochner 
    515  1.1  drochner static u_int32_t gallant19_85_pixels[] = {
    516  1.1  drochner     0x00000000,
    517  1.1  drochner     0x00000000, 0xf0700000, 0x60200000, 0x60200000, 0x60200000, 0x60200000,
    518  1.1  drochner     0x60200000, 0x60200000, 0x60200000, 0x60200000, 0x60200000, 0x60200000,
    519  1.1  drochner     0x70400000, 0x3fc00000, 0x1f800000, 0x00000000, 0x00000000, 0x00000000,
    520  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    521  1.1  drochner };
    522  1.1  drochner static struct raster gallant19_85 = { 12, 22, 1, 1, gallant19_85_pixels, 0 };
    523  1.1  drochner 
    524  1.1  drochner static u_int32_t gallant19_86_pixels[] = {
    525  1.1  drochner     0x00000000,
    526  1.1  drochner     0x00000000, 0xe0e00000, 0x60400000, 0x30800000, 0x30800000, 0x30800000,
    527  1.1  drochner     0x19000000, 0x19000000, 0x19000000, 0x0c000000, 0x0e000000, 0x0e000000,
    528  1.1  drochner     0x04000000, 0x04000000, 0x04000000, 0x00000000, 0x00000000, 0x00000000,
    529  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    530  1.1  drochner };
    531  1.1  drochner static struct raster gallant19_86 = { 12, 22, 1, 1, gallant19_86_pixels, 0 };
    532  1.1  drochner 
    533  1.1  drochner static u_int32_t gallant19_87_pixels[] = {
    534  1.1  drochner     0x00000000,
    535  1.1  drochner     0x00000000, 0xfef00000, 0x66200000, 0x66200000, 0x66200000, 0x76200000,
    536  1.1  drochner     0x77400000, 0x33400000, 0x37400000, 0x3bc00000, 0x3b800000, 0x19800000,
    537  1.1  drochner     0x19800000, 0x19800000, 0x19800000, 0x00000000, 0x00000000, 0x00000000,
    538  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    539  1.1  drochner };
    540  1.1  drochner static struct raster gallant19_87 = { 12, 22, 1, 1, gallant19_87_pixels, 0 };
    541  1.1  drochner 
    542  1.1  drochner static u_int32_t gallant19_88_pixels[] = {
    543  1.1  drochner     0x00000000,
    544  1.1  drochner     0x00000000, 0xf0700000, 0x60200000, 0x30400000, 0x38800000, 0x18800000,
    545  1.1  drochner     0x0d000000, 0x06000000, 0x06000000, 0x0b000000, 0x11800000, 0x11c00000,
    546  1.1  drochner     0x20c00000, 0x40600000, 0xe0f00000, 0x00000000, 0x00000000, 0x00000000,
    547  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    548  1.1  drochner };
    549  1.1  drochner static struct raster gallant19_88 = { 12, 22, 1, 1, gallant19_88_pixels, 0 };
    550  1.1  drochner 
    551  1.1  drochner static u_int32_t gallant19_89_pixels[] = {
    552  1.1  drochner     0x00000000,
    553  1.1  drochner     0x00000000, 0xf0700000, 0x60200000, 0x30400000, 0x18800000, 0x18800000,
    554  1.1  drochner     0x0d000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    555  1.1  drochner     0x06000000, 0x06000000, 0x0f000000, 0x00000000, 0x00000000, 0x00000000,
    556  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    557  1.1  drochner };
    558  1.1  drochner static struct raster gallant19_89 = { 12, 22, 1, 1, gallant19_89_pixels, 0 };
    559  1.1  drochner 
    560  1.1  drochner static u_int32_t gallant19_90_pixels[] = {
    561  1.1  drochner     0x00000000,
    562  1.1  drochner     0x00000000, 0x3fe00000, 0x20c00000, 0x00c00000, 0x01800000, 0x01800000,
    563  1.1  drochner     0x03000000, 0x03000000, 0x06000000, 0x06000000, 0x0c000000, 0x0c000000,
    564  1.1  drochner     0x18000000, 0x18200000, 0x3fe00000, 0x00000000, 0x00000000, 0x00000000,
    565  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    566  1.1  drochner };
    567  1.1  drochner static struct raster gallant19_90 = { 12, 22, 1, 1, gallant19_90_pixels, 0 };
    568  1.1  drochner 
    569  1.1  drochner static u_int32_t gallant19_91_pixels[] = {
    570  1.1  drochner     0x00000000,
    571  1.1  drochner     0x07c00000, 0x07c00000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    572  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    573  1.1  drochner     0x06000000, 0x07c00000, 0x07c00000, 0x00000000, 0x00000000, 0x00000000,
    574  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    575  1.1  drochner };
    576  1.1  drochner static struct raster gallant19_91 = { 12, 22, 1, 1, gallant19_91_pixels, 0 };
    577  1.1  drochner 
    578  1.1  drochner static u_int32_t gallant19_92_pixels[] = {
    579  1.1  drochner     0x00000000,
    580  1.1  drochner     0x60000000, 0x60000000, 0x30000000, 0x30000000, 0x18000000, 0x18000000,
    581  1.1  drochner     0x0c000000, 0x0c000000, 0x06000000, 0x03000000, 0x03000000, 0x01800000,
    582  1.1  drochner     0x01800000, 0x00c00000, 0x00c00000, 0x00000000, 0x00000000, 0x00000000,
    583  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    584  1.1  drochner };
    585  1.1  drochner static struct raster gallant19_92 = { 12, 22, 1, 1, gallant19_92_pixels, 0 };
    586  1.1  drochner 
    587  1.1  drochner static u_int32_t gallant19_93_pixels[] = {
    588  1.1  drochner     0x00000000,
    589  1.1  drochner     0x7c000000, 0x7c000000, 0x0c000000, 0x0c000000, 0x0c000000, 0x0c000000,
    590  1.1  drochner     0x0c000000, 0x0c000000, 0x0c000000, 0x0c000000, 0x0c000000, 0x0c000000,
    591  1.1  drochner     0x0c000000, 0x7c000000, 0x7c000000, 0x00000000, 0x00000000, 0x00000000,
    592  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    593  1.1  drochner };
    594  1.1  drochner static struct raster gallant19_93 = { 12, 22, 1, 1, gallant19_93_pixels, 0 };
    595  1.1  drochner 
    596  1.1  drochner static u_int32_t gallant19_94_pixels[] = {
    597  1.1  drochner     0x00000000,
    598  1.1  drochner     0x04000000, 0x0e000000, 0x1b000000, 0x31800000, 0x60c00000, 0x00000000,
    599  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    600  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    601  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    602  1.1  drochner };
    603  1.1  drochner static struct raster gallant19_94 = { 12, 22, 1, 1, gallant19_94_pixels, 0 };
    604  1.1  drochner 
    605  1.1  drochner static u_int32_t gallant19_95_pixels[] = {
    606  1.1  drochner     0x00000000,
    607  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    608  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    609  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xfff00000, 0xfff00000,
    610  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    611  1.1  drochner };
    612  1.1  drochner static struct raster gallant19_95 = { 12, 22, 1, 1, gallant19_95_pixels, 0 };
    613  1.1  drochner 
    614  1.1  drochner static u_int32_t gallant19_96_pixels[] = {
    615  1.1  drochner     0x00000000,
    616  1.1  drochner     0x01000000, 0x03000000, 0x06000000, 0x06000000, 0x07800000, 0x07800000,
    617  1.1  drochner     0x03000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    618  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    619  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    620  1.1  drochner };
    621  1.1  drochner static struct raster gallant19_96 = { 12, 22, 1, 1, gallant19_96_pixels, 0 };
    622  1.1  drochner 
    623  1.1  drochner static u_int32_t gallant19_97_pixels[] = {
    624  1.1  drochner     0x00000000,
    625  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0f800000,
    626  1.1  drochner     0x18c00000, 0x10c00000, 0x03c00000, 0x1cc00000, 0x30c00000, 0x30c00000,
    627  1.1  drochner     0x30c00000, 0x39c00000, 0x1ee00000, 0x00000000, 0x00000000, 0x00000000,
    628  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    629  1.1  drochner };
    630  1.1  drochner static struct raster gallant19_97 = { 12, 22, 1, 1, gallant19_97_pixels, 0 };
    631  1.1  drochner 
    632  1.1  drochner static u_int32_t gallant19_98_pixels[] = {
    633  1.1  drochner     0x00000000,
    634  1.1  drochner     0x20000000, 0x60000000, 0xe0000000, 0x60000000, 0x60000000, 0x67800000,
    635  1.1  drochner     0x6fc00000, 0x70e00000, 0x60600000, 0x60600000, 0x60600000, 0x60600000,
    636  1.1  drochner     0x70600000, 0x78c00000, 0x4f800000, 0x00000000, 0x00000000, 0x00000000,
    637  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    638  1.1  drochner };
    639  1.1  drochner static struct raster gallant19_98 = { 12, 22, 1, 1, gallant19_98_pixels, 0 };
    640  1.1  drochner 
    641  1.1  drochner static u_int32_t gallant19_99_pixels[] = {
    642  1.1  drochner     0x00000000,
    643  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x1f800000,
    644  1.1  drochner     0x31c00000, 0x20c00000, 0x60000000, 0x60000000, 0x60000000, 0x60000000,
    645  1.1  drochner     0x70400000, 0x30c00000, 0x1f800000, 0x00000000, 0x00000000, 0x00000000,
    646  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    647  1.1  drochner };
    648  1.1  drochner static struct raster gallant19_99 = { 12, 22, 1, 1, gallant19_99_pixels, 0 };
    649  1.1  drochner 
    650  1.1  drochner static u_int32_t gallant19_100_pixels[] = {
    651  1.1  drochner     0x00000000,
    652  1.1  drochner     0x00600000, 0x00e00000, 0x00600000, 0x00600000, 0x00600000, 0x0f600000,
    653  1.1  drochner     0x31e00000, 0x20e00000, 0x60600000, 0x60600000, 0x60600000, 0x60600000,
    654  1.1  drochner     0x70e00000, 0x39600000, 0x1e700000, 0x00000000, 0x00000000, 0x00000000,
    655  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    656  1.1  drochner };
    657  1.1  drochner static struct raster gallant19_100 = { 12, 22, 1, 1, gallant19_100_pixels, 0 };
    658  1.1  drochner 
    659  1.1  drochner static u_int32_t gallant19_101_pixels[] = {
    660  1.1  drochner     0x00000000,
    661  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0f000000,
    662  1.1  drochner     0x30c00000, 0x60600000, 0x60600000, 0x7fe00000, 0x60000000, 0x60000000,
    663  1.1  drochner     0x30000000, 0x18600000, 0x0f800000, 0x00000000, 0x00000000, 0x00000000,
    664  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    665  1.1  drochner };
    666  1.1  drochner static struct raster gallant19_101 = { 12, 22, 1, 1, gallant19_101_pixels, 0 };
    667  1.1  drochner 
    668  1.1  drochner static u_int32_t gallant19_102_pixels[] = {
    669  1.1  drochner     0x00000000,
    670  1.1  drochner     0x03800000, 0x04c00000, 0x04c00000, 0x0c000000, 0x0c000000, 0x0c000000,
    671  1.1  drochner     0x0c000000, 0x1f800000, 0x0c000000, 0x0c000000, 0x0c000000, 0x0c000000,
    672  1.1  drochner     0x0c000000, 0x0c000000, 0x1e000000, 0x00000000, 0x00000000, 0x00000000,
    673  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    674  1.1  drochner };
    675  1.1  drochner static struct raster gallant19_102 = { 12, 22, 1, 1, gallant19_102_pixels, 0 };
    676  1.1  drochner 
    677  1.1  drochner static u_int32_t gallant19_103_pixels[] = {
    678  1.1  drochner     0x00000000,
    679  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x1f200000,
    680  1.1  drochner     0x31e00000, 0x60c00000, 0x60c00000, 0x60c00000, 0x31800000, 0x3f000000,
    681  1.1  drochner     0x60000000, 0x7fc00000, 0x3fe00000, 0x20600000, 0x40200000, 0x40200000,
    682  1.1  drochner     0x7fc00000, 0x3f800000, 0x00000000
    683  1.1  drochner };
    684  1.1  drochner static struct raster gallant19_103 = { 12, 22, 1, 1, gallant19_103_pixels, 0 };
    685  1.1  drochner 
    686  1.1  drochner static u_int32_t gallant19_104_pixels[] = {
    687  1.1  drochner     0x00000000,
    688  1.1  drochner     0x10000000, 0x30000000, 0x70000000, 0x30000000, 0x30000000, 0x37800000,
    689  1.1  drochner     0x39c00000, 0x30c00000, 0x30c00000, 0x30c00000, 0x30c00000, 0x30c00000,
    690  1.1  drochner     0x30c00000, 0x30c00000, 0x79e00000, 0x00000000, 0x00000000, 0x00000000,
    691  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    692  1.1  drochner };
    693  1.1  drochner static struct raster gallant19_104 = { 12, 22, 1, 1, gallant19_104_pixels, 0 };
    694  1.1  drochner 
    695  1.1  drochner static u_int32_t gallant19_105_pixels[] = {
    696  1.1  drochner     0x00000000,
    697  1.1  drochner     0x00000000, 0x06000000, 0x06000000, 0x00000000, 0x00000000, 0x1e000000,
    698  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    699  1.1  drochner     0x06000000, 0x06000000, 0x1f800000, 0x00000000, 0x00000000, 0x00000000,
    700  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    701  1.1  drochner };
    702  1.1  drochner static struct raster gallant19_105 = { 12, 22, 1, 1, gallant19_105_pixels, 0 };
    703  1.1  drochner 
    704  1.1  drochner static u_int32_t gallant19_106_pixels[] = {
    705  1.1  drochner     0x00000000,
    706  1.1  drochner     0x00000000, 0x00c00000, 0x00c00000, 0x00000000, 0x00000000, 0x03c00000,
    707  1.1  drochner     0x00c00000, 0x00c00000, 0x00c00000, 0x00c00000, 0x00c00000, 0x00c00000,
    708  1.1  drochner     0x00c00000, 0x00c00000, 0x00c00000, 0x20c00000, 0x30c00000, 0x38800000,
    709  1.1  drochner     0x1f000000, 0x0e000000, 0x00000000
    710  1.1  drochner };
    711  1.1  drochner static struct raster gallant19_106 = { 12, 22, 1, 1, gallant19_106_pixels, 0 };
    712  1.1  drochner 
    713  1.1  drochner static u_int32_t gallant19_107_pixels[] = {
    714  1.1  drochner     0x00000000,
    715  1.1  drochner     0x60000000, 0xe0000000, 0x60000000, 0x60000000, 0x60000000, 0x61c00000,
    716  1.1  drochner     0x63000000, 0x66000000, 0x7c000000, 0x78000000, 0x7c000000, 0x6e000000,
    717  1.1  drochner     0x67000000, 0x63800000, 0xf1e00000, 0x00000000, 0x00000000, 0x00000000,
    718  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    719  1.1  drochner };
    720  1.1  drochner static struct raster gallant19_107 = { 12, 22, 1, 1, gallant19_107_pixels, 0 };
    721  1.1  drochner 
    722  1.1  drochner static u_int32_t gallant19_108_pixels[] = {
    723  1.1  drochner     0x00000000,
    724  1.1  drochner     0x1e000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    725  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    726  1.1  drochner     0x06000000, 0x06000000, 0x1f800000, 0x00000000, 0x00000000, 0x00000000,
    727  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    728  1.1  drochner };
    729  1.1  drochner static struct raster gallant19_108 = { 12, 22, 1, 1, gallant19_108_pixels, 0 };
    730  1.1  drochner 
    731  1.1  drochner static u_int32_t gallant19_109_pixels[] = {
    732  1.1  drochner     0x00000000,
    733  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xddc00000,
    734  1.1  drochner     0x6ee00000, 0x66600000, 0x66600000, 0x66600000, 0x66600000, 0x66600000,
    735  1.1  drochner     0x66600000, 0x66600000, 0xef700000, 0x00000000, 0x00000000, 0x00000000,
    736  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    737  1.1  drochner };
    738  1.1  drochner static struct raster gallant19_109 = { 12, 22, 1, 1, gallant19_109_pixels, 0 };
    739  1.1  drochner 
    740  1.1  drochner static u_int32_t gallant19_110_pixels[] = {
    741  1.1  drochner     0x00000000,
    742  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x27800000,
    743  1.1  drochner     0x79c00000, 0x30c00000, 0x30c00000, 0x30c00000, 0x30c00000, 0x30c00000,
    744  1.1  drochner     0x30c00000, 0x30c00000, 0x79e00000, 0x00000000, 0x00000000, 0x00000000,
    745  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    746  1.1  drochner };
    747  1.1  drochner static struct raster gallant19_110 = { 12, 22, 1, 1, gallant19_110_pixels, 0 };
    748  1.1  drochner 
    749  1.1  drochner static u_int32_t gallant19_111_pixels[] = {
    750  1.1  drochner     0x00000000,
    751  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0f800000,
    752  1.1  drochner     0x11c00000, 0x20e00000, 0x60600000, 0x60600000, 0x60600000, 0x60600000,
    753  1.1  drochner     0x70400000, 0x38800000, 0x1f000000, 0x00000000, 0x00000000, 0x00000000,
    754  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    755  1.1  drochner };
    756  1.1  drochner static struct raster gallant19_111 = { 12, 22, 1, 1, gallant19_111_pixels, 0 };
    757  1.1  drochner 
    758  1.1  drochner static u_int32_t gallant19_112_pixels[] = {
    759  1.1  drochner     0x00000000,
    760  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xef800000,
    761  1.1  drochner     0x71c00000, 0x60e00000, 0x60600000, 0x60600000, 0x60600000, 0x60600000,
    762  1.1  drochner     0x60400000, 0x70800000, 0x7f000000, 0x60000000, 0x60000000, 0x60000000,
    763  1.1  drochner     0x60000000, 0xf0000000, 0x00000000
    764  1.1  drochner };
    765  1.1  drochner static struct raster gallant19_112 = { 12, 22, 1, 1, gallant19_112_pixels, 0 };
    766  1.1  drochner 
    767  1.1  drochner static u_int32_t gallant19_113_pixels[] = {
    768  1.1  drochner     0x00000000,
    769  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0f200000,
    770  1.1  drochner     0x11e00000, 0x20e00000, 0x60600000, 0x60600000, 0x60600000, 0x60600000,
    771  1.1  drochner     0x70600000, 0x38e00000, 0x1fe00000, 0x00600000, 0x00600000, 0x00600000,
    772  1.1  drochner     0x00600000, 0x00f00000, 0x00000000
    773  1.1  drochner };
    774  1.1  drochner static struct raster gallant19_113 = { 12, 22, 1, 1, gallant19_113_pixels, 0 };
    775  1.1  drochner 
    776  1.1  drochner static u_int32_t gallant19_114_pixels[] = {
    777  1.1  drochner     0x00000000,
    778  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x73800000,
    779  1.1  drochner     0x34c00000, 0x38c00000, 0x30000000, 0x30000000, 0x30000000, 0x30000000,
    780  1.1  drochner     0x30000000, 0x30000000, 0x78000000, 0x00000000, 0x00000000, 0x00000000,
    781  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    782  1.1  drochner };
    783  1.1  drochner static struct raster gallant19_114 = { 12, 22, 1, 1, gallant19_114_pixels, 0 };
    784  1.1  drochner 
    785  1.1  drochner static u_int32_t gallant19_115_pixels[] = {
    786  1.1  drochner     0x00000000,
    787  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x1fc00000,
    788  1.1  drochner     0x30c00000, 0x30400000, 0x38000000, 0x1e000000, 0x07800000, 0x01c00000,
    789  1.1  drochner     0x20c00000, 0x30c00000, 0x3f800000, 0x00000000, 0x00000000, 0x00000000,
    790  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    791  1.1  drochner };
    792  1.1  drochner static struct raster gallant19_115 = { 12, 22, 1, 1, gallant19_115_pixels, 0 };
    793  1.1  drochner 
    794  1.1  drochner static u_int32_t gallant19_116_pixels[] = {
    795  1.1  drochner     0x00000000,
    796  1.1  drochner     0x00000000, 0x00000000, 0x04000000, 0x04000000, 0x0c000000, 0x7fc00000,
    797  1.1  drochner     0x0c000000, 0x0c000000, 0x0c000000, 0x0c000000, 0x0c000000, 0x0c000000,
    798  1.1  drochner     0x0c200000, 0x0e400000, 0x07800000, 0x00000000, 0x00000000, 0x00000000,
    799  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    800  1.1  drochner };
    801  1.1  drochner static struct raster gallant19_116 = { 12, 22, 1, 1, gallant19_116_pixels, 0 };
    802  1.1  drochner 
    803  1.1  drochner static u_int32_t gallant19_117_pixels[] = {
    804  1.1  drochner     0x00000000,
    805  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x79e00000,
    806  1.1  drochner     0x30c00000, 0x30c00000, 0x30c00000, 0x30c00000, 0x30c00000, 0x30c00000,
    807  1.1  drochner     0x30c00000, 0x39c00000, 0x1e600000, 0x00000000, 0x00000000, 0x00000000,
    808  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    809  1.1  drochner };
    810  1.1  drochner static struct raster gallant19_117 = { 12, 22, 1, 1, gallant19_117_pixels, 0 };
    811  1.1  drochner 
    812  1.1  drochner static u_int32_t gallant19_118_pixels[] = {
    813  1.1  drochner     0x00000000,
    814  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xf0700000,
    815  1.1  drochner     0x60200000, 0x30400000, 0x30400000, 0x18800000, 0x18800000, 0x0d000000,
    816  1.1  drochner     0x0d000000, 0x06000000, 0x06000000, 0x00000000, 0x00000000, 0x00000000,
    817  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    818  1.1  drochner };
    819  1.1  drochner static struct raster gallant19_118 = { 12, 22, 1, 1, gallant19_118_pixels, 0 };
    820  1.1  drochner 
    821  1.1  drochner static u_int32_t gallant19_119_pixels[] = {
    822  1.1  drochner     0x00000000,
    823  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xff700000,
    824  1.1  drochner     0x66200000, 0x66200000, 0x66200000, 0x37400000, 0x3b400000, 0x3b400000,
    825  1.1  drochner     0x19800000, 0x19800000, 0x19800000, 0x00000000, 0x00000000, 0x00000000,
    826  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    827  1.1  drochner };
    828  1.1  drochner static struct raster gallant19_119 = { 12, 22, 1, 1, gallant19_119_pixels, 0 };
    829  1.1  drochner 
    830  1.1  drochner static u_int32_t gallant19_120_pixels[] = {
    831  1.1  drochner     0x00000000,
    832  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xf8f00000,
    833  1.1  drochner     0x70400000, 0x38800000, 0x1d000000, 0x0e000000, 0x07000000, 0x0b800000,
    834  1.1  drochner     0x11c00000, 0x20e00000, 0xf1f00000, 0x00000000, 0x00000000, 0x00000000,
    835  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    836  1.1  drochner };
    837  1.1  drochner static struct raster gallant19_120 = { 12, 22, 1, 1, gallant19_120_pixels, 0 };
    838  1.1  drochner 
    839  1.1  drochner static u_int32_t gallant19_121_pixels[] = {
    840  1.1  drochner     0x00000000,
    841  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xf0f00000,
    842  1.1  drochner     0x60200000, 0x30400000, 0x30400000, 0x18800000, 0x18800000, 0x0d000000,
    843  1.1  drochner     0x0d000000, 0x06000000, 0x06000000, 0x04000000, 0x0c000000, 0x08000000,
    844  1.1  drochner     0x78000000, 0x70000000, 0x00000000
    845  1.1  drochner };
    846  1.1  drochner static struct raster gallant19_121 = { 12, 22, 1, 1, gallant19_121_pixels, 0 };
    847  1.1  drochner 
    848  1.1  drochner static u_int32_t gallant19_122_pixels[] = {
    849  1.1  drochner     0x00000000,
    850  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x7fe00000,
    851  1.1  drochner     0x60e00000, 0x41c00000, 0x03800000, 0x07000000, 0x0e000000, 0x1c000000,
    852  1.1  drochner     0x38200000, 0x70600000, 0x7fe00000, 0x00000000, 0x00000000, 0x00000000,
    853  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    854  1.1  drochner };
    855  1.1  drochner static struct raster gallant19_122 = { 12, 22, 1, 1, gallant19_122_pixels, 0 };
    856  1.1  drochner 
    857  1.1  drochner static u_int32_t gallant19_123_pixels[] = {
    858  1.1  drochner     0x00000000,
    859  1.1  drochner     0x01c00000, 0x03000000, 0x03000000, 0x01800000, 0x01800000, 0x01800000,
    860  1.1  drochner     0x03000000, 0x07000000, 0x03000000, 0x01800000, 0x01800000, 0x01800000,
    861  1.1  drochner     0x03000000, 0x03000000, 0x01c00000, 0x00000000, 0x00000000, 0x00000000,
    862  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    863  1.1  drochner };
    864  1.1  drochner static struct raster gallant19_123 = { 12, 22, 1, 1, gallant19_123_pixels, 0 };
    865  1.1  drochner 
    866  1.1  drochner static u_int32_t gallant19_124_pixels[] = {
    867  1.1  drochner     0x00000000,
    868  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    869  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    870  1.1  drochner     0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000, 0x06000000,
    871  1.1  drochner     0x06000000, 0x06000000, 0x00000000
    872  1.1  drochner };
    873  1.1  drochner static struct raster gallant19_124 = { 12, 22, 1, 1, gallant19_124_pixels, 0 };
    874  1.1  drochner 
    875  1.1  drochner static u_int32_t gallant19_125_pixels[] = {
    876  1.1  drochner     0x00000000,
    877  1.1  drochner     0x38000000, 0x0c000000, 0x0c000000, 0x18000000, 0x18000000, 0x18000000,
    878  1.1  drochner     0x0c000000, 0x0e000000, 0x0c000000, 0x18000000, 0x18000000, 0x18000000,
    879  1.1  drochner     0x0c000000, 0x0c000000, 0x38000000, 0x00000000, 0x00000000, 0x00000000,
    880  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    881  1.1  drochner };
    882  1.1  drochner static struct raster gallant19_125 = { 12, 22, 1, 1, gallant19_125_pixels, 0 };
    883  1.1  drochner 
    884  1.1  drochner static u_int32_t gallant19_126_pixels[] = {
    885  1.1  drochner     0x00000000,
    886  1.1  drochner     0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    887  1.1  drochner     0x00000000, 0x00000000, 0x1c200000, 0x3e600000, 0x36c00000, 0x67c00000,
    888  1.1  drochner     0x43800000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
    889  1.1  drochner     0x00000000, 0x00000000, 0x00000000
    890  1.1  drochner };
    891  1.1  drochner static struct raster gallant19_126 = { 12, 22, 1, 1, gallant19_126_pixels, 0 };
    892  1.1  drochner 
    893  1.4      cube #define	null1 {0, 0, 0, 0, 0}
    894  1.4      cube #define	null2 null1, null1
    895  1.1  drochner #define	null4 null2, null2
    896  1.1  drochner #define	null8 null4, null4
    897  1.1  drochner #define	null16 null8, null8
    898  1.1  drochner #define	null32 null16, null16
    899  1.1  drochner #define	null64 null32, null32
    900  1.1  drochner #define	null128 null64, null64
    901  1.1  drochner 
    902  1.1  drochner struct raster_font gallant19 = {
    903  1.1  drochner     12, 22, 15, RASFONT_FIXEDWIDTH|RASFONT_NOVERTICALMOVEMENT,
    904  1.1  drochner     {
    905  1.1  drochner 	null32,
    906  1.1  drochner 	{ &gallant19_32, 0, -15, 12, 0 },
    907  1.1  drochner 	{ &gallant19_33, 0, -15, 12, 0 },
    908  1.1  drochner 	{ &gallant19_34, 0, -15, 12, 0 },
    909  1.1  drochner 	{ &gallant19_35, 0, -15, 12, 0 },
    910  1.1  drochner 	{ &gallant19_36, 0, -15, 12, 0 },
    911  1.1  drochner 	{ &gallant19_37, 0, -15, 12, 0 },
    912  1.1  drochner 	{ &gallant19_38, 0, -15, 12, 0 },
    913  1.1  drochner 	{ &gallant19_39, 0, -15, 12, 0 },
    914  1.1  drochner 	{ &gallant19_40, 0, -15, 12, 0 },
    915  1.1  drochner 	{ &gallant19_41, 0, -15, 12, 0 },
    916  1.1  drochner 	{ &gallant19_42, 0, -15, 12, 0 },
    917  1.1  drochner 	{ &gallant19_43, 0, -15, 12, 0 },
    918  1.1  drochner 	{ &gallant19_44, 0, -15, 12, 0 },
    919  1.1  drochner 	{ &gallant19_45, 0, -15, 12, 0 },
    920  1.1  drochner 	{ &gallant19_46, 0, -15, 12, 0 },
    921  1.1  drochner 	{ &gallant19_47, 0, -15, 12, 0 },
    922  1.1  drochner 	{ &gallant19_48, 0, -15, 12, 0 },
    923  1.1  drochner 	{ &gallant19_49, 0, -15, 12, 0 },
    924  1.1  drochner 	{ &gallant19_50, 0, -15, 12, 0 },
    925  1.1  drochner 	{ &gallant19_51, 0, -15, 12, 0 },
    926  1.1  drochner 	{ &gallant19_52, 0, -15, 12, 0 },
    927  1.1  drochner 	{ &gallant19_53, 0, -15, 12, 0 },
    928  1.1  drochner 	{ &gallant19_54, 0, -15, 12, 0 },
    929  1.1  drochner 	{ &gallant19_55, 0, -15, 12, 0 },
    930  1.1  drochner 	{ &gallant19_56, 0, -15, 12, 0 },
    931  1.1  drochner 	{ &gallant19_57, 0, -15, 12, 0 },
    932  1.1  drochner 	{ &gallant19_58, 0, -15, 12, 0 },
    933  1.1  drochner 	{ &gallant19_59, 0, -15, 12, 0 },
    934  1.1  drochner 	{ &gallant19_60, 0, -15, 12, 0 },
    935  1.1  drochner 	{ &gallant19_61, 0, -15, 12, 0 },
    936  1.1  drochner 	{ &gallant19_62, 0, -15, 12, 0 },
    937  1.1  drochner 	{ &gallant19_63, 0, -15, 12, 0 },
    938  1.1  drochner 	{ &gallant19_64, 0, -15, 12, 0 },
    939  1.1  drochner 	{ &gallant19_65, 0, -15, 12, 0 },
    940  1.1  drochner 	{ &gallant19_66, 0, -15, 12, 0 },
    941  1.1  drochner 	{ &gallant19_67, 0, -15, 12, 0 },
    942  1.1  drochner 	{ &gallant19_68, 0, -15, 12, 0 },
    943  1.1  drochner 	{ &gallant19_69, 0, -15, 12, 0 },
    944  1.1  drochner 	{ &gallant19_70, 0, -15, 12, 0 },
    945  1.1  drochner 	{ &gallant19_71, 0, -15, 12, 0 },
    946  1.1  drochner 	{ &gallant19_72, 0, -15, 12, 0 },
    947  1.1  drochner 	{ &gallant19_73, 0, -15, 12, 0 },
    948  1.1  drochner 	{ &gallant19_74, 0, -15, 12, 0 },
    949  1.1  drochner 	{ &gallant19_75, 0, -15, 12, 0 },
    950  1.1  drochner 	{ &gallant19_76, 0, -15, 12, 0 },
    951  1.1  drochner 	{ &gallant19_77, 0, -15, 12, 0 },
    952  1.1  drochner 	{ &gallant19_78, 0, -15, 12, 0 },
    953  1.1  drochner 	{ &gallant19_79, 0, -15, 12, 0 },
    954  1.1  drochner 	{ &gallant19_80, 0, -15, 12, 0 },
    955  1.1  drochner 	{ &gallant19_81, 0, -15, 12, 0 },
    956  1.1  drochner 	{ &gallant19_82, 0, -15, 12, 0 },
    957  1.1  drochner 	{ &gallant19_83, 0, -15, 12, 0 },
    958  1.1  drochner 	{ &gallant19_84, 0, -15, 12, 0 },
    959  1.1  drochner 	{ &gallant19_85, 0, -15, 12, 0 },
    960  1.1  drochner 	{ &gallant19_86, 0, -15, 12, 0 },
    961  1.1  drochner 	{ &gallant19_87, 0, -15, 12, 0 },
    962  1.1  drochner 	{ &gallant19_88, 0, -15, 12, 0 },
    963  1.1  drochner 	{ &gallant19_89, 0, -15, 12, 0 },
    964  1.1  drochner 	{ &gallant19_90, 0, -15, 12, 0 },
    965  1.1  drochner 	{ &gallant19_91, 0, -15, 12, 0 },
    966  1.1  drochner 	{ &gallant19_92, 0, -15, 12, 0 },
    967  1.1  drochner 	{ &gallant19_93, 0, -15, 12, 0 },
    968  1.1  drochner 	{ &gallant19_94, 0, -15, 12, 0 },
    969  1.1  drochner 	{ &gallant19_95, 0, -15, 12, 0 },
    970  1.1  drochner 	{ &gallant19_96, 0, -15, 12, 0 },
    971  1.1  drochner 	{ &gallant19_97, 0, -15, 12, 0 },
    972  1.1  drochner 	{ &gallant19_98, 0, -15, 12, 0 },
    973  1.1  drochner 	{ &gallant19_99, 0, -15, 12, 0 },
    974  1.1  drochner 	{ &gallant19_100, 0, -15, 12, 0 },
    975  1.1  drochner 	{ &gallant19_101, 0, -15, 12, 0 },
    976  1.1  drochner 	{ &gallant19_102, 0, -15, 12, 0 },
    977  1.1  drochner 	{ &gallant19_103, 0, -15, 12, 0 },
    978  1.1  drochner 	{ &gallant19_104, 0, -15, 12, 0 },
    979  1.1  drochner 	{ &gallant19_105, 0, -15, 12, 0 },
    980  1.1  drochner 	{ &gallant19_106, 0, -15, 12, 0 },
    981  1.1  drochner 	{ &gallant19_107, 0, -15, 12, 0 },
    982  1.1  drochner 	{ &gallant19_108, 0, -15, 12, 0 },
    983  1.1  drochner 	{ &gallant19_109, 0, -15, 12, 0 },
    984  1.1  drochner 	{ &gallant19_110, 0, -15, 12, 0 },
    985  1.1  drochner 	{ &gallant19_111, 0, -15, 12, 0 },
    986  1.1  drochner 	{ &gallant19_112, 0, -15, 12, 0 },
    987  1.1  drochner 	{ &gallant19_113, 0, -15, 12, 0 },
    988  1.1  drochner 	{ &gallant19_114, 0, -15, 12, 0 },
    989  1.1  drochner 	{ &gallant19_115, 0, -15, 12, 0 },
    990  1.1  drochner 	{ &gallant19_116, 0, -15, 12, 0 },
    991  1.1  drochner 	{ &gallant19_117, 0, -15, 12, 0 },
    992  1.1  drochner 	{ &gallant19_118, 0, -15, 12, 0 },
    993  1.1  drochner 	{ &gallant19_119, 0, -15, 12, 0 },
    994  1.1  drochner 	{ &gallant19_120, 0, -15, 12, 0 },
    995  1.1  drochner 	{ &gallant19_121, 0, -15, 12, 0 },
    996  1.1  drochner 	{ &gallant19_122, 0, -15, 12, 0 },
    997  1.1  drochner 	{ &gallant19_123, 0, -15, 12, 0 },
    998  1.1  drochner 	{ &gallant19_124, 0, -15, 12, 0 },
    999  1.1  drochner 	{ &gallant19_125, 0, -15, 12, 0 },
   1000  1.1  drochner 	{ &gallant19_126, 0, -15, 12, 0 },
   1001  1.4      cube 	null1,
   1002  1.1  drochner 	null128
   1003  1.1  drochner     },
   1004  1.1  drochner #ifdef COLORFONT_CACHE
   1005  1.1  drochner     (struct raster_fontcache*) -1
   1006  1.1  drochner #endif /*COLORFONT_CACHE*/
   1007  1.1  drochner };
   1008