diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ImageConversion.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ImageConversion.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,139 @@ + + + ImageConversion + <p> Panics used in the Image Conversion Library </p> + + + 0 + <p> No source bitmap. </p> + + + 1 + <p> No destination bitmap. </p> + + + 2 + <p> Reset destination bitmap. </p> + + + 3 + <p> Convert called while busy. </p> + + + 4 + <p> No conversion currently in progress. </p> + + + 5 + <p> Different destination bitmap. </p> + + + 6 + <p> Different destination bitmap mask. </p> + + + 7 + <p> The destination has been illegally modified. </p> + + + 8 + <p> The bitmap has zero dimensions. </p> + + + 9 + <p> No bitmap mask specified. </p> + + + 10 + <p> Invalid frame number. </p> + + + 11 + <p> The source type is undefined. </p> + + + 12 + <p> Comment are not supported. </p> + + + 13 + <p> Header processing is not complete. </p> + + + 14 + <p> Comment number is out of range. </p> + + + 15 + <p> Bad display mode. </p> + + + 16 + <p> Unknown header state. </p> + + + 17 + <p> The descriptor that was passed is not NULL. </p> + + + 18 + <p> Undefined MIME type. </p> + + + 19 + <p> Illegal image sub-type. </p> + + + 20 + <p> Illegal image type. </p> + + + 21 + <p> Illegal encoder restart. </p> + + + 22 + <p> Attempt to change options while decoding in progress. </p> + + + 23 + <p> Decoder not created. </p> + + + 24 + <p> Feature is not yet implemented. </p> + + + 25 + <p> Relay sub thread panic timeout. </p> + + + 26 + <p> Invalid thread state. </p> + + + 27 + <p> Invalid function leave request. </p> + + + 28 + <p> An Image Decoder was found to be in an invalid state. For example <code class="ApiItem">CBufferedImageDecoder::ContinueConvert()</code> was called when there is no image data to convert. </p> + + + 29 + <p> Not used. </p> + + + 30 + <p> Illegal call to reserved function. </p> + + + 31 + <p> An index is invalid. For example <code class="ApiItem">TFrameLayout::Length()</code> will panic if the value of the index parameter <code>aIndex</code>is not in the range<code>[0:TFrameLayout::Planes()]</code>. </p> + + + 32 + <p> A parameter value is invalid. For example <code class="ApiItem">TFrameLayout::SetLength()</code> will panic if the value of the length parameter <code>aLength</code> is negative. </p> + + + \ No newline at end of file