makebomb.cpp
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:12k
源码类别:

Symbian

开发平台:

Visual C++

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Source last modified: $Id: makebomb.cpp,v 1.1.26.1 2004/07/09 01:54:47 hubbe Exp $
  3.  * 
  4.  * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
  5.  * 
  6.  * The contents of this file, and the files included with this file,
  7.  * are subject to the current version of the RealNetworks Public
  8.  * Source License (the "RPSL") available at
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed
  10.  * the file under the current version of the RealNetworks Community
  11.  * Source License (the "RCSL") available at
  12.  * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
  13.  * will apply. You may also obtain the license terms directly from
  14.  * RealNetworks.  You may not use this file except in compliance with
  15.  * the RPSL or, if you have a valid RCSL with RealNetworks applicable
  16.  * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
  17.  * the rights, obligations and limitations governing use of the
  18.  * contents of the file.
  19.  * 
  20.  * Alternatively, the contents of this file may be used under the
  21.  * terms of the GNU General Public License Version 2 or later (the
  22.  * "GPL") in which case the provisions of the GPL are applicable
  23.  * instead of those above. If you wish to allow use of your version of
  24.  * this file only under the terms of the GPL, and not to allow others
  25.  * to use your version of this file under the terms of either the RPSL
  26.  * or RCSL, indicate your decision by deleting the provisions above
  27.  * and replace them with the notice and other provisions required by
  28.  * the GPL. If you do not delete the provisions above, a recipient may
  29.  * use your version of this file under the terms of any one of the
  30.  * RPSL, the RCSL or the GPL.
  31.  * 
  32.  * This file is part of the Helix DNA Technology. RealNetworks is the
  33.  * developer of the Original Code and owns the copyrights in the
  34.  * portions it created.
  35.  * 
  36.  * This file, and the files included with this file, is distributed
  37.  * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
  38.  * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
  39.  * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
  40.  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  41.  * ENJOYMENT OR NON-INFRINGEMENT.
  42.  * 
  43.  * Technology Compatibility Kit Test Suite(s) Location:
  44.  *    http://www.helixcommunity.org/content/tck
  45.  * 
  46.  * Contributor(s):
  47.  * 
  48.  * ***** END LICENSE BLOCK ***** */
  49. // include
  50. #include "hxtypes.h"
  51. #include "hxwintyp.h"
  52. #include "hxcom.h"
  53. #include "ihxpckts.h"
  54. #include "hxvsurf.h"
  55. // hxmisc
  56. #include "baseobj.h"
  57. #include "unkimp.h"
  58. // pxcomlib
  59. #include "pxrect.h"
  60. #include "pxcolor.h"
  61. #include "pximage.h"
  62. #include "wirefmgr.h"
  63. #include "makebomb.h"
  64. // zlib
  65. #include "zlib.h"
  66. // hxdebug
  67. #include "hxassert.h"
  68. #include "hxheap.h"
  69. #ifdef _DEBUG
  70. #undef HX_THIS_FILE
  71. static char HX_THIS_FILE[] = __FILE__;
  72. #endif
  73. #if defined(_WINDOWS)
  74. const BOOL   PXMakeBombImage::m_bRowsInverted       = TRUE;
  75. #else
  76. const BOOL   PXMakeBombImage::m_bRowsInverted       = FALSE;
  77. #endif
  78. const UINT32 PXMakeBombImage::m_ulOriginalSize      = 1834;
  79. const UINT32 PXMakeBombImage::m_ulImageBufferLength = 390;
  80. const BYTE   PXMakeBombImage::m_pImageBuffer[]      =
  81. {
  82.     0x78, 0x9C, 0xED, 0xD2, 0xC9, 0x4B, 0x42, 0x51, 0x18, 0x05, 0xF0, 0x63, 
  83.     0xD9, 0x68, 0xA3, 0xCD, 0xD9, 0x3C, 0x8F, 0x6F, 0xD9, 0x1F, 0x10, 0xB8, 
  84.     0xEC, 0x5F, 0x92, 0x88, 0x24, 0x44, 0x11, 0x29, 0x42, 0x14, 0x11, 0x43, 
  85.     0x44, 0x0C, 0x11, 0x45, 0xA2, 0x88, 0x88, 0x42, 0x44, 0x33, 0xCB, 0xB2, 
  86.     0x79, 0xB4, 0x79, 0x5A, 0xB7, 0x37, 0xFB, 0x6E, 0xF0, 0x36, 0x9F, 0xAB, 
  87.     0xB6, 0x9E, 0xC7, 0xE5, 0xC1, 0xFD, 0x71, 0xCE, 0xEA, 0x4E, 0xCF, 0x8C, 
  88.     0x95, 0x81, 0x32, 0xA5, 0x04, 0x46, 0x72, 0x7F, 0xCD, 0xDF, 0x51, 0xA0, 
  89.     0x9C, 0xEE, 0xBF, 0x8B, 0x00, 0xB5, 0x4A, 0x9C, 0xDC, 0x25, 0x1D, 0x97, 
  90.     0x56, 0x8B, 0xB8, 0x4E, 0x87, 0xBD, 0xD9, 0x59, 0x24, 0xE6, 0xE6, 0xB0, 
  91.     0x3F, 0x3F, 0x8F, 0x7D, 0xBD, 0x1E, 0xC9, 0x85, 0x05, 0x1C, 0x18, 0x0C, 
  92.     0x38, 0x34, 0x1A, 0x91, 0x32, 0x99, 0x90, 0x32, 0x9B, 0x71, 0x64, 0xB1, 
  93.     0xE0, 0x78, 0x71, 0x11, 0xE9, 0xA5, 0x25, 0xA4, 0x97, 0x97, 0x71, 0x62, 
  94.     0xB5, 0xE2, 0xD4, 0x66, 0xC3, 0x99, 0xDD, 0x8E, 0x33, 0x87, 0x03, 0xE7, 
  95.     0x4E, 0x27, 0x2E, 0x5C, 0x2E, 0x5C, 0xAE, 0xAC, 0xE0, 0xD2, 0xED, 0xC6, 
  96.     0x95, 0xC7, 0x83, 0x6B, 0xAF, 0x17, 0x37, 0x3E, 0x1F, 0x6E, 0x56, 0x57, 
  97.     0x71, 0xEB, 0xF7, 0xE3, 0x2E, 0x10, 0xC0, 0x7D, 0x30, 0x88, 0x4C, 0x28, 
  98.     0x84, 0x4C, 0x38, 0x8C, 0x87, 0xB5, 0x35, 0x3C, 0xAE, 0xAF, 0xE3, 0x69, 
  99.     0x63, 0x03, 0x4F, 0x9B, 0x9B, 0x78, 0xDE, 0xDA, 0xC2, 0xCB, 0xF6, 0x36, 
  100.     0x5E, 0x77, 0x76, 0xF0, 0xBA, 0xBB, 0x8B, 0xB7, 0x48, 0x04, 0xEF, 0xD1, 
  101.     0x28, 0x3E, 0x62, 0x31, 0x7C, 0xC4, 0xE3, 0xF8, 0x4C, 0x24, 0xF0, 0x95, 
  102.     0x4C, 0x22, 0x9B, 0xCD, 0xA2, 0x90, 0x42, 0x0A, 0xF9, 0x5F, 0xA4, 0xFC, 
  103.     0xD1, 0x4A, 0x82, 0xB9, 0x56, 0xCE, 0x5A, 0x7E, 0x11, 0xF5, 0x75, 0xB5, 
  104.     0x35, 0xD5, 0x55, 0xAA, 0xCA, 0x8A, 0xF2, 0xB2, 0xD2, 0x12, 0x65, 0x71, 
  105.     0x91, 0x02, 0x92, 0x4B, 0x42, 0x2B, 0x8F, 0xD4, 0x6B, 0xE3, 0x91, 0xAC, 
  106.     0x9D, 0x47, 0xDA, 0xD4, 0xF0, 0x48, 0xBD, 0x0E, 0x1E, 0xC9, 0x3A, 0x79, 
  107.     0xA4, 0xCD, 0x2E, 0x81, 0x64, 0x6A, 0x19, 0xA9, 0xD7, 0x2D, 0x90, 0xAC, 
  108.     0x41, 0x46, 0xB2, 0x1E, 0x81, 0x64, 0x8D, 0x32, 0xD2, 0x66, 0x2F, 0x8F, 
  109.     0xD4, 0xEB, 0xE3, 0x91, 0xAC, 0x9F, 0x47, 0xDA, 0x1C, 0xE0, 0x91, 0x7A, 
  110.     0x83, 0x32, 0x92, 0x35, 0x09, 0x24, 0x1B, 0x92, 0x91, 0xAC, 0x59, 0x20, 
  111.     0x6D, 0x0E, 0xCB, 0x48, 0xD6, 0x22, 0x90, 0x7A, 0x23, 0x3C, 0x92, 0x8D, 
  112.     0xF2, 0x48, 0x9B, 0x63, 0x3C, 0x52, 0x6F, 0x9C, 0x47, 0xB2, 0x09, 0x1E, 
  113.     0x21, 0xE5, 0xBE, 0x49, 0x1E, 0xC9, 0xF8, 0xF7, 0x8C, 0x5F, 0xCB, 0x1F, 
  114.     0xFC, 0x00, 0xD4, 0x9C, 0xB5, 0x56
  115. };
  116. PXMakeBombImage::PXMakeBombImage()
  117. {
  118.     m_pColorMap  = NULL;
  119.     m_pBits      = NULL;
  120.     m_ulRowBytes = 0;
  121. }
  122. HX_RESULT PXMakeBombImage::MakeBombImage(IUnknown* pContext, UINT32 ulW, UINT32 ulH,
  123.                                          UINT32 ulBackColor, REF(PXImage*) rpBombImage)
  124. {
  125.     HX_RESULT retVal = HXR_OK;
  126.     if (pContext && ulW && ulH)
  127.     {
  128.         // Create a buffer big enough to old the decompressed buffer
  129.         BYTE* pPostZlibBuf = new BYTE [m_ulOriginalSize];
  130.         if (pPostZlibBuf)
  131.         {
  132.             // Inflate the data (zlib)
  133.     uLong ulPostZlibSize = m_ulOriginalSize;
  134.             INT32 lRet            = uncompress(pPostZlibBuf, &ulPostZlibSize,
  135.                                                m_pImageBuffer, m_ulImageBufferLength);
  136.             if (lRet == Z_OK)
  137.             {
  138.                 // Init parsing
  139.                 BYTE* pBuf = pPostZlibBuf;
  140.                 // Parse the BITMAPFILEHEADER
  141.                 PXBitmapFileHeader bfh;
  142.                 bfh.bfType      = (UINT16) PXWireFormatManager::UnPackUINT16_LE(pBuf);
  143.                 bfh.bfSize      = PXWireFormatManager::UnPackUINT32_LE(pBuf);
  144.                 bfh.bfReserved1 = (UINT16) PXWireFormatManager::UnPackUINT16_LE(pBuf);
  145.                 bfh.bfReserved2 = (UINT16) PXWireFormatManager::UnPackUINT16_LE(pBuf);
  146.                 bfh.bfOffBits   = PXWireFormatManager::UnPackUINT32_LE(pBuf);
  147.                 // Parse the BITMAPINFOHEADER
  148.                 m_cInfo.biSize          = PXWireFormatManager::UnPackUINT32_LE(pBuf);
  149.                 m_cInfo.biWidth         = (INT32) PXWireFormatManager::UnPackUINT32_LE(pBuf);
  150.                 m_cInfo.biHeight        = (INT32) PXWireFormatManager::UnPackUINT32_LE(pBuf);
  151.                 m_cInfo.biPlanes        = (UINT16) PXWireFormatManager::UnPackUINT16_LE(pBuf);
  152.                 m_cInfo.biBitCount      = (UINT16) PXWireFormatManager::UnPackUINT16_LE(pBuf);
  153.                 m_cInfo.biCompression   = PXWireFormatManager::UnPackUINT32_LE(pBuf);
  154.                 m_cInfo.biSizeImage     = PXWireFormatManager::UnPackUINT32_LE(pBuf);
  155.                 m_cInfo.biXPelsPerMeter = (INT32) PXWireFormatManager::UnPackUINT32_LE(pBuf);
  156.                 m_cInfo.biYPelsPerMeter = (INT32) PXWireFormatManager::UnPackUINT32_LE(pBuf);
  157.                 m_cInfo.biClrUsed       = PXWireFormatManager::UnPackUINT32_LE(pBuf);
  158.                 m_cInfo.biClrImportant  = PXWireFormatManager::UnPackUINT32_LE(pBuf);
  159.                 // Get the pointer to the color map
  160.                 m_pColorMap = (PXRGBQuad*) pBuf;
  161.                 // Skip to the bits
  162.                 m_pBits = (BYTE*) pPostZlibBuf + bfh.bfOffBits;
  163.                 // Compute the rowbytes
  164.                 UINT32 ulDataBytes = (m_cInfo.biWidth * m_cInfo.biBitCount + 7) >> 3;
  165.                 m_ulRowBytes       = ((ulDataBytes + 3) >> 2) << 2;
  166.                 // Create a PXImage object
  167.                 PXImage* pImage = NULL;
  168.                 retVal          = PXImage::CreateObject(&pImage);
  169.                 if (SUCCEEDED(retVal))
  170.                 {
  171.                     // AddRef the object
  172.                     pImage->AddRef();
  173.                     // Set the dimensions, color, etc.
  174.                     retVal = pImage->Create((INT32) ulW, (INT32) ulH, 32, HX_RGB,
  175.                                             m_bRowsInverted, TRUE);
  176.                     if (SUCCEEDED(retVal))
  177.                     {
  178.                         // Fill in with the background color
  179.                         pImage->Fill32(ulBackColor);
  180.                         // Compute where we will place the smaller image 
  181.                         // in the larger one
  182.                         INT32 lXOffset = 8;
  183.                         INT32 lYOffset = 8;
  184.                         INT32 lWidth   = m_cInfo.biWidth;
  185.                         INT32 lHeight  = m_cInfo.biHeight;
  186.                         if (lXOffset + lWidth > (INT32) ulW)
  187.                         {
  188.                             lXOffset = (INT32) ulW - lWidth;
  189.                             if (lXOffset < 0)
  190.                             {
  191.                                 lXOffset = 0;
  192.                                 lWidth   = (INT32) ulW;
  193.                             }
  194.                         }
  195.                         if (lYOffset + lHeight > (INT32) ulH)
  196.                         {
  197.                             lYOffset = (INT32) ulH - lHeight;
  198.                             if (lYOffset < 0)
  199.                             {
  200.                                 lYOffset = 0;
  201.                                 lHeight  = (INT32) ulH;
  202.                             }
  203.                         }
  204.                         // Decode into the image
  205.                         for (INT32 lY = 0; lY < lHeight; lY++)
  206.                         {
  207.                             UINT32* pRow = (UINT32*) pImage->GetPixel(lXOffset, lYOffset + lY);
  208.                             for (INT32 lX = 0; lX < lWidth; lX++)
  209.                             {
  210.                                 *pRow++ = GetPixel(lX, lY);
  211.                             }
  212.                         }
  213.                         // Assign the out parameter
  214.                         HX_RELEASE(rpBombImage);
  215.                         rpBombImage = pImage;
  216.                         rpBombImage->AddRef();
  217.                     }
  218.                 }
  219.                 HX_RELEASE(pImage);
  220.             }
  221.             else
  222.             {
  223.                 retVal = HXR_FAIL;
  224.             }
  225.         }
  226.         HX_VECTOR_DELETE(pPostZlibBuf);
  227.     }
  228.     else
  229.     {
  230.         retVal = HXR_INVALID_PARAMETER;
  231.     }
  232.     return retVal;
  233. }
  234. UINT32 PXMakeBombImage::GetPixel(INT32 lX, INT32 lY)
  235. {
  236.     UINT32 ulRet = 0;
  237.     if (lX >= 0 && lX < m_cInfo.biWidth &&
  238.         lY >= 0 && lY < m_cInfo.biHeight)
  239.     {
  240.         UINT32 ulXBitOffset  = (UINT32) lX * m_cInfo.biBitCount;
  241.         UINT32 ulXByteOffset = ulXBitOffset >> 3;
  242.         UINT32 ulPixel       = m_pBits[(m_cInfo.biHeight - 1 - lY) * m_ulRowBytes + ulXByteOffset];
  243.         UINT32 ulShift       = 8 - (ulXBitOffset - (ulXByteOffset << 3)) - m_cInfo.biBitCount;
  244.         UINT32 ulMask        = (1 << m_cInfo.biBitCount) - 1;
  245.         UINT32 ulIndex       = (ulPixel >> ulShift) & ulMask;
  246.         ulRet                = (m_pColorMap[ulIndex].rgbRed   << 16) |
  247.                                (m_pColorMap[ulIndex].rgbGreen <<  8) |
  248.                                 m_pColorMap[ulIndex].rgbBlue;
  249.     }
  250.     return ulRet;
  251. }