xref: /xnu-11215.61.5/osfmk/console/progress_meter_data.c (revision 4f1223e81cd707a65cc109d0b8ad6653699da3c4)
1*4f1223e8SApple OSS Distributions /*
2*4f1223e8SApple OSS Distributions  * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
3*4f1223e8SApple OSS Distributions  *
4*4f1223e8SApple OSS Distributions  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
5*4f1223e8SApple OSS Distributions  *
6*4f1223e8SApple OSS Distributions  * This file contains Original Code and/or Modifications of Original Code
7*4f1223e8SApple OSS Distributions  * as defined in and that are subject to the Apple Public Source License
8*4f1223e8SApple OSS Distributions  * Version 2.0 (the 'License'). You may not use this file except in
9*4f1223e8SApple OSS Distributions  * compliance with the License. The rights granted to you under the License
10*4f1223e8SApple OSS Distributions  * may not be used to create, or enable the creation or redistribution of,
11*4f1223e8SApple OSS Distributions  * unlawful or unlicensed copies of an Apple operating system, or to
12*4f1223e8SApple OSS Distributions  * circumvent, violate, or enable the circumvention or violation of, any
13*4f1223e8SApple OSS Distributions  * terms of an Apple operating system software license agreement.
14*4f1223e8SApple OSS Distributions  *
15*4f1223e8SApple OSS Distributions  * Please obtain a copy of the License at
16*4f1223e8SApple OSS Distributions  * http://www.opensource.apple.com/apsl/ and read it before using this file.
17*4f1223e8SApple OSS Distributions  *
18*4f1223e8SApple OSS Distributions  * The Original Code and all software distributed under the License are
19*4f1223e8SApple OSS Distributions  * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
20*4f1223e8SApple OSS Distributions  * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
21*4f1223e8SApple OSS Distributions  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
22*4f1223e8SApple OSS Distributions  * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
23*4f1223e8SApple OSS Distributions  * Please see the License for the specific language governing rights and
24*4f1223e8SApple OSS Distributions  * limitations under the License.
25*4f1223e8SApple OSS Distributions  *
26*4f1223e8SApple OSS Distributions  * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
27*4f1223e8SApple OSS Distributions  */
28*4f1223e8SApple OSS Distributions 
29*4f1223e8SApple OSS Distributions #define kProgressBarHeight   (18)
30*4f1223e8SApple OSS Distributions #define kProgressBarCapWidth (9)
31*4f1223e8SApple OSS Distributions #define kProgressBarWidth    (234)
32*4f1223e8SApple OSS Distributions 
33*4f1223e8SApple OSS Distributions static const unsigned char progressmeter_leftcap1x[2][9 * 18] = {
34*4f1223e8SApple OSS Distributions 	{
35*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
36*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
37*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
38*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
39*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
40*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
41*4f1223e8SApple OSS Distributions 		0xfe, 0xdc, 0xc6, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2,
42*4f1223e8SApple OSS Distributions 		0xdd, 0xcc, 0xd8, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
43*4f1223e8SApple OSS Distributions 		0xc6, 0xd8, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
44*4f1223e8SApple OSS Distributions 		0xc6, 0xd8, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
45*4f1223e8SApple OSS Distributions 		0xdd, 0xcc, 0xd8, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
46*4f1223e8SApple OSS Distributions 		0xfe, 0xdc, 0xc6, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2,
47*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
48*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
49*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
50*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
51*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
52*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
53*4f1223e8SApple OSS Distributions 	},
54*4f1223e8SApple OSS Distributions 	{
55*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
56*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
57*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
58*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
59*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
60*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
61*4f1223e8SApple OSS Distributions 		0xfa, 0x8b, 0x41, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
62*4f1223e8SApple OSS Distributions 		0x8c, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
63*4f1223e8SApple OSS Distributions 		0x41, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
64*4f1223e8SApple OSS Distributions 		0x41, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
65*4f1223e8SApple OSS Distributions 		0x8c, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
66*4f1223e8SApple OSS Distributions 		0xfa, 0x8b, 0x41, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
67*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
68*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
69*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
70*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
71*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
72*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
73*4f1223e8SApple OSS Distributions 	}
74*4f1223e8SApple OSS Distributions };
75*4f1223e8SApple OSS Distributions 
76*4f1223e8SApple OSS Distributions static const unsigned char progressmeter_leftcap2x[2][4 * 9 * 18] = {
77*4f1223e8SApple OSS Distributions 	{
78*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
79*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
80*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
81*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
82*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
83*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
84*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
85*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
86*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
87*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
88*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
89*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
90*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xfe, 0xe5, 0xcf, 0xc5, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2,
91*4f1223e8SApple OSS Distributions 		0xff, 0xf9, 0xcd, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2,
92*4f1223e8SApple OSS Distributions 		0xfe, 0xcd, 0xc2, 0xc8, 0xd2, 0xd8, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
93*4f1223e8SApple OSS Distributions 		0xe5, 0xc2, 0xc8, 0xd8, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
94*4f1223e8SApple OSS Distributions 		0xcf, 0xc2, 0xd1, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
95*4f1223e8SApple OSS Distributions 		0xc3, 0xc2, 0xd8, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
96*4f1223e8SApple OSS Distributions 		0xc3, 0xc2, 0xd8, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
97*4f1223e8SApple OSS Distributions 		0xcf, 0xc2, 0xd2, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
98*4f1223e8SApple OSS Distributions 		0xe5, 0xc2, 0xc7, 0xd8, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
99*4f1223e8SApple OSS Distributions 		0xfd, 0xcd, 0xc2, 0xc8, 0xd2, 0xd8, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9,
100*4f1223e8SApple OSS Distributions 		0xff, 0xf9, 0xcd, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2,
101*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xfe, 0xe4, 0xce, 0xc5, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2,
102*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
103*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
104*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
105*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
106*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
107*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
108*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
109*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
110*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
111*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
112*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
113*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
114*4f1223e8SApple OSS Distributions 	},
115*4f1223e8SApple OSS Distributions 	{
116*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
117*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
118*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
119*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
120*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
121*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
122*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
123*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
124*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
125*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
126*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
127*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
128*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xfa, 0xa7, 0x60, 0x3d, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
129*4f1223e8SApple OSS Distributions 		0xff, 0xe9, 0x59, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
130*4f1223e8SApple OSS Distributions 		0xfa, 0x59, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
131*4f1223e8SApple OSS Distributions 		0xa8, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
132*4f1223e8SApple OSS Distributions 		0x60, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
133*4f1223e8SApple OSS Distributions 		0x38, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
134*4f1223e8SApple OSS Distributions 		0x38, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
135*4f1223e8SApple OSS Distributions 		0x60, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
136*4f1223e8SApple OSS Distributions 		0xa7, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
137*4f1223e8SApple OSS Distributions 		0xf9, 0x59, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
138*4f1223e8SApple OSS Distributions 		0xff, 0xe9, 0x59, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
139*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xfa, 0xa6, 0x5d, 0x3c, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33,
140*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
141*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
142*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
143*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
144*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
145*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
146*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
147*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
148*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
149*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
150*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
151*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
152*4f1223e8SApple OSS Distributions 	}
153*4f1223e8SApple OSS Distributions };
154*4f1223e8SApple OSS Distributions 
155*4f1223e8SApple OSS Distributions static const unsigned char progressmeter_middle1x[2][1 * 18] = {
156*4f1223e8SApple OSS Distributions 	{
157*4f1223e8SApple OSS Distributions 		0xff,
158*4f1223e8SApple OSS Distributions 		0xff,
159*4f1223e8SApple OSS Distributions 		0xff,
160*4f1223e8SApple OSS Distributions 		0xff,
161*4f1223e8SApple OSS Distributions 		0xff,
162*4f1223e8SApple OSS Distributions 		0xff,
163*4f1223e8SApple OSS Distributions 		0xc2,
164*4f1223e8SApple OSS Distributions 		0xd9,
165*4f1223e8SApple OSS Distributions 		0xd9,
166*4f1223e8SApple OSS Distributions 		0xd9,
167*4f1223e8SApple OSS Distributions 		0xd9,
168*4f1223e8SApple OSS Distributions 		0xc2,
169*4f1223e8SApple OSS Distributions 		0xff,
170*4f1223e8SApple OSS Distributions 		0xff,
171*4f1223e8SApple OSS Distributions 		0xff,
172*4f1223e8SApple OSS Distributions 		0xff,
173*4f1223e8SApple OSS Distributions 		0xff,
174*4f1223e8SApple OSS Distributions 		0xff,
175*4f1223e8SApple OSS Distributions 	},
176*4f1223e8SApple OSS Distributions 	{
177*4f1223e8SApple OSS Distributions 		0xff,
178*4f1223e8SApple OSS Distributions 		0xff,
179*4f1223e8SApple OSS Distributions 		0xff,
180*4f1223e8SApple OSS Distributions 		0xff,
181*4f1223e8SApple OSS Distributions 		0xff,
182*4f1223e8SApple OSS Distributions 		0xff,
183*4f1223e8SApple OSS Distributions 		0x33,
184*4f1223e8SApple OSS Distributions 		0x33,
185*4f1223e8SApple OSS Distributions 		0x33,
186*4f1223e8SApple OSS Distributions 		0x33,
187*4f1223e8SApple OSS Distributions 		0x33,
188*4f1223e8SApple OSS Distributions 		0x33,
189*4f1223e8SApple OSS Distributions 		0xff,
190*4f1223e8SApple OSS Distributions 		0xff,
191*4f1223e8SApple OSS Distributions 		0xff,
192*4f1223e8SApple OSS Distributions 		0xff,
193*4f1223e8SApple OSS Distributions 		0xff,
194*4f1223e8SApple OSS Distributions 		0xff,
195*4f1223e8SApple OSS Distributions 	}
196*4f1223e8SApple OSS Distributions };
197*4f1223e8SApple OSS Distributions 
198*4f1223e8SApple OSS Distributions static const unsigned char progressmeter_middle2x[2][2 * 1 * 18] = {
199*4f1223e8SApple OSS Distributions 	{
200*4f1223e8SApple OSS Distributions 		0xff,
201*4f1223e8SApple OSS Distributions 		0xff,
202*4f1223e8SApple OSS Distributions 		0xff,
203*4f1223e8SApple OSS Distributions 		0xff,
204*4f1223e8SApple OSS Distributions 		0xff,
205*4f1223e8SApple OSS Distributions 		0xff,
206*4f1223e8SApple OSS Distributions 		0xff,
207*4f1223e8SApple OSS Distributions 		0xff,
208*4f1223e8SApple OSS Distributions 		0xff,
209*4f1223e8SApple OSS Distributions 		0xff,
210*4f1223e8SApple OSS Distributions 		0xff,
211*4f1223e8SApple OSS Distributions 		0xff,
212*4f1223e8SApple OSS Distributions 		0xc2,
213*4f1223e8SApple OSS Distributions 		0xc2,
214*4f1223e8SApple OSS Distributions 		0xd9,
215*4f1223e8SApple OSS Distributions 		0xd9,
216*4f1223e8SApple OSS Distributions 		0xd9,
217*4f1223e8SApple OSS Distributions 		0xd9,
218*4f1223e8SApple OSS Distributions 		0xd9,
219*4f1223e8SApple OSS Distributions 		0xd9,
220*4f1223e8SApple OSS Distributions 		0xd9,
221*4f1223e8SApple OSS Distributions 		0xd9,
222*4f1223e8SApple OSS Distributions 		0xc2,
223*4f1223e8SApple OSS Distributions 		0xc2,
224*4f1223e8SApple OSS Distributions 		0xff,
225*4f1223e8SApple OSS Distributions 		0xff,
226*4f1223e8SApple OSS Distributions 		0xff,
227*4f1223e8SApple OSS Distributions 		0xff,
228*4f1223e8SApple OSS Distributions 		0xff,
229*4f1223e8SApple OSS Distributions 		0xff,
230*4f1223e8SApple OSS Distributions 		0xff,
231*4f1223e8SApple OSS Distributions 		0xff,
232*4f1223e8SApple OSS Distributions 		0xff,
233*4f1223e8SApple OSS Distributions 		0xff,
234*4f1223e8SApple OSS Distributions 		0xff,
235*4f1223e8SApple OSS Distributions 		0xff,
236*4f1223e8SApple OSS Distributions 	},
237*4f1223e8SApple OSS Distributions 	{
238*4f1223e8SApple OSS Distributions 		0xff,
239*4f1223e8SApple OSS Distributions 		0xff,
240*4f1223e8SApple OSS Distributions 		0xff,
241*4f1223e8SApple OSS Distributions 		0xff,
242*4f1223e8SApple OSS Distributions 		0xff,
243*4f1223e8SApple OSS Distributions 		0xff,
244*4f1223e8SApple OSS Distributions 		0xff,
245*4f1223e8SApple OSS Distributions 		0xff,
246*4f1223e8SApple OSS Distributions 		0xff,
247*4f1223e8SApple OSS Distributions 		0xff,
248*4f1223e8SApple OSS Distributions 		0xff,
249*4f1223e8SApple OSS Distributions 		0xff,
250*4f1223e8SApple OSS Distributions 		0x33,
251*4f1223e8SApple OSS Distributions 		0x33,
252*4f1223e8SApple OSS Distributions 		0x33,
253*4f1223e8SApple OSS Distributions 		0x33,
254*4f1223e8SApple OSS Distributions 		0x33,
255*4f1223e8SApple OSS Distributions 		0x33,
256*4f1223e8SApple OSS Distributions 		0x33,
257*4f1223e8SApple OSS Distributions 		0x33,
258*4f1223e8SApple OSS Distributions 		0x33,
259*4f1223e8SApple OSS Distributions 		0x33,
260*4f1223e8SApple OSS Distributions 		0x33,
261*4f1223e8SApple OSS Distributions 		0x33,
262*4f1223e8SApple OSS Distributions 		0xff,
263*4f1223e8SApple OSS Distributions 		0xff,
264*4f1223e8SApple OSS Distributions 		0xff,
265*4f1223e8SApple OSS Distributions 		0xff,
266*4f1223e8SApple OSS Distributions 		0xff,
267*4f1223e8SApple OSS Distributions 		0xff,
268*4f1223e8SApple OSS Distributions 		0xff,
269*4f1223e8SApple OSS Distributions 		0xff,
270*4f1223e8SApple OSS Distributions 		0xff,
271*4f1223e8SApple OSS Distributions 		0xff,
272*4f1223e8SApple OSS Distributions 		0xff,
273*4f1223e8SApple OSS Distributions 		0xff,
274*4f1223e8SApple OSS Distributions 	}
275*4f1223e8SApple OSS Distributions };
276*4f1223e8SApple OSS Distributions 
277*4f1223e8SApple OSS Distributions static const unsigned char progressmeter_rightcap1x[2][9 * 18] = {
278*4f1223e8SApple OSS Distributions 	{
279*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
280*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
281*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
282*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
283*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
284*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
285*4f1223e8SApple OSS Distributions 		0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc6, 0xdc, 0xfe,
286*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd8, 0xcc, 0xde,
287*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd8, 0xc6,
288*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd8, 0xc6,
289*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd8, 0xcc, 0xde,
290*4f1223e8SApple OSS Distributions 		0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc6, 0xdc, 0xfe,
291*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
292*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
293*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
294*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
295*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
296*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
297*4f1223e8SApple OSS Distributions 	},
298*4f1223e8SApple OSS Distributions 	{
299*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
300*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
301*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
302*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
303*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
304*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
305*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x41, 0x8b, 0xfa,
306*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x92,
307*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x41,
308*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x41,
309*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x91,
310*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x41, 0x8b, 0xfa,
311*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
312*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
313*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
314*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
315*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
316*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
317*4f1223e8SApple OSS Distributions 	}
318*4f1223e8SApple OSS Distributions };
319*4f1223e8SApple OSS Distributions 
320*4f1223e8SApple OSS Distributions static const unsigned char progressmeter_rightcap2x[2][4 * 9 * 18] = {
321*4f1223e8SApple OSS Distributions 	{
322*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
323*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
324*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
325*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
326*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
327*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
328*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
329*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
330*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
331*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
332*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
333*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
334*4f1223e8SApple OSS Distributions 		0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc5, 0xcf, 0xe5, 0xfe, 0xff, 0xff,
335*4f1223e8SApple OSS Distributions 		0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xcd, 0xf9, 0xff,
336*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd8, 0xd2, 0xc8, 0xc2, 0xcd, 0xfd,
337*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd8, 0xc7, 0xc2, 0xe5,
338*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd1, 0xc2, 0xcf,
339*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd8, 0xc2, 0xc4,
340*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd8, 0xc2, 0xc5,
341*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd2, 0xc2, 0xcf,
342*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd8, 0xc7, 0xc2, 0xe5,
343*4f1223e8SApple OSS Distributions 		0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd8, 0xd2, 0xc7, 0xc2, 0xcd, 0xfd,
344*4f1223e8SApple OSS Distributions 		0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xcd, 0xf9, 0xff,
345*4f1223e8SApple OSS Distributions 		0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc5, 0xce, 0xe4, 0xfe, 0xff, 0xff,
346*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
347*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
348*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
349*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
350*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
351*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
352*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
353*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
354*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
355*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
356*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
357*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
358*4f1223e8SApple OSS Distributions 	},
359*4f1223e8SApple OSS Distributions 	{
360*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
361*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
362*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
363*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
364*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
365*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
366*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
367*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
368*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
369*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
370*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
371*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
372*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x3d, 0x60, 0xa7, 0xfa, 0xff, 0xff,
373*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x59, 0xe9, 0xff,
374*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x59, 0xf9,
375*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0xa8,
376*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x60,
377*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x39,
378*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x3d,
379*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x60,
380*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0xa7,
381*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x58, 0xf9,
382*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x59, 0xe9, 0xff,
383*4f1223e8SApple OSS Distributions 		0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x3c, 0x5d, 0xa6, 0xfa, 0xff, 0xff,
384*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
385*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
386*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
387*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
388*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
389*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
390*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
391*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
392*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
393*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
394*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
395*4f1223e8SApple OSS Distributions 		0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
396*4f1223e8SApple OSS Distributions 	}
397*4f1223e8SApple OSS Distributions };
398*4f1223e8SApple OSS Distributions 
399*4f1223e8SApple OSS Distributions 
400*4f1223e8SApple OSS Distributions static const unsigned char *
401*4f1223e8SApple OSS Distributions     progressmeter_leftcap[2][2] = {
402*4f1223e8SApple OSS Distributions 	{ &progressmeter_leftcap1x[0][0], &progressmeter_leftcap1x[1][0] },
403*4f1223e8SApple OSS Distributions 	{ &progressmeter_leftcap2x[0][0], &progressmeter_leftcap2x[1][0] }
404*4f1223e8SApple OSS Distributions };
405*4f1223e8SApple OSS Distributions 
406*4f1223e8SApple OSS Distributions static const unsigned char *
407*4f1223e8SApple OSS Distributions     progressmeter_middle[2][2] = {
408*4f1223e8SApple OSS Distributions 	{ &progressmeter_middle1x[0][0], &progressmeter_middle1x[1][0] },
409*4f1223e8SApple OSS Distributions 	{ &progressmeter_middle2x[0][0], &progressmeter_middle2x[1][0] }
410*4f1223e8SApple OSS Distributions };
411*4f1223e8SApple OSS Distributions 
412*4f1223e8SApple OSS Distributions static const unsigned char *
413*4f1223e8SApple OSS Distributions     progressmeter_rightcap[2][2] = {
414*4f1223e8SApple OSS Distributions 	{ &progressmeter_rightcap1x[0][0], &progressmeter_rightcap1x[1][0] },
415*4f1223e8SApple OSS Distributions 	{ &progressmeter_rightcap2x[0][0], &progressmeter_rightcap2x[1][0] }
416*4f1223e8SApple OSS Distributions };
417