|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-656F8D90-09BE-5192-AB27-693B0171E85C" xml:lang="en"><title>Category: |
|
13 FBSCLI</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <p>Panics raised by clients of the Font and Bitmap Server. </p> |
|
15 <table id="GUID-F9CBD07F-2AFD-5A14-98BB-7FAC9F2B7E2E"> |
|
16 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/> |
|
17 <tbody> |
|
18 <row> |
|
19 <entry><p> <codeph>1</codeph> </p> </entry> |
|
20 <entry><p>No connection has been made to the Font and Bitmap Server. </p> </entry> |
|
21 </row> |
|
22 <row> |
|
23 <entry><p> <codeph>2</codeph> </p> </entry> |
|
24 <entry><p>Attempted to pass a command to the Font and Bitmap Server, but no |
|
25 connection has been made. </p> </entry> |
|
26 </row> |
|
27 <row> |
|
28 <entry><p> <codeph>3</codeph> </p> </entry> |
|
29 <entry><p>Unknown message. </p> </entry> |
|
30 </row> |
|
31 <row> |
|
32 <entry><p> <codeph>4</codeph> </p> </entry> |
|
33 <entry><p>There is an error with the Active Scheduler. </p> </entry> |
|
34 </row> |
|
35 <row> |
|
36 <entry><p> <codeph>5</codeph> </p> </entry> |
|
37 <entry><p>The startup of the Font and Bitmap Server failed. </p> </entry> |
|
38 </row> |
|
39 <row> |
|
40 <entry><p> <codeph>6</codeph> </p> </entry> |
|
41 <entry><p>Internal typeface store error: the list of accessed fonts (<xref href="GUID-0CA79D2D-827F-3A20-A10C-1CC9C576E803.dita#GUID-0CA79D2D-827F-3A20-A10C-1CC9C576E803/GUID-31DD2925-3CAC-3D1D-AE93-C2D684400EB5"><apiname>CTypefaceStore::iFontAccess()</apiname></xref>) |
|
42 is inconsistent with the font cache (<xref href="GUID-5E287BF6-08C1-36A2-9085-F6B61CC52550.dita#GUID-5E287BF6-08C1-36A2-9085-F6B61CC52550/GUID-FFD420CC-38A5-3092-B901-8595309BDDED"><apiname>CFbsTypefaceStore::iTwipsCache()</apiname></xref>). </p> </entry> |
|
43 </row> |
|
44 <row> |
|
45 <entry><p> <codeph>7</codeph> </p> </entry> |
|
46 <entry><p>The typeface store was unable to create a font due to a NULL font |
|
47 handle or address. </p> </entry> |
|
48 </row> |
|
49 <row> |
|
50 <entry><p> <codeph>8</codeph> </p> </entry> |
|
51 <entry><p>Attempted to access a NULL font pointer (debug builds only). </p> </entry> |
|
52 </row> |
|
53 <row> |
|
54 <entry><p> <codeph>9</codeph> </p> </entry> |
|
55 <entry><p>Invalid bitmap format (debug builds only). </p> </entry> |
|
56 </row> |
|
57 <row> |
|
58 <entry><p> <codeph>10</codeph> </p> </entry> |
|
59 <entry><p>Invalid bitmap display mode (<xref href="GUID-19EFD25B-30D5-3BC3-80FB-2E4769203EDF.dita"><apiname>TDisplayMode</apiname></xref>). </p> </entry> |
|
60 </row> |
|
61 <row> |
|
62 <entry><p> <codeph>11</codeph> </p> </entry> |
|
63 <entry><p>Invalid bitmap compression value (<xref href="GUID-6E40B867-F7C6-35EA-8C6F-F54AB11BDD6E.dita"><apiname>TBitmapfileCompression</apiname></xref>), |
|
64 or an unsupported operation was attempted on a compressed bitmap. </p> </entry> |
|
65 </row> |
|
66 <row> |
|
67 <entry><p> <codeph>12</codeph> </p> </entry> |
|
68 <entry><p>Bitmap decompression error (debug builds only). </p> </entry> |
|
69 </row> |
|
70 <row> |
|
71 <entry><p> <codeph>13</codeph> </p> </entry> |
|
72 <entry><p>Memory addressing error. </p> </entry> |
|
73 </row> |
|
74 <row> |
|
75 <entry><p> <codeph>14</codeph> </p> </entry> |
|
76 <entry><p>Either the display mode of the destination bitmap is not <codeph>EColor256</codeph>, |
|
77 or the two bitmaps are different sizes in <xref href="GUID-A586B394-06D7-36A0-B99C-5070FAD98978.dita#GUID-A586B394-06D7-36A0-B99C-5070FAD98978/GUID-FD334E5D-7F95-3190-926D-E026499AC652"><apiname>CFbsColor256BitmapUtil::CopyBitmap()</apiname></xref>. </p> </entry> |
|
78 </row> |
|
79 <row> |
|
80 <entry><p> <codeph>15</codeph> </p> </entry> |
|
81 <entry><p>An error occurred when constructing a hardware bitmap (debug builds |
|
82 only). </p> </entry> |
|
83 </row> |
|
84 <row> |
|
85 <entry><p> <codeph>16</codeph> </p> </entry> |
|
86 <entry><p>Bitmap not supported for compression. </p> </entry> |
|
87 </row> |
|
88 <row> |
|
89 <entry><p> <codeph>17</codeph> </p> </entry> |
|
90 <entry><p>Memory alignment error in a bitmap loaded from ROM. </p> </entry> |
|
91 </row> |
|
92 <row> |
|
93 <entry><p> <codeph>18</codeph> </p> </entry> |
|
94 <entry><p>Invalid Scan Line pointer. </p> </entry> |
|
95 </row> |
|
96 <row> |
|
97 <entry><p> <codeph>19</codeph> </p> </entry> |
|
98 <entry><p>New display mode not supported by <xref href="GUID-3112E807-67F9-3ED1-92C5-E364C09CF20E.dita#GUID-3112E807-67F9-3ED1-92C5-E364C09CF20E/GUID-1D555FAB-9E50-3438-8461-21E74AAF5504"><apiname>CBitwiseBitmap::ChangeDisplayMode()</apiname></xref> (debug |
|
99 builds only). </p> </entry> |
|
100 </row> |
|
101 <row> |
|
102 <entry><p> <codeph>20</codeph> </p> </entry> |
|
103 <entry><p>New display mode not supported by <codeph>CBitwiseBitmap::ChangeDisplayMode()</codeph> (debug |
|
104 builds only). </p> </entry> |
|
105 </row> |
|
106 <row> |
|
107 <entry><p> <codeph>21</codeph> </p> </entry> |
|
108 <entry><p>When swapping a bitmap's width and height, the size of the new bitmap |
|
109 would exceed the amount of memory allocated. </p> </entry> |
|
110 </row> |
|
111 <row> |
|
112 <entry><p> <codeph>22</codeph> </p> </entry> |
|
113 <entry><p> <xref href="GUID-683A1D42-2764-3EB7-BD19-9E12559199AB.dita#GUID-683A1D42-2764-3EB7-BD19-9E12559199AB/GUID-F2334785-FB20-38B2-ABB0-A415C10DBFAE"><apiname>CFbsBitmap::LockHeap()</apiname></xref> has been called on a |
|
114 bitmap by more than one thread (debug builds only). See <xref href="GUID-30CAE438-6CC7-5532-8727-781B8E83574A.dita">Heap |
|
115 Locking in the Font & Bitmap Server</xref> for more information. </p> </entry> |
|
116 </row> |
|
117 <row> |
|
118 <entry><p> <codeph>23</codeph> </p> </entry> |
|
119 <entry><p><codeph>FbsShaper</codeph> not yet called. </p> </entry> |
|
120 </row> |
|
121 <row> |
|
122 <entry><p> <codeph>24</codeph> </p> </entry> |
|
123 <entry><p><codeph>FbsShaper</codeph> has invalid arguments. </p> </entry> |
|
124 </row> |
|
125 <row> |
|
126 <entry><p> <codeph>25</codeph> </p> </entry> |
|
127 <entry><p>Invalid compression threshold. Value needs to be 0 or greater, and |
|
128 less than 256. </p> </entry> |
|
129 </row> |
|
130 <row> |
|
131 <entry><p> <codeph>26</codeph> </p> </entry> |
|
132 <entry><p>Typeface index out of range. Index needs to be 0 or greater. </p> </entry> |
|
133 </row> |
|
134 <row> |
|
135 <entry><p> <codeph>27</codeph> </p> </entry> |
|
136 <entry><p>Problem copying bitmap data. </p> </entry> |
|
137 </row> |
|
138 </tbody> |
|
139 </tgroup> |
|
140 </table></conbody></concept> |