blob: b29a726fb200559921dd5290715de94eaae41449 (
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
|
/* GdkPixbuf RGBA C-Source image dump */
#ifdef __SUNPRO_C
#pragma align 4 (hb_queue_subtitle16)
#endif
#ifdef __GNUC__
static const guint8 hb_queue_subtitle16[] __attribute__ ((__aligned__ (4))) =
#else
static const guint8 hb_queue_subtitle16[] =
#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\333\333\333\377"
"mmm\377SSS\377www\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\224\224\224\377AAA\377\346"
"\346\346\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\354\354\354\377"
"LLL\377...\377\306\306\306\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"
"\365\365\365\377qqq\377&&&\377\361\361\361\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\373\373\373\377"
"\377\377\377\377\352\352\352\377\37\37\37\377\337\337\337\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\377"
"|||\377NNN\377LLL\377ttt\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"};
|