blob: 0f235179b2887d90ebf0575a8dcf9c9a617671af (
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_pass2)
#endif
#ifdef __GNUC__
static const guint8 hb_queue_pass2[] __attribute__ ((__aligned__ (4))) =
#else
static const guint8 hb_queue_pass2[] =
#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\334\334\334\377rrr\377___\377xx"
"x\377\356\356\356\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\377"
"\377\377888\377\261\261\261\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"
"\255\255\255\377EEE\377\363\363\363\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\315\315"
"\315\377BBB\377\343\343\343\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\350\350\350\377"
"444\377\304\304\304\377\377\377\377\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\240\240"
"\240\377\40\40\40\377***\377***\377\242\242\242\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"};
|