blob: 03ed5081eeddfd7cdff37050a6df95da2c427d34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
/* GdkPixbuf RGBA C-Source image dump */
#ifdef __SUNPRO_C
#pragma align 4 (hb_queue_pass1)
#endif
#ifdef __GNUC__
static const guint8 hb_queue_pass1[] __attribute__ ((__aligned__ (4))) =
#else
static const guint8 hb_queue_pass1[] =
#endif
{ ""
/* Pixbuf magic (0x47646b50) */
"GdkP"
/* length: header (24) + pixel_data (616) */
"\0\0\2\200"
/* pixdata_type (0x1010002) */
"\1\1\0\2"
/* rowstride (56) */
"\0\0\0""8"
/* width (14) */
"\0\0\0\16"
/* height (11) */
"\0\0\0\13"
/* pixel_data: */
"\200\200\200\377\200\200\200\377\200\200\200\377\200\200\200\377\200"
"\200\200\377\200\200\200\377\200\200\200\377\200\200\200\377\200\200"
"\200\377\200\200\200\377\200\200\200\377\200\200\200\377\200\200\200"
"\377\200\200\200\377\200\200\200\377\365\365\371\377\377\377\377\377"
"\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
"\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
"\377\377\365\365\371\377\200\200\200\377\200\200\200\377\363\363\370"
"\377\377\377\377\377\377\377\377\377\377\377\377\377\256\256\256\377"
"hhh\377\251\251\251\377\377\377\377\377\377\377\377\377\377\377\377\377"
"\377\377\377\377\363\363\370\377\200\200\200\377\200\200\200\377\360"
"\360\366\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
"\377\377^^^\377\235\235\235\377\377\377\377\377\377\377\377\377\377\377"
"\377\377\377\377\377\377\360\360\366\377\200\200\200\377\200\200\200"
"\377\355\354\363\377\377\377\377\377\377\377\377\377\377\377\377\377"
"\377\377\377\377^^^\377\235\235\235\377\377\377\377\377\377\377\377\377"
"\377\377\377\377\377\377\377\377\355\354\363\377\200\200\200\377\200"
"\200\200\377\352\351\361\377\377\377\377\377\377\377\377\377\377\377"
"\377\377\377\377\377\377^^^\377\235\235\235\377\377\377\377\377\377\377"
"\377\377\377\377\377\377\377\377\377\377\352\351\361\377\200\200\200"
"\377\200\200\200\377\350\347\360\377\377\377\377\377\377\377\377\377"
"\377\377\377\377\377\377\377\377^^^\377\235\235\235\377\377\377\377\377"
"\377\377\377\377\377\377\377\377\377\377\377\377\350\347\360\377\200"
"\200\200\377\200\200\200\377\345\344\357\377\377\377\377\377\377\377"
"\377\377\377\377\377\377zzz\377444\377HHH\377\244\244\244\377\377\377"
"\377\377\377\377\377\377\377\377\377\377\345\344\357\377\200\200\200"
"\377\200\200\200\377\345\344\357\377\377\377\377\377\377\377\377\377"
"\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
"\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\345\344"
"\357\377\200\200\200\377\200\200\200\377\337\336\352\377\337\336\352"
"\377\337\336\352\377\337\336\352\377\337\336\352\377\337\336\352\377"
"\337\336\352\377\337\336\352\377\337\336\352\377\337\336\352\377\337"
"\336\352\377\337\336\352\377\200\200\200\377\37\37\37\377\37\37\37\377"
"\37\37\37\377\37\37\37\377\37\37\37\377\37\37\37\377\37\37\37\377\37"
"\37\37\377\37\37\37\377\37\37\37\377\37\37\37\377\37\37\37\377\37\37"
"\37\377\37\37\37\377"};
|