S60UIExamplePlayView.inc
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1975k
源码类别:

Symbian

开发平台:

C/C++

  1. virtual void DrawPolyLine(const CArrayFix<TPoint> * aPointList)=0;
  2. #line 2441
  3. virtual void DrawPolyLine(const TPoint* aPointList,TInt aNumPoints)=0;
  4. #line 2488
  5. virtual void DrawPie(const TRect& aRect,const TPoint& aStart,const TPoint& aEnd)=0;
  6. #line 2504
  7. virtual void DrawEllipse(const TRect& aRect)=0;
  8. virtual void DrawRect(const TRect& aRect)=0;
  9. #line 2529
  10. virtual void DrawRoundRect(const TRect& aRect,const TSize& aCornerSize)=0;
  11. #line 2546
  12. virtual TInt DrawPolygon(const CArrayFix<TPoint> * aPointList,TFillRule aFillRule=EAlternate)=0;
  13. #line 2565
  14. virtual TInt DrawPolygon(const TPoint* aPointList,TInt aNumPoints,TFillRule aFillRule=EAlternate)=0;
  15. #line 2588
  16. virtual void DrawBitmap(const TPoint& aTopLeft,const CFbsBitmap* aSource)=0;
  17. #line 2611
  18. virtual void DrawBitmap(const TRect& aDestRect,const CFbsBitmap* aSource)=0;
  19. #line 2634
  20. virtual void DrawBitmap(const TRect& aDestRect,const CFbsBitmap* aSource,const TRect& aSourceRect)=0;
  21. #line 2650
  22. virtual void DrawBitmapMasked(const TRect& aDestRect,const CFbsBitmap* aBitmap,const TRect& aSourceRect,const CFbsBitmap* aMaskBitmap,TBool aInvertMask)=0;
  23. #line 2677
  24. virtual void DrawBitmapMasked(const TRect& aDestRect,const CWsBitmap* aBitmap,const TRect& aSourceRect,const CWsBitmap* aMaskBitmap,TBool aInvertMask)=0;
  25. #line 2694
  26. virtual void DrawText(const TDesC& aText,const TPoint& aPosition) = 0;
  27. #line 2750
  28. virtual void DrawText(const TDesC& aText,const TRect& aBox,TInt aBaselineOffset,TTextAlign aAlignment = ELeft,
  29. TInt aLeftMargin = 0) = 0;
  30. __declspec(dllexport) virtual void DrawText(const TDesC& aText,const TPoint& aPosition,const TDrawTextParam& aParam);
  31. __declspec(dllexport) virtual void Reserved();
  32. __declspec(dllexport) TInt DrawTextExtended(const TDesC& aText,const TPoint& aPosition,const TDrawTextExtendedParam& aParam);
  33. #line 2766
  34. virtual void MapColors(const TRect &aRect,const TRgb *aColors,TInt aNumPairs,TBool aMapForwards) = 0;
  35. virtual TInt SetClippingRegion(const TRegion &aRegion) = 0;
  36. virtual void CancelClippingRegion() = 0;
  37. virtual void DrawTextVertical(const TDesC& aText,const TPoint& aPos,TBool aUp) = 0;
  38. #line 2791
  39. virtual void DrawTextVertical(const TDesC& aText,const TRect& aBox,TInt aBaselineOffset,TBool aUp,TTextAlign aVert=ELeft,TInt aMargin=0) = 0;
  40. protected:
  41. __declspec(dllexport) virtual void Reserved_CGraphicsContext_1();
  42. __declspec(dllexport) virtual void Reserved_CGraphicsContext_2();
  43. };
  44. #line 2822
  45. class CBitmapContext : public CGraphicsContext
  46. {
  47. public:
  48. virtual void Clear()=0;
  49. #line 2839
  50. virtual void Clear(const TRect& aRect)=0;
  51. #line 2848
  52. virtual void CopyRect(const TPoint& aOffset,const TRect& aRect)=0;
  53. #line 2857
  54. virtual void BitBlt(const TPoint& aPoint,const CFbsBitmap* aBitmap)=0;
  55. #line 2872
  56. virtual void BitBlt(const TPoint& aPoint,const CFbsBitmap* aBitmap,const TRect& aRect)=0;
  57. #line 2906
  58. virtual void BitBltMasked(const TPoint& aPoint,const CFbsBitmap* aBitmap,const TRect& aSourceRect,const CFbsBitmap* aMaskBitmap,TBool aInvertMask)=0;
  59. virtual void SetFaded(TBool aFaded)=0;
  60. #line 2932
  61. virtual void SetFadingParameters(TUint8 aBlackMap,TUint8 aWhiteMap)=0;
  62. #line 2952
  63. virtual TInt AlphaBlendBitmaps(const TPoint& aDestPt, const CFbsBitmap* aSrcBmp, const TRect& aSrcRect, const CFbsBitmap* aAlphaBmp, const TPoint& aAlphaPt) = 0;
  64. #line 2965
  65. virtual TInt AlphaBlendBitmaps(const TPoint& aDestPt, const CWsBitmap* aSrcBmp, const TRect& aSrcRect, const CWsBitmap* aAlphaBmp, const TPoint& aAlphaPt) = 0;
  66. protected:
  67. __declspec(dllexport) void Reserved_CGraphicsContext_1();
  68. __declspec(dllexport) void Reserved_CGraphicsContext_2();
  69. __declspec(dllexport) virtual void Reserved_CBitmapContext_1();
  70. __declspec(dllexport) virtual void Reserved_CBitmapContext_2();
  71. __declspec(dllexport) virtual void Reserved_CBitmapContext_3();
  72. };
  73. #line 2988
  74. class CBitmapDevice : public CGraphicsDevice
  75. {
  76. public:
  77. #line 2999
  78. virtual void GetPixel(TRgb& aColor,const TPoint& aPixel) const=0;
  79. #line 3017
  80. virtual void GetScanLine(TDes8& aBuf,const TPoint& aStartPixel,TInt aLength,TDisplayMode aDispMode) const=0;
  81. #line 3027
  82. virtual TInt AddFile(const TDesC& aName,TInt& aId)=0;
  83. virtual void RemoveFile(TInt aId=0)=0;
  84. #line 3051
  85. virtual TInt GetNearestFontInPixels(CFont*& aFont, const TFontSpec& aFontSpec) = 0;
  86. #line 3070
  87. virtual TInt GetNearestFontToDesignHeightInPixels(CFont*& , const TFontSpec& ){return 0;}
  88. #line 3092
  89. virtual TInt GetNearestFontToMaxHeightInPixels(CFont*& , const TFontSpec& , TInt ){return 0;}
  90. #line 3115
  91. virtual TInt FontHeightInPixels(TInt aTypefaceIndex,TInt aHeightIndex) const=0;
  92.     inline TInt CreateBitmapContext(CBitmapContext*& aGC);
  93. };
  94. class TMargins
  95.     {
  96. public:
  97. __declspec(dllexport) void InternalizeL(RReadStream& aStream);
  98. __declspec(dllexport) void ExternalizeL(RWriteStream& aStream) const;
  99. __declspec(dllexport) TBool operator==(const TMargins& aMargins) const;
  100. __declspec(dllexport) TBool operator!=(const TMargins& aMargins) const;
  101. public:
  102. TInt iLeft;
  103. TInt iRight;
  104.     TInt iTop;
  105. TInt iBottom;
  106. };
  107. #line 3150
  108. class TPictureCapability
  109. {
  110. public:
  111. enum TScalingType
  112. {
  113. ENotScaleable,
  114. EFullyScaleable,
  115. EScaleableMaintainingAspectRatio
  116. };
  117. public:
  118. inline TPictureCapability(TScalingType aScalingType,TBool aCroppable);
  119. public:
  120. TScalingType iScalingType;
  121. TBool iIsCroppable;
  122. };
  123. #line 3200
  124. class CPicture : public CBase
  125.     {
  126. public:
  127. enum TDetach
  128. {
  129. EDetachFull,
  130. EDetachDraw
  131. };
  132. public:
  133. __declspec(dllexport) virtual ~CPicture();
  134. #line 3227
  135. virtual void Draw(CGraphicsContext& aGc,const TPoint& aTopLeft,const TRect& aClipRect,MGraphicsDeviceMap* aMap) const=0;
  136. __declspec(dllexport) virtual TStreamId StoreL(CStreamStore& aStore) const;
  137. virtual void DetachFromStoreL(TDetach =EDetachFull) {}
  138. #line 3239
  139. virtual void ExternalizeL(RWriteStream& aStream) const =0;
  140. virtual void GetOriginalSizeInTwips(TSize& aSize) const =0;
  141. __declspec(dllexport) virtual void SetScaleFactor(TInt aScaleFactorWidth,TInt aScaleFactorHeight);
  142. __declspec(dllexport) virtual void SetCropInTwips(const TMargins& aMargins);
  143. __declspec(dllexport) virtual TPictureCapability Capability() const;
  144. __declspec(dllexport) virtual void GetCropInTwips(TMargins& aMargins) const;
  145. __declspec(dllexport) virtual TInt ScaleFactorWidth() const;
  146. __declspec(dllexport) virtual TInt ScaleFactorHeight() const;
  147. __declspec(dllexport) virtual TBool LineBreakPossible(TUint aClass,TBool aBeforePicture,TBool aHaveSpaces) const;
  148. __declspec(dllexport) virtual TBool NativePixelSize(TSize& aPixelSize);
  149. __declspec(dllexport) void GetSizeInPixels(MGraphicsDeviceMap* aMap, TSize& aSize) const;
  150. __declspec(dllexport) void SetSizeInPixels(MGraphicsDeviceMap* aMap, const TSize& aSize);
  151. __declspec(dllexport) void AddCropInPixels(MGraphicsDeviceMap* aMap, const TMargins& aMargins);
  152. __declspec(dllexport) void GetSizeInTwips(TSize& aSize) const;
  153. __declspec(dllexport) void SetSizeInTwips(const TSize& aSize);
  154. __declspec(dllexport) void ResetToOriginal();
  155. protected:
  156. __declspec(dllexport) CPicture();
  157. };
  158. #line 3277
  159. class TPictureHeader
  160. {
  161. public:
  162. __declspec(dllexport) TPictureHeader();
  163. __declspec(dllexport) void InternalizeL(RReadStream& aStream);
  164. __declspec(dllexport) void ExternalizeL(RWriteStream& aStream) const;
  165. __declspec(dllexport) void DeletePicture();
  166. public:
  167. TSwizzle<CPicture> iPicture;
  168. TUid iPictureType;
  169. TSize iSize;
  170. };
  171. #line 3304
  172. class MPictureFactory
  173. {
  174. public:
  175. #line 3324
  176. virtual void NewPictureL(TPictureHeader& aHeader,const CStreamStore& aDeferredPictureStore)const=0;
  177. };
  178. #line 3335
  179. const TInt KMaxPrinterModelNameLength=0x20;
  180. #line 3344
  181. typedef TBuf<KMaxPrinterModelNameLength> TPrinterModelName;
  182. #line 3357
  183. class TPageSpec
  184. {
  185. public:
  186. enum TPageOrientation
  187. {
  188. EPortrait,
  189. ELandscape
  190. };
  191. public:
  192. __declspec(dllexport) TPageSpec();
  193. __declspec(dllexport) TPageSpec(TPageOrientation aOrientation,const TSize& aSize);
  194. __declspec(dllexport) void InternalizeL(RReadStream& aStream);
  195. __declspec(dllexport) void ExternalizeL(RWriteStream& aStream) const;
  196. __declspec(dllexport) TSize OrientedPageSize() const;
  197. __declspec(dllexport) TBool operator==(const TPageSpec& aPageSpec) const;
  198. __declspec(dllexport) TBool operator!=(const TPageSpec& aPageSpec) const;
  199. public:
  200. TSize iPortraitPageSize;
  201. TPageOrientation iOrientation;
  202. };
  203. #line 3398
  204. class TBandAttributes
  205.     {
  206. public:
  207. TRect iRect;
  208. TBool iTextIsIgnored;
  209. TBool iGraphicsIsIgnored;
  210. TBool iFirstBandOnPage;
  211. };
  212. #line 3423
  213. class CPrinterPort : public CBase
  214. {
  215. public:
  216. virtual void WriteRequest(const TDesC8& aBuf,TRequestStatus& aRequestStatus)=0;
  217. virtual void Cancel()=0;
  218. };
  219. #line 3445
  220. class TPrinterModelEntry
  221.    {
  222. public:
  223. TPrinterModelName iModelName;
  224. TBool iRequiresPrinterPort;
  225. TUid iUid;
  226. public:
  227. __declspec(dllexport) void InternalizeL(RReadStream& aStream);
  228. __declspec(dllexport) void ExternalizeL(RWriteStream& aStream) const;
  229. };
  230. #line 3469
  231. class TPrinterModelHeader
  232.     {
  233. public:
  234. TPrinterModelEntry iEntry;
  235. TStreamId iModelDataStreamId;
  236. public:
  237. __declspec(dllexport) void InternalizeL(RReadStream& aStream);
  238. __declspec(dllexport) void ExternalizeL(RWriteStream& aStream) const;
  239. };
  240. #line 3496
  241. class CPrinterControl : public CBase
  242.     {
  243. public:
  244. enum TMoreOnPage
  245. {
  246. EMoreOnPage,
  247. ENoMoreOnPage
  248. };
  249. public:
  250. __declspec(dllexport) ~CPrinterControl();
  251. virtual TInt BandsPerPage()=0;
  252. #line 3528
  253. virtual TMoreOnPage QueueGetBand(TRequestStatus& aStatus, TBandAttributes& aBand)=0;
  254. #line 3539
  255. virtual void QueueEndPrint(TRequestStatus& aStatus)=0;
  256. virtual void AbortPrint()=0;
  257. protected:
  258. __declspec(dllexport) CPrinterControl(CPrinterPort* aPrinterPort);
  259. protected:
  260. enum TState
  261. {
  262. ENotPrinting,
  263. EPrinting
  264. };
  265. TState iState;
  266. CPrinterPort* iPrinterPort;
  267. };
  268. class CDictionaryStore;
  269. class RFs;
  270. #line 3590
  271. class CPrinterDevice : public CGraphicsDevice
  272. {
  273. public:
  274. __declspec(dllexport) ~CPrinterDevice();
  275. inline TPageSpec CurrentPageSpecInTwips() const {return(iCurrentPageSpecInTwips);}
  276. __declspec(dllexport) virtual void SelectPageSpecInTwips(const TPageSpec& aPageSpec);
  277. __declspec(dllexport) virtual TRect PrintablePageInPixels() const;
  278. virtual TPrinterModelEntry Model()const =0;
  279. virtual TInt SetModel(const TPrinterModelHeader& aModel,CStreamStore& aStore)=0;
  280. #line 3627
  281. virtual void CreateControlL(CPrinterPort* aPrinterPort)=0;
  282. __declspec(dllexport) virtual void DeleteControl();
  283. virtual void InternalizePropertiesL(RReadStream& ) {}
  284. virtual void ExternalizePropertiesL(RWriteStream& ) const {}
  285. __declspec(dllexport) void RestorePropertiesL();
  286. __declspec(dllexport) void StorePropertiesL() const;
  287. protected:
  288. __declspec(dllexport) CPrinterDevice();
  289. public:
  290. CPrinterControl* iControl;
  291. protected:
  292. TPageSpec iCurrentPageSpecInTwips;
  293. };
  294. #line 3669
  295. class CPrinterModelList : public CBase
  296.      {
  297. public:
  298.     virtual TInt ModelCount() const=0;
  299. #line 3686
  300.     virtual const TPrinterModelEntry operator[](TInt anIndex)=0;
  301. virtual TInt UidToNum(TUid aModelUid) const=0;
  302.     };
  303. #line 3705
  304. class MPageRegionPrinter
  305. {
  306. public:
  307. #line 3718
  308. virtual void PrintBandL(CGraphicsDevice* aDevice,TInt aPageNo,const TBandAttributes& aBandInPixels)=0;
  309. };
  310. const TInt KPdrStoreFileUidVal=268435514;
  311. const TInt KPdlUidVal=268450588;
  312. const TInt KUdlUidVal=268450589;
  313. #line 3746
  314. class CPrinterDriverUI : public CBase
  315.     {
  316. protected:
  317. __declspec(dllexport) CPrinterDriverUI();
  318. public:
  319. __declspec(dllexport) virtual TBool BeforePrintL();
  320. __declspec(dllexport) virtual void AfterPrintL();
  321. __declspec(dllexport) virtual void SetPropertiesL();
  322. __declspec(dllexport) virtual TBool CanSetProperties();
  323. virtual TInt SetPrinterDevice(CPrinterDevice* aPrinterDevice)=0;
  324. };
  325. class CFileStore;
  326. #line 3790
  327. class CPrinterDriver : public CBase
  328.      {
  329. public:
  330. __declspec(dllexport) static CPrinterDriver* NewL();
  331. __declspec(dllexport) ~CPrinterDriver();
  332. __declspec(dllexport) void OpenPdrL(const TDesC &aName);
  333. __declspec(dllexport) void Close();
  334. __declspec(dllexport) TInt NumModels() const;
  335. __declspec(dllexport) TPrinterModelEntry Model(TInt aNum) const;
  336. inline CPrinterDevice* PrinterDevice() {return iPrinterDevice;}
  337. __declspec(dllexport) CPrinterDevice* CreatePrinterDeviceL(TUid aModelUid);
  338. __declspec(dllexport) CPrinterDriverUI* CreatePrinterDriverUIL();
  339. private:
  340. CPrinterDriver();
  341. void DeletePrinterDevice();
  342. void DoOpenPdrL(const TDesC &aName);
  343. void DoCreatePrinterDeviceL(TUid aModelUid);
  344. void LoadLibraryL(RLibrary& aLibrary,const TDesC& aExt,TUid aUid2);
  345. private:
  346. RFs iFs;
  347. CFileStore *iPdrStore;
  348. TInt iNumModels;
  349. TPrinterModelHeader* iModelList;
  350. TFileName iPdlName;
  351. TUid iPdlUid;
  352. RLibrary iPdlLibrary;
  353. CPrinterDevice* iPrinterDevice;
  354. RLibrary iUdlLibrary;
  355. };
  356. class RResourceFile;
  357. class CPdrModelList : public CPrinterModelList
  358.     {
  359. public:
  360. __declspec(dllexport) static CPdrModelList* NewL();
  361. __declspec(dllexport) virtual ~CPdrModelList();
  362.     __declspec(dllexport) TInt ModelCount() const;
  363.     __declspec(dllexport) const TPrinterModelEntry operator [] (TInt anIndex);
  364. __declspec(dllexport) TInt UidToNum(TUid aModelUid) const;
  365. __declspec(dllexport) void AddDirectoryL(const TDesC& aDir);
  366. __declspec(dllexport) CPrinterModelList* ScanForModelsL();
  367. __declspec(dllexport) CPrinterDriver* CreatePrinterDriverL(TInt anIndex);
  368. private:
  369. CPdrModelList();
  370. void ConstructL();
  371. private:
  372. class TFileEntry
  373. {
  374. public:
  375. TFileName iFileName;
  376. TDesC* iDirectory;
  377. };
  378. class TModelEntry
  379. {
  380. public:
  381. TPrinterModelEntry iEntry;
  382. TFileEntry* iFile;
  383. };
  384. private:
  385. void ScanDirectoryL(TInt aDirIndex);
  386. void ListModelsL(TInt aFileIndex, TParse& aParser, TFileName& aNameOfLoadedResourceFile, TFileName& aTempFileName, RResourceFile& aResourceFile, HBufC8*& aResource);
  387. HBufC* NewPathBufL(const TFileEntry& aFileEntry);
  388. private:
  389. CArrayFixSeg<TModelEntry> * iModelArray;
  390. CArrayFixFlat<TFileEntry> * iFileArray;
  391. CArrayFixFlat<HBufC*> * iDirectoryArray;
  392. RFs iFileServer;
  393. };
  394. #line 3881
  395. class TZoomFactor : public MGraphicsDeviceMap
  396. {
  397. public:
  398. __declspec(dllexport) TZoomFactor();
  399. __declspec(dllexport) ~TZoomFactor();
  400. inline TZoomFactor(const MGraphicsDeviceMap* aDevice);
  401. inline TZoomFactor(const TZoomFactor* aDevice);
  402. __declspec(dllexport) TInt ZoomFactor() const;
  403. __declspec(dllexport) void SetZoomFactor(TInt aZoomFactor);
  404. inline void SetGraphicsDeviceMap(const MGraphicsDeviceMap* aDevice);
  405. inline const MGraphicsDeviceMap* GraphicsDeviceMap() const;
  406. __declspec(dllexport) void SetTwipToPixelMapping(const TSize& aSizeInPixels,const TSize& aSizeInTwips);
  407. __declspec(dllexport) TInt HorizontalTwipsToPixels(TInt aTwipWidth) const;
  408. __declspec(dllexport) TInt VerticalTwipsToPixels(TInt aTwipHeight) const;
  409. __declspec(dllexport) TInt HorizontalPixelsToTwips(TInt aPixelWidth) const;
  410. __declspec(dllexport) TInt VerticalPixelsToTwips(TInt aPixelHeight) const;
  411. __declspec(dllexport) virtual TInt GetNearestFontInTwips(CFont*& aFont, const TFontSpec& aFontSpec);
  412. __declspec(dllexport) virtual TInt GetNearestFontToDesignHeightInTwips(CFont*& aFont, const TFontSpec& aFontSpec);
  413. __declspec(dllexport) virtual TInt GetNearestFontToMaxHeightInTwips(CFont*& aFont, const TFontSpec& aFontSpec, TInt aMaxHeight);
  414. __declspec(dllexport) void ReleaseFont(CFont* aFont);
  415. public:
  416. enum {EZoomOneToOne=1000};
  417. private:
  418. TInt iZoomFactor;
  419. const MGraphicsDeviceMap* iDevice;
  420. };
  421. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\gdi.inl" /* stack depth 7 */
  422. #line 11
  423. inline TRgb::TRgb():
  424. iValue(0xffffffff)
  425. {}
  426. inline TRgb::TRgb(TUint32 aValue):
  427. iValue(((aValue & 0xff0000) >> 16) | (aValue & 0x00ff00) | ((aValue & 0x0000ff) << 16) | (0xff000000 - (aValue & 0xff000000)))
  428. #line 32
  429. {}
  430. inline TRgb::TRgb(TUint32 aInternalValue, TInt aAlpha) :
  431. iValue((aInternalValue & 0x00ffffff) | (aAlpha << 24))
  432. #line 49
  433. {
  434. }
  435. inline TRgb::TRgb(TInt aRed,TInt aGreen,TInt aBlue):
  436. iValue(aRed<<16|aGreen<<8|aBlue|0xff000000)
  437. {}
  438. #line 78
  439. inline TRgb::TRgb(TInt aRed,TInt aGreen,TInt aBlue, TInt aAlpha):
  440. iValue(aRed<<16|aGreen<<8|aBlue|aAlpha<<24)
  441. {}
  442. inline TInt TRgb::Red() const
  443. {return((iValue&0xff0000)>>16);}
  444. inline TInt TRgb::Green() const
  445. {return((iValue&0xff00)>>8);}
  446. inline TInt TRgb::Blue() const
  447. {return(iValue&0xff);}
  448. inline TBool TRgb::operator==(const TRgb& aColor) const
  449. #line 113
  450. {return(iValue==aColor.iValue);}
  451. inline TBool TRgb::operator!=(const TRgb& aColor) const
  452. #line 125
  453. {return(!(*this==aColor));}
  454. inline TRgb& TRgb::operator&=(const TRgb& aColor)
  455. #line 140
  456. {iValue&=aColor.iValue;return(*this);}
  457. inline TRgb& TRgb::operator|=(const TRgb& aColor)
  458. #line 155
  459. {iValue|=aColor.iValue;return(*this);}
  460. inline TRgb& TRgb::operator^=(const TRgb& aColor)
  461. #line 171
  462. {iValue^=aColor.iValue;iValue^=0xff000000; return(*this);}
  463. inline TUint32 TRgb::Value() const
  464. {return (((iValue & 0xff0000) >> 16) | (iValue & 0x00ff00) | ((iValue & 0x0000ff) << 16) | (0xff000000 - (iValue & 0xff000000)));}
  465. inline TUint32 TRgb::Internal() const
  466. {return (iValue);}
  467. inline void TRgb::SetInternal(TUint32 aInternal)
  468. {iValue = aInternal;}
  469. inline TRgb TRgb::operator~() const
  470. {TRgb rgb; rgb.SetInternal(iValue^0x00ffffff); return rgb;}
  471. inline TRgb TRgb::operator&(const TRgb& aColor)
  472. {TRgb rgb; rgb.SetInternal(iValue&aColor.iValue); return rgb;}
  473. inline TRgb TRgb::operator|(const TRgb& aColor)
  474. {TRgb rgb; rgb.SetInternal(iValue|aColor.iValue); return rgb;}
  475. inline TRgb TRgb::operator^(const TRgb& aColor)
  476. {TRgb rgb; rgb.SetInternal(iValue^aColor.iValue); return rgb;}
  477. #line 234
  478. inline TRgb TRgb::_Gray2(TInt aGray2)
  479. {
  480. if(aGray2) return(TRgb(0xffffff, 0xff));
  481. return(TRgb(0, 0xff));
  482. }
  483. #line 248
  484. inline TRgb TRgb::_Gray4(TInt aGray4)
  485. {
  486. aGray4&=3;
  487. aGray4|=aGray4<<2;
  488. aGray4|=aGray4<<4;
  489. return(TRgb(aGray4,aGray4,aGray4));
  490. }
  491. #line 264
  492. inline TRgb TRgb::_Gray16(TInt aGray16)
  493. {
  494. aGray16&=0xf;
  495. aGray16|=aGray16<<4;
  496. return(TRgb(aGray16,aGray16,aGray16));
  497. }
  498. #line 279
  499. inline TRgb TRgb::_Gray256(TInt aGray256)
  500. {
  501. aGray256&=0xff;
  502. return(TRgb(aGray256,aGray256,aGray256));
  503. }
  504. #line 292
  505. inline TRgb TRgb::_Color4K(TInt aColor4K)
  506. {
  507. TUint32 value = (aColor4K & 0xf00) << 8;
  508. value |= (aColor4K & 0x0f0) << 4;
  509. value |= (aColor4K & 0x00f);
  510. return TRgb(value | (value << 4), 0xff);
  511. }
  512. #line 307
  513. inline TRgb TRgb::_Color64K(TInt aColor64K)
  514. {
  515. TInt red = (aColor64K&0xF800)>>8;
  516. red += red>>5;
  517. TInt green = (aColor64K&0x07E0)>>3;
  518. green += green>>6;
  519. TInt blue = (aColor64K&0x001F)<<3;
  520. blue += blue>>5;
  521. return TRgb(red,green,blue);
  522. }
  523. #line 325
  524. inline TRgb TRgb::_Color16M(TInt a0RGB)
  525. {
  526. return TRgb(a0RGB, 0xff);
  527. }
  528. inline TRgb TRgb::_Color16MU(TInt a0RGB)
  529. {
  530. return TRgb(a0RGB, 0xff);
  531. }
  532. inline TInt TRgb::_Gray2() const
  533. {
  534. return(Gray256()>>7);
  535. }
  536. inline TInt TRgb::_Gray4() const
  537. {
  538. return(Gray256()>>6);
  539. }
  540. inline TInt TRgb::_Gray16() const
  541. {
  542. return(Gray256()>>4);
  543. }
  544. inline TInt TRgb::_Gray256() const
  545. {
  546. return(((Red()<<1)+Green()+(Green()<<2)+Blue())>>3);
  547. }
  548. inline TInt TRgb::_Color4K() const
  549. {
  550. TInt color4K = (iValue & 0x0000f0) >> 4;
  551. color4K |= (iValue & 0x00f000) >> 8;
  552. color4K |= (iValue & 0xf00000) >> 12;
  553. return color4K;
  554. }
  555. inline TInt TRgb::_Color64K() const
  556. {
  557. TInt color64K = (iValue & 0x0000f8) >> 3;
  558. color64K |= (iValue & 0x00fc00) >> 5;
  559. color64K |= (iValue & 0xf80000) >> 8;
  560. return color64K;
  561. }
  562. inline TInt TRgb::_Color16M() const
  563. {
  564. return (iValue & 0xffffff);
  565. }
  566. inline TInt TRgb::_Color16MU() const
  567. {
  568. return (iValue & 0xffffff);
  569. }
  570. inline TInt TRgb::Alpha() const
  571. {return (iValue >> 24);}
  572. #line 432
  573. inline TRgb TRgb::_Color16MA(TUint aARGB)
  574. {
  575. TRgb col; col.SetInternal(aARGB);
  576. return col;
  577. }
  578. inline TUint TRgb::_Color16MA() const
  579. {
  580. return (iValue);
  581. }
  582. inline TInt CPalette::Entries() const
  583. {return(iNumEntries);}
  584. inline TRgb TColor256Util::Color256(TInt aColor256) const
  585. { return TRgb(iColorTable[aColor256]); }
  586. inline TBool TFontStyle::operator==(const TFontStyle& aFontStyle) const
  587. {return(iFlags==aFontStyle.iFlags);}
  588. inline TGlyphBitmapType TFontStyle::BitmapType() const
  589. {
  590. return (TGlyphBitmapType)(iFlags >> 16);
  591. }
  592. inline void TFontStyle::SetBitmapType(TGlyphBitmapType aBitmapType)
  593. #line 502
  594. {
  595. iFlags &= 0xFFFF;
  596. iFlags |= (aBitmapType << 16);
  597. }
  598. inline TInt CBitmapDevice::CreateBitmapContext(CBitmapContext*& aGC)
  599. {return(CreateContext((CGraphicsContext*&)aGC));}
  600. inline TPictureCapability::TPictureCapability(TScalingType aScalingType,TBool aCroppable):
  601. iScalingType(aScalingType),iIsCroppable(aCroppable)
  602. {}
  603. inline TZoomFactor::TZoomFactor(const MGraphicsDeviceMap* aDevice):
  604. iZoomFactor(TZoomFactor::EZoomOneToOne),
  605. iDevice(aDevice)
  606. {}
  607. inline TZoomFactor::TZoomFactor(const TZoomFactor* aDevice):
  608. iDevice(aDevice)
  609. {
  610. iZoomFactor=aDevice->iZoomFactor;
  611. }
  612. inline void TZoomFactor::SetGraphicsDeviceMap(const MGraphicsDeviceMap* aDevice)
  613. {iDevice=aDevice;}
  614. inline const MGraphicsDeviceMap* TZoomFactor::GraphicsDeviceMap() const
  615. {return(iDevice);}
  616. #line 579
  617. inline TInt CFont::FontCapitalAscent() const
  618. {
  619. return ExtendedFunction(KFontCapitalAscent);
  620. }
  621. #line 595
  622. inline TInt CFont::FontMaxAscent() const
  623. {
  624. return ExtendedFunction(KFontMaxAscent);
  625. }
  626. #line 608
  627. inline TInt CFont::FontStandardDescent() const
  628. {
  629. return ExtendedFunction(KFontStandardDescent);
  630. }
  631. #line 623
  632. inline TInt CFont::FontMaxDescent() const
  633. {
  634. return ExtendedFunction(KFontMaxDescent);
  635. }
  636. inline TInt CFont::FontLineGap() const
  637. {
  638. return ExtendedFunction(KFontLineGap);
  639. }
  640. #line 648
  641. inline TInt CFont::FontMaxHeight() const
  642. {
  643. return FontMaxAscent() + FontMaxDescent();
  644. }
  645. #line 3912 "C:\Symbian\9.1\S60_3rd\epoc32\include\gdi.h" /* stack depth 6 */
  646. #line 21 "C:\Symbian\9.1\S60_3rd\epoc32\include\fntstore.h" /* stack depth 5 */
  647. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\openfont.h" /* stack depth 6 */
  648. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\Ecom\Ecom.h" /* stack depth 7 */
  649. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\Ecom\EComErrorCodes.h" /* stack depth 8 */
  650. #line 20
  651. const TInt KEComErrBase = -17000;
  652. const TInt KEComErrLast = -17030;
  653. #line 39
  654. const TInt KEComErrNoInterfaceIdentified = -17004;
  655. const TInt KEComErrNoResolver = -17014;
  656. const TInt KEComErrTooManyNotificationsOutstanding = -17026;
  657. #line 64
  658. const TInt KEComErrMissingParameter = -17028;
  659. const TInt KEComErrListInvalidAwaitNotification = -17029;
  660. const TInt KEComErrListCurrentlyUnavailable = -17030;
  661. #line 90
  662. const TInt KEComErrInvalidUnloadPolicy = -17003;
  663. const TInt KEComErrInvalidIIC = -17008;
  664. const TInt KEComErrDriveNotFound = -17019;
  665. #line 117
  666. const TInt KEComErrUnknownService = -17002;
  667. const TInt KEComErrReferenceCountInvalid = -17013;
  668. const TInt KEComErrDestructionFailed = -17017;
  669. const TInt KEComErrInvalidRegistryData = -17022;
  670. const TInt KEComErrMismatchedTags = -17023;
  671. #line 156
  672. const TInt KEComErrDestroyingWithNullDtorKey = -17027;
  673. #line 166
  674. const TInt KEComErrAlreadyReceiving = -17001;
  675. const TInt KEComErrEnableFailed = -17005;
  676. const TInt KEComErrDisableFailed = -17006;
  677. const TInt KEComErrNoRegistrationsFound = -17007;
  678. const TInt KEComErrUninstallFailed = -17009;
  679. const TInt KEComErrReinstallFailed = -17010;
  680. const TInt KEComErrRegistrationFailed = -17011;
  681. const TInt KEComErrNotConnected = -17012;
  682. const TInt KEComErrSuspendFailed = -17015;
  683. const TInt KEComErrResumeFailed = -17016;
  684. const TInt KEComErrDriveAlreadyInstalled = -17018;
  685. const TInt KEComErrIndexEntryNotFound = -17020;
  686. const TInt KEComErrNoRegistrationData = -17021;
  687. const TInt KEComErrInstantiationPointerNotFound = -17024;
  688. const TInt KEComErrInstantiationPointerNotAvailable = -17025;
  689. #line 19 "C:\Symbian\9.1\S60_3rd\epoc32\include\Ecom\Ecom.h" /* stack depth 7 */
  690. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\Ecom\EComResolverParams.h" /* stack depth 8 */
  691. #line 25
  692. class TEComResolverParams
  693. {
  694. public:
  695. inline TEComResolverParams();
  696. inline const TDesC8& DataType() const;
  697. inline void SetDataType(const TDesC8& aDataType);
  698. inline TBool IsGenericMatch() const;
  699. inline void SetGenericMatch(TBool aGenericMatch);
  700. inline TBool IsWildcardMatch() const;
  701. inline void SetWildcardMatch(TBool aWildcardMatch);
  702. private:
  703. TPtrC8 iDataType;
  704. TBool iGenericMatch;
  705. };
  706. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\Ecom\EComResolverParams.inl" /* stack depth 9 */
  707. #line 19
  708. TEComResolverParams::TEComResolverParams()
  709. : iDataType(0 ,0),
  710. iGenericMatch(EFalse)
  711. {
  712. }
  713. #line 35
  714. const TDesC8& TEComResolverParams::DataType() const
  715. {
  716. return iDataType;
  717. }
  718. #line 50
  719. void TEComResolverParams::SetDataType(const TDesC8& aDataType)
  720. {
  721. iDataType.Set(aDataType);
  722. }
  723. #line 62
  724. TBool TEComResolverParams::IsGenericMatch() const
  725. {
  726. return iGenericMatch;
  727. }
  728. #line 94
  729. void TEComResolverParams::SetGenericMatch(TBool aGenericMatch)
  730. {
  731. iGenericMatch=aGenericMatch;
  732. }
  733. #line 107
  734. TBool TEComResolverParams::IsWildcardMatch() const
  735. {
  736. return iGenericMatch;
  737. }
  738. #line 121
  739. void TEComResolverParams::SetWildcardMatch(TBool aWildcardMatch)
  740. {
  741. iGenericMatch=aWildcardMatch;
  742. }
  743. #line 56 "C:\Symbian\9.1\S60_3rd\epoc32\include\Ecom\EComResolverParams.h" /* stack depth 8 */
  744. #line 20 "C:\Symbian\9.1\S60_3rd\epoc32\include\Ecom\Ecom.h" /* stack depth 7 */
  745. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\Ecom\ImplementationInformation.h" /* stack depth 8 */
  746. #line 52
  747. class CImplementationInformation : public CBase
  748. {
  749. public:
  750. static CImplementationInformation* NewLC(RReadStream& aStream);
  751. static CImplementationInformation* NewL(TUid aUid,
  752. TInt aVersion,
  753. HBufC*  aName,
  754. HBufC8* aDataType,
  755. HBufC8* aOpaqueData,
  756. TDriveUnit aDrive,
  757. TBool aRomOnly,
  758. TBool aRomBased);
  759. static CImplementationInformation* NewL(const CImplementationInformation& aImplInfo);
  760. ~CImplementationInformation();
  761. inline const TDesC& DisplayName() const;
  762. inline const TDesC8& DataType() const;
  763. inline const TDesC8& OpaqueData() const;
  764. inline TUid ImplementationUid() const;
  765. inline TInt Version() const;
  766. inline TBool Disabled() const;
  767. inline void SetDisabled(TBool aDisabled);
  768. void ExternalizeL(RWriteStream& aStream) const;
  769. void InternalizeL(RReadStream& aStream);
  770. inline TDriveUnit Drive() const;
  771. inline TBool RomOnly() const;
  772. inline TBool RomBased() const;
  773. void SetRomBased(TBool aRomBased);
  774. private:
  775. CImplementationInformation();
  776. CImplementationInformation(TUid aUid,
  777.    TInt aVersion,
  778.    HBufC*  aName,
  779.    HBufC8* aDataType,
  780.    HBufC8* aOpaqueData,
  781.    TDriveUnit aDrive,
  782.    TBool aRomOnly,
  783.    TBool aRomBased);
  784. private:
  785. TUid iImplementationUid;
  786. TInt iVersion;
  787. HBufC* iDisplayName;
  788. HBufC8* iData;
  789. HBufC8* iOpaqueData;
  790. TBool iDisabled;
  791. TDriveUnit iDrive;
  792. TBool iRomOnly;
  793. TBool iRomBased;
  794. };
  795. typedef RArray<CImplementationInformation*> RImplInfoArray;
  796. typedef RPointerArray<CImplementationInformation> RImplInfoPtrArray;
  797. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\Ecom\ImplementationInformation.inl" /* stack depth 9 */
  798. #line 22
  799. const TDesC& CImplementationInformation::DisplayName() const
  800. {
  801. if(iDisplayName == 0 )
  802. return KNullDesC();
  803. else
  804. return *iDisplayName;
  805. }
  806. #line 37
  807. const TDesC8& CImplementationInformation::DataType() const
  808. {
  809. if(iData == 0 )
  810. return KNullDesC8();
  811. else
  812. return *iData;
  813. }
  814. #line 52
  815. const TDesC8& CImplementationInformation::OpaqueData() const
  816. {
  817. if(iOpaqueData == 0 )
  818. return KNullDesC8();
  819. else
  820. return *iOpaqueData;
  821. }
  822. #line 67
  823. TUid CImplementationInformation::ImplementationUid() const
  824. {
  825. return iImplementationUid;
  826. }
  827. #line 79
  828. TInt CImplementationInformation::Version() const
  829. {
  830. return iVersion;
  831. }
  832. #line 92
  833. TBool CImplementationInformation::Disabled() const
  834. {
  835. return iDisabled;
  836. }
  837. #line 105
  838. void CImplementationInformation::SetDisabled(TBool aDisabled)
  839. {
  840. iDisabled = aDisabled;
  841. }
  842. #line 117
  843. TDriveUnit CImplementationInformation::Drive() const
  844. {
  845. return iDrive;
  846. }
  847. #line 129
  848. TBool CImplementationInformation::RomOnly() const
  849. {
  850. return iRomOnly;
  851. }
  852. TBool CImplementationInformation::RomBased() const
  853. {
  854. return iRomBased;
  855. }
  856. #line 159 "C:\Symbian\9.1\S60_3rd\epoc32\include\Ecom\ImplementationInformation.h" /* stack depth 8 */
  857. #line 21 "C:\Symbian\9.1\S60_3rd\epoc32\include\Ecom\Ecom.h" /* stack depth 7 */
  858. class CLoadManager;
  859. class CGlobalData;
  860. const TInt KMaxServiceArgs = 4;
  861. #line 41
  862. const TUid KRomOnlyResolverUid = {0x10009D92};
  863. #line 68
  864. class REComSession  : public RSessionBase
  865. {
  866. friend class CGlobalData;
  867. public:
  868. __declspec(dllexport) REComSession();
  869. __declspec(dllexport) static REComSession& OpenL();
  870. __declspec(dllexport) void Close();
  871. __declspec(dllexport) void NotifyOnChange(TRequestStatus& aStatus);
  872. __declspec(dllexport) void CancelNotifyOnChange(TRequestStatus& aStatus);
  873. __declspec(dllexport) static void ListImplementationsL(TUid aInterfaceUid,
  874.   const TEComResolverParams& aResolutionParameters,
  875.   RImplInfoPtrArray& aImplInfoArray);
  876. __declspec(dllexport) static void ListImplementationsL(TUid aInterfaceUid,
  877.   RImplInfoPtrArray& aImplInfoArray);
  878. __declspec(dllexport) static void ListImplementationsL(TUid aInterfaceUid,
  879.   const TEComResolverParams& aResolutionParameters,
  880.   TUid aResolverUid,
  881.   RImplInfoPtrArray& aImplInfoArray);
  882. #line 104
  883. __declspec(dllexport) static TAny* CreateImplementationL(TUid aImplementationUid,
  884. TUid& aDtorIDKey);
  885. __declspec(dllexport) static TAny* CreateImplementationL(TUid aImplementationUid,
  886. TInt32 aKeyOffset);
  887. __declspec(dllexport) static TAny* CreateImplementationL(TUid aImplementationUid,
  888. TUid& aDtorIDKey,
  889. TAny* aConstructionParameters);
  890. __declspec(dllexport) static TAny* CreateImplementationL(TUid aImplementationUid,
  891. TInt32 aKeyOffset,
  892. TAny* aConstructionParameters);
  893. __declspec(dllexport) static TAny* CreateImplementationL(TUid aInterfaceUid,
  894. TUid& aDtorIDKey,
  895. const TEComResolverParams& aResolutionParameters);
  896. __declspec(dllexport) static TAny* CreateImplementationL(TUid aInterfaceUid,
  897. TInt32 aKeyOffset,
  898. const TEComResolverParams& aResolutionParameters);
  899. __declspec(dllexport) static TAny* CreateImplementationL(TUid aInterfaceUid,
  900. TUid& aDtorIDKey,
  901. TAny* aConstructionParameters,
  902. const TEComResolverParams& aResolutionParameters);
  903. __declspec(dllexport) static TAny* CreateImplementationL(TUid aInterfaceUid,
  904. TInt32 aKeyOffset,
  905. TAny* aConstructionParameters,
  906. const TEComResolverParams& aResolutionParameters);
  907. __declspec(dllexport) static TAny* CreateImplementationL(TUid aInterfaceUid,
  908. TUid& aDtorIDKey,
  909. const TEComResolverParams& aResolutionParameters,
  910. TUid aResolverUid);
  911. __declspec(dllexport) static TAny* CreateImplementationL(TUid aInterfaceUid,
  912. TInt32 aKeyOffset,
  913. const TEComResolverParams& aResolutionParameters,
  914. TUid aResolverUid);
  915. __declspec(dllexport) static TAny* CreateImplementationL(TUid aInterfaceUid,
  916. TUid& aDtorIDKey,
  917. TAny* aConstructionParameters,
  918. const TEComResolverParams& aResolutionParameters,
  919. TUid aResolverUid);
  920. __declspec(dllexport) static TAny* CreateImplementationL(TUid aInterfaceUid,
  921. TInt32 aKeyOffset,
  922. TAny* aConstructionParameters,
  923. const TEComResolverParams& aResolutionParameters,
  924. TUid aResolverUid);
  925. __declspec(dllexport) static void DestroyedImplementation(TUid aDtorIDKey);
  926. __declspec(dllexport) static void FinalClose();
  927. private:
  928. void ConstructL();
  929. void ReallyClose();
  930. static void ListImplementationsL(TInt aServiceId,
  931.  TUid aInterfaceUid,
  932.  const TEComResolverParams& aResolutionParameters,
  933.  TUid aResolverUid,
  934.  RImplInfoPtrArray& aImplInfoArray);
  935. TAny* ResolveAndCreateImplL(TUid aImplementationUid,
  936.  TUid& aDtorIDKey,
  937.  TAny* aCreationParameters, TBool aCreationParamsFlag);
  938. TAny* ResolveAndCreateImplL(TUid aInterfaceUid,
  939.  const TEComResolverParams& aResolutionParameters,
  940.  TUid& aDtorIDKey,
  941.  TAny* aCreationParameters, TBool aCreationParamsFlag);
  942. TAny* ResolveAndCreateImplL(TUid aInterfaceUid,
  943.  const TEComResolverParams& aResolutionParameters,
  944.  TUid aResolverUid,
  945.  TUid& aDtorIDKey,
  946.  TAny* aCreationParameters, TBool aCreationParamsFlag);
  947. TAny* ResolveAndCreateImplL(TInt aServiceId,
  948.  TUid aInterfaceUid,
  949.  const TEComResolverParams& aResolutionParameters,
  950.  TUid aResolverUid,
  951.  TUid& aDtorIDKey,
  952.  TAny* aCreationParameters, TBool aCreationParamsFlag);
  953. public:
  954. __declspec(dllexport) static void SetGetParametersL(const TIpcArgs &aArgs);
  955. private:
  956. TInt iReserved1;
  957. TBool iDoNotCloseThis;
  958. TInt iReserved2;
  959. };
  960. #line 27 "C:\Symbian\9.1\S60_3rd\epoc32\include\openfont.h" /* stack depth 6 */
  961. class CFont;
  962. class COpenFontFile;
  963. class COpenFontGlyph;
  964. class COpenFontGlyphCache;
  965. class COpenFontGlyphTreeEntry;
  966. class COpenFontPositioner;
  967. class COpenFontSessionCache;
  968. class COpenFontSessionCacheList;
  969. class RFs;
  970. class TCharacterMetrics;
  971. class TFontSpec;
  972. class TOpenFontFaceAttrib;
  973. class CFontStore;
  974. class TOpenFontFileData;
  975. const TInt KUidOpenFontRasterizerPlunginInterface = 0x101F7F5D;
  976. #line 64
  977. const TUint KReplacementCharacter = 0xF6DB;
  978. const TInt KFillCharacterOffset = 0x7FFF;
  979. #line 81
  980. class TOpenFontMetrics
  981. {
  982. public:
  983. inline TOpenFontMetrics();
  984. __declspec(dllexport) TOpenFontMetrics(const CFont* aFont);
  985. inline TInt Size() const;
  986. inline TInt Ascent() const;
  987. inline TInt Descent() const;
  988. inline TInt MaxHeight() const;
  989. inline TInt MaxDepth() const;
  990. inline TInt MaxWidth() const;
  991. inline void SetSize(TInt aSize);
  992. inline void SetAscent(TInt aAscent);
  993. inline void SetDescent(TInt aDescent);
  994. inline void SetMaxHeight(TInt aMaxHeight);
  995. inline void SetMaxDepth(TInt aMaxDepth);
  996. inline void SetMaxWidth(TInt aMaxWidth);
  997. private:
  998. TInt16 iDesignHeight;
  999. TInt16 iAscent;
  1000. TInt16 iDescent;
  1001. TInt16 iMaxHeight;
  1002. TInt16 iMaxDepth;
  1003. TInt16 iMaxWidth;
  1004. TInt32 iReserved;
  1005. };
  1006. #line 128
  1007. class TOpenFontCharMetrics
  1008. {
  1009. public:
  1010. enum TUninitialized { EUninitialized };
  1011. public:
  1012. inline TOpenFontCharMetrics();
  1013. TOpenFontCharMetrics(TUninitialized) {}
  1014. __declspec(dllexport) TOpenFontCharMetrics(const TCharacterMetrics& aMetrics);
  1015. __declspec(dllexport) TBool GetTCharacterMetrics(TCharacterMetrics& aMetrics) const;
  1016. inline TInt Width() const;
  1017. inline TInt Height() const;
  1018. inline TInt HorizBearingX() const;
  1019. inline TInt HorizBearingY() const;
  1020. inline TInt HorizAdvance() const;
  1021. inline TInt VertBearingX() const;
  1022. inline TInt VertBearingY() const;
  1023. inline TInt VertAdvance() const;
  1024. inline void GetHorizBounds(TRect& aBounds) const;
  1025. inline void GetVertBounds(TRect& aBounds) const;
  1026. inline void SetWidth(TInt aWidth);
  1027. inline void SetHeight(TInt aHeight);
  1028. inline void SetHorizBearingX(TInt aHorizBearingX);
  1029. inline void SetHorizBearingY(TInt aHorizBearingY);
  1030. inline void SetHorizAdvance(TInt aHorizAdvance);
  1031. inline void SetVertBearingX(TInt aVertBearingX);
  1032. inline void SetVertBearingY(TInt aVertBearingY);
  1033. inline void SetVertAdvance(TInt aVertAdvance);
  1034. private:
  1035. TInt16 iWidth;
  1036. TInt16 iHeight;
  1037. TInt16 iHorizBearingX;
  1038. TInt16 iHorizBearingY;
  1039. TInt16 iHorizAdvance;
  1040. TInt16 iVertBearingX;
  1041. TInt16 iVertBearingY;
  1042. TInt16 iVertAdvance;
  1043. TInt32 iReserved;
  1044. };
  1045. #line 187
  1046. class TOpenFontGlyphData
  1047. {
  1048. public:
  1049. __declspec(dllexport) static TOpenFontGlyphData* New(RHeap* aHeap,TInt aBufferSize);
  1050. inline TBool Overflow() const;
  1051. inline TInt BytesNeeded() const;
  1052. inline TPtrC8 Bitmap() const;
  1053. inline const TUint8* BitmapPointer() const;
  1054. inline const TOpenFontCharMetrics* Metrics() const;
  1055. inline TInt GlyphIndex() const;
  1056. inline TUint8* BufferStart();
  1057. inline TUint8* BufferEnd();
  1058. inline void SetBytesNeeded(TInt aBytes);
  1059. inline void SetBitmapPointer(const TUint8* aBitmap);
  1060. inline void SetMetricsPointer(const TOpenFontCharMetrics* aMetrics);
  1061. inline void SetPointersToInternalBuffers();
  1062. inline void SetMetrics(TOpenFontCharMetrics& aMetrics);
  1063. inline void SetGlyphIndex(TInt aGlyphIndex);
  1064. private:
  1065. TOpenFontGlyphData();
  1066. ~TOpenFontGlyphData();
  1067. private:
  1068. TInt iBitmapBufferSize;
  1069. TInt iBytesNeeded;
  1070. TOpenFontCharMetrics iMetricsBuffer;
  1071. const TUint8* iBitmap;
  1072. const TOpenFontCharMetrics* iMetrics;
  1073. TInt iGlyphIndex;
  1074. TAny* iReserved;
  1075. TUint8 iBitmapBuffer[1];
  1076. };
  1077. #line 254
  1078. class COpenFont: public CBase
  1079. {
  1080. public:
  1081. #line 282
  1082. virtual void RasterizeL(TInt aCode,TOpenFontGlyphData* aGlyphData) = 0;
  1083. __declspec(dllexport) virtual void Reserved();
  1084. __declspec(dllexport) COpenFont(RHeap* aHeap,COpenFontSessionCacheList* aSessionCacheList,COpenFontFile* aFile);
  1085. __declspec(dllexport) COpenFont(RHeap* aHeap,COpenFontSessionCacheList* aSessionCacheList,COpenFontFile* aFile,TInt aFaceIndex);
  1086. __declspec(dllexport) ~COpenFont();
  1087. __declspec(dllexport) void operator delete(TAny*);
  1088. inline const TOpenFontMetrics& Metrics() const;
  1089. inline const TOpenFontFaceAttrib* FaceAttrib() const;
  1090. inline COpenFontFile* File() const;
  1091. inline TInt FaceIndex() const;
  1092. inline TBool CharacterNeedsToBeRasterized(TInt aSessionHandle,TInt aCode) const;
  1093. TBool Rasterize(TInt aSessionHandle,TInt aCode,TOpenFontGlyphData* aGlyphData);
  1094. TBool HasCharacterL(TInt aCode) const;
  1095. TBool GetCharacterData(TInt aSessionHandle,TInt aCode,const TOpenFontCharMetrics*& aMetrics,const TUint8*& aBitmap) const;
  1096. void OnFileDeleted();
  1097. inline TInt FontCapitalAscent() const;
  1098. inline TInt FontMaxAscent() const;
  1099. inline TInt FontStandardDescent() const;
  1100. inline TInt FontMaxDescent() const;
  1101. inline TInt FontLineGap() const;
  1102. inline TInt FontMaxHeight() const;
  1103. protected:
  1104. RHeap* iHeap;
  1105. TOpenFontMetrics iMetrics;
  1106. const COpenFontPositioner* iPositioner;
  1107. TInt iFontCapitalAscent;
  1108. TInt iFontMaxAscent;
  1109. TInt iFontStandardDescent;
  1110. TInt iFontMaxDescent;
  1111. TInt iFontLineGap;
  1112. private:
  1113. const COpenFontGlyph* Glyph(TInt aSessionHandle,TInt aCode) const;
  1114. const COpenFontGlyph* FontCacheGlyph(TInt aCode,COpenFontGlyphTreeEntry**& aNode);
  1115. const COpenFontGlyph* SessionCacheGlyph(RHeap* aHeap,TInt aSessionHandle,TInt aCode,
  1116. COpenFontSessionCache*& aCache,TInt& aIndex,TBool aCreate) const;
  1117. void RasterizeHelperL(TInt aCode,TOpenFontGlyphData* aGlyphData,TOpenFontGlyphData*& aTempGlyphData);
  1118. private:
  1119. COpenFontFile* iFile;
  1120. TInt iFaceIndex;
  1121. COpenFontGlyphCache* iGlyphCache;
  1122. COpenFontSessionCacheList* iSessionCacheList;
  1123. TAny* iReserved;
  1124. };
  1125. #line 351
  1126. class TOpenFontFaceAttribBase
  1127. {
  1128. public:
  1129. inline TOpenFontFaceAttribBase();
  1130. inline TBool HasLatin() const;
  1131. inline TBool HasGreek() const;
  1132. inline TBool HasCyrillic() const;
  1133. inline TBool HasKana() const;
  1134. inline TBool HasHangul() const;
  1135. inline TBool HasCJK() const;
  1136. inline TBool IsSymbol() const;
  1137. inline TBool IsBold() const;
  1138. inline TBool IsItalic() const;
  1139. inline TBool IsSerif() const;
  1140. inline TBool IsMonoWidth() const;
  1141. inline TPtrC Name() const;
  1142. inline const TUint* Coverage() const;
  1143. inline void SetName(const TDesC& aName);
  1144. inline void SetCoverage(TUint aCoverage0,TUint aCoverage1 = 0,TUint aCoverage2 = 0,TUint aCoverage3 = 0);
  1145. inline void SetBold(TBool aBold);
  1146. inline void SetItalic(TBool aItalic);
  1147. inline void SetSerif(TBool aSerif);
  1148. inline void SetMonoWidth(TBool aMonoWidth);
  1149. inline TBool operator==(const TOpenFontFaceAttribBase& aAttrib) const;
  1150. enum
  1151. {
  1152. ELatinSet = 0x1,
  1153. EGreekSet = 0x80,
  1154. ECyrillicSet = 0x200,
  1155. EArmenianSet = 0x400,
  1156. EHebrewSet = 0x800,
  1157. EArabicSet = 0x2000,
  1158. EDevanagariSet = 0x8000,
  1159. EBengaliSet = 0x10000,
  1160. EGurmukhiSet = 0x20000,
  1161. EGujuratiSet = 0x40000,
  1162. EOriyaSet = 0x80000,
  1163. ETamilSet = 0x100000,
  1164. ETeluguSet = 0x200000,
  1165. EKannadaSet = 0x400000,
  1166. EMalayalamSet = 0x800000,
  1167. EThaiSet = 0x1000000,
  1168. ELaoSet = 0x2000000,
  1169. EGeorgianSet = 0x8000000,
  1170. EHangulJamoSet = 0x10000000,
  1171. };
  1172. enum
  1173. {
  1174. ESymbolSets = 0xFFFE,
  1175. EKanaSets = 0x60000,
  1176. EHangulSet = 0x100000,
  1177. ECJKSet = 0x8000000
  1178. };
  1179. enum
  1180. {
  1181. EBold = 0x1,
  1182. EItalic = 0x2,
  1183. ESerif = 0x4,
  1184. EMonoWidth = 0x8
  1185. };
  1186. enum
  1187. {
  1188. ENameLength = 32
  1189. };
  1190. protected:
  1191. TBufC<ENameLength> iName;
  1192. TUint iCoverage[4];
  1193. TInt iStyle;
  1194. TInt32 iReserved;
  1195. };
  1196. #line 443
  1197. class TOpenFontFaceAttrib: public TOpenFontFaceAttribBase
  1198. {
  1199. public:
  1200. inline TOpenFontFaceAttrib();
  1201. inline TBool operator==(const TOpenFontFaceAttrib& aAttrib) const;
  1202. inline TPtrC FullName() const;
  1203. inline TPtrC FamilyName() const;
  1204. inline TPtrC LocalFullName() const;
  1205. inline TPtrC LocalFamilyName() const;
  1206. inline TPtrC ShortFullName() const;
  1207. inline TPtrC ShortFamilyName() const;
  1208. inline TPtrC ShortLocalFullName() const;
  1209. inline TPtrC ShortLocalFamilyName() const;
  1210. inline void SetFullName(const TDesC& aName);
  1211. inline void SetFamilyName(const TDesC& aName);
  1212. inline void SetLocalFullName(const TDesC& aName);
  1213. inline void SetLocalFamilyName(const TDesC& aName);
  1214. inline TInt MinSizeInPixels() const;
  1215. inline void SetMinSizeInPixels(TInt aSize);
  1216. private:
  1217. TBufC<ENameLength> iFamilyName;
  1218. TBufC<ENameLength> iLocalFullName;
  1219. TBufC<ENameLength> iLocalFamilyName;
  1220. TInt iMinSizeInPixels;
  1221. TInt32 iReserved2;
  1222. };
  1223. #line 488
  1224. class TOpenFontSpec: public TOpenFontFaceAttribBase
  1225. {
  1226. public:
  1227. __declspec(dllexport) TOpenFontSpec();
  1228. __declspec(dllexport) TOpenFontSpec(const TFontSpec& aFontSpec);
  1229. __declspec(dllexport) void operator=(const TFontSpec& aFontSpec);
  1230. inline TBool operator==(const TOpenFontSpec& aFontSpec) const;
  1231. __declspec(dllexport) void SetAttrib(const TOpenFontFaceAttribBase& aAttrib);
  1232. __declspec(dllexport) void GetTFontSpec(TFontSpec& aFontSpec) const;
  1233. __declspec(dllexport) void CompensateForAspectRatio(TInt aPixelWidth,TInt aPixelHeight);
  1234. __declspec(dllexport) void CompensateForAspectRatio(const MGraphicsDeviceMap& aMap);
  1235. inline TInt Height() const;
  1236. inline TInt32 WidthFactor() const;
  1237. inline TInt32 SlantFactor() const;
  1238. inline TGlyphBitmapType BitmapType() const;
  1239. inline TUint32 Effects() const;
  1240. inline TFontPrintPosition PrintPosition() const;
  1241. inline void SetHeight(TInt aHeight);
  1242. inline void SetWidthFactor(TInt32 aWidthFactor);
  1243. inline void SetSlantFactor(TInt32 aSlantFactor);
  1244. inline void SetBitmapType(TGlyphBitmapType aBitmapType);
  1245. inline void SetEffects(TUint32 aEffects);
  1246. __declspec(dllexport) void SetEffects(FontEffect::TEffect aEffect, TBool aOn);
  1247. __declspec(dllexport) TBool IsEffectOn(FontEffect::TEffect aEffect) const;
  1248. static TBool IsCompensationForAspectRatioNeeded(TInt aPixelWidth, TInt aPixelHeight, TReal& aRatio);
  1249. enum
  1250. {
  1251. EAlgorithmicBold = 1,
  1252. EDropShadow = 2,
  1253. EOutline = 4
  1254. };
  1255. private:
  1256. TInt iHeight;
  1257. TInt32 iWidthFactor;
  1258. TInt32 iSlantFactor;
  1259. TInt iBitmapType;
  1260. TUint32 iEffects;
  1261. TBool iSymbol;
  1262. TFontPrintPosition iPrintPosition;
  1263. TInt iReserved2;
  1264. };
  1265. enum TOpenFontAttachment
  1266. {
  1267. EBaselineLeft,
  1268. EBaselineRight,
  1269. ETopLeft,
  1270. ETopCenter,
  1271. ETopRight,
  1272. EBottomLeft,
  1273. EBottomCenter,
  1274. EBottomRight
  1275. };
  1276. #line 599
  1277. class COpenFontFile: public CBase
  1278. {
  1279. public:
  1280. virtual void GetNearestFontInPixelsL(RHeap* aHeap, COpenFontSessionCacheList* aSessionCacheList,
  1281.  const TOpenFontSpec& aDesiredFontSpec, TInt aPixelWidth, TInt aPixelHeight,
  1282.  COpenFont*& aFont, TOpenFontSpec& aActualFontSpec) = 0;
  1283. virtual void GetNearestFontToDesignHeightInPixelsL(RHeap* , COpenFontSessionCacheList* ,
  1284.    const TOpenFontSpec& , TInt , TInt ,
  1285.    COpenFont*& , TOpenFontSpec& ){}
  1286. virtual void GetNearestFontToMaxHeightInPixelsL(RHeap* , COpenFontSessionCacheList* ,
  1287. const TOpenFontSpec& , TInt , TInt ,
  1288.  COpenFont*& , TOpenFontSpec& , TInt ){}
  1289. virtual TBool HasUnicodeCharacterL(TInt aFaceIndex,TInt aCode) const = 0;
  1290. __declspec(dllexport) virtual void Reserved();
  1291. __declspec(dllexport) COpenFontFile(TInt aUid,const TDesC& aFileName);
  1292. __declspec(dllexport) ~COpenFontFile();
  1293. __declspec(dllexport) TBool GetNearestFontHelper(const TOpenFontSpec& aDesiredFontSpec,TInt aPixelWidth,TInt aPixelHeight,
  1294. TInt& aFaceIndex,TOpenFontSpec& aActualFontSpec) const;
  1295. __declspec(dllexport) void AddFaceL(const TOpenFontFaceAttrib& aAttrib);
  1296. inline TUid Uid() const;
  1297. inline const TDesC& FileName() const;
  1298. inline const TOpenFontFaceAttrib& FaceAttrib(TInt aFaceIndex) const;
  1299. inline TInt FaceCount() const;
  1300. inline void IncRefCount();
  1301. inline TBool DecRefCount();
  1302. TInt GetNearestFontInPixels(RHeap* aHeap,COpenFontSessionCacheList* aSessionCacheList,
  1303. const TOpenFontSpec& aDesiredFontSpec,TInt aPixelWidth,TInt aPixelHeight,
  1304. COpenFont*& aFont,TOpenFontSpec& aActualFontSpec);
  1305. TInt GetNearestFontToDesignHeightInPixels(RHeap* aHeap, COpenFontSessionCacheList* aSessionCacheList,
  1306.   const TOpenFontSpec& aDesiredFontSpec, TInt aPixelWidth, TInt aPixelHeight,
  1307.   COpenFont*& aFont, TOpenFontSpec& aActualFontSpec);
  1308. TInt GetNearestFontToMaxHeightInPixels(RHeap* aHeap, COpenFontSessionCacheList* aSessionCacheList,
  1309.    const TOpenFontSpec& aDesiredFontSpec, TInt aPixelWidth, TInt aPixelHeight,
  1310.    COpenFont*& aFont, TOpenFontSpec& aActualFontSpec, TInt aMaxHeight);
  1311. void RemoveFontFromList(const COpenFont* aFont);
  1312. void SetFontStoreL(CFontStore* aFontStore);
  1313. protected:
  1314. __declspec(dllexport) TBool GetNearestFontHelperOld(const TOpenFontSpec& aDesiredFontSpec,TInt aPixelWidth,TInt aPixelHeight,
  1315. TInt& aFaceIndex,TOpenFontSpec& aActualFontSpec) const;
  1316. private:
  1317. class TAttrib: public TOpenFontFaceAttrib
  1318. {
  1319. public:
  1320. COpenFontPositioner* iPositioner;
  1321. };
  1322. static TInt ScoreByName(const TOpenFontSpec& aDesiredFontSpec, const TAttrib& aAttrib);
  1323. static TInt ScoreByStyle(const TOpenFontSpec& aDesiredFontSpec, const TAttrib& aAttrib, const TOpenFontFileData* aOpenFontFileData);
  1324. private:
  1325. CArrayFixFlat<TAttrib> iFaceAttrib;
  1326. TUid iUid;
  1327. TBuf<KMaxFileName> iFileName;
  1328. TInt iRefCount;
  1329. CArrayPtrFlat<COpenFont> iFontList;
  1330. TOpenFontFileData* iData;
  1331. };
  1332. #line 697
  1333. class COpenFontRasterizer: public CBase
  1334. {
  1335. public:
  1336. #line 730
  1337. virtual COpenFontFile* NewFontFileL(TInt aUid,const TDesC& aFileName,RFs& aFileSession) = 0;
  1338. inline static COpenFontRasterizer* NewL(TUid aInterfaceImplUid);
  1339. inline virtual ~COpenFontRasterizer();
  1340. __declspec(dllexport) virtual void Reserved();
  1341. private:
  1342. TUid iDtor_ID_Key;
  1343. };
  1344. #line 753
  1345. class COpenFontRasterizerContext: public CBase
  1346. {
  1347. public:
  1348. inline COpenFontRasterizerContext();
  1349. inline void StartGlyph(TOpenFontGlyphData* aGlyphData);
  1350. inline void WriteGlyphBit(TInt aBit);
  1351. inline void WriteGlyphByte(TInt aByte);
  1352. inline void EndGlyph();
  1353. private:
  1354. TOpenFontGlyphData* iGlyphData;
  1355. TUint8* iGlyphDataStart;
  1356. TUint8* iGlyphDataPtr;
  1357. TUint8* iGlyphDataEnd;
  1358. TInt iGlyphBit;
  1359. TInt iBytesNeeded;
  1360. TBool iOverflow;
  1361. TAny* iReserved;
  1362. };
  1363. inline TOpenFontMetrics::TOpenFontMetrics()
  1364. {
  1365. Mem::FillZ(this,sizeof(*this));
  1366. }
  1367. inline TInt TOpenFontMetrics::Size() const
  1368. {
  1369. return iDesignHeight;
  1370. }
  1371. inline TInt TOpenFontMetrics::Ascent() const
  1372. {
  1373. return iAscent;
  1374. }
  1375. inline TInt TOpenFontMetrics::Descent() const
  1376. {
  1377. return iDescent;
  1378. }
  1379. #line 824
  1380. inline TInt TOpenFontMetrics::MaxHeight() const
  1381. {
  1382. return iMaxHeight;
  1383. }
  1384. #line 839
  1385. inline TInt TOpenFontMetrics::MaxDepth() const
  1386. {
  1387. return iMaxDepth;
  1388. }
  1389. inline TInt TOpenFontMetrics::MaxWidth() const
  1390. {
  1391. return iMaxWidth;
  1392. }
  1393. inline void TOpenFontMetrics::SetSize(TInt aSize)
  1394. {
  1395. iDesignHeight = static_cast<TInt16>(aSize);
  1396. }
  1397. inline void TOpenFontMetrics::SetAscent(TInt aAscent)
  1398. {
  1399. iAscent = static_cast<TInt16>(aAscent);
  1400. }
  1401. inline void TOpenFontMetrics::SetDescent(TInt aDescent)
  1402. {
  1403. iDescent = static_cast<TInt16>(aDescent);
  1404. }
  1405. inline void TOpenFontMetrics::SetMaxHeight(TInt aMaxHeight)
  1406. {
  1407. iMaxHeight = static_cast<TInt16>(aMaxHeight);
  1408. }
  1409. inline void TOpenFontMetrics::SetMaxDepth(TInt aMaxDepth)
  1410. {
  1411. iMaxDepth = static_cast<TInt16>(aMaxDepth);
  1412. }
  1413. inline void TOpenFontMetrics::SetMaxWidth(TInt aMaxWidth)
  1414. {
  1415. iMaxWidth = static_cast<TInt16>(aMaxWidth);
  1416. }
  1417. inline TOpenFontCharMetrics::TOpenFontCharMetrics()
  1418. {
  1419. Mem::FillZ(this,sizeof(*this));
  1420. }
  1421. inline TInt TOpenFontCharMetrics::Width() const
  1422. {
  1423. return iWidth;
  1424. }
  1425. inline TInt TOpenFontCharMetrics::Height() const
  1426. {
  1427. return iHeight;
  1428. }
  1429. #line 939
  1430. inline TInt TOpenFontCharMetrics::HorizBearingX() const
  1431. {
  1432. return iHorizBearingX;
  1433. }
  1434. #line 951
  1435. inline TInt TOpenFontCharMetrics::HorizBearingY() const
  1436. {
  1437. return iHorizBearingY;
  1438. }
  1439. #line 963
  1440. inline TInt TOpenFontCharMetrics::HorizAdvance() const
  1441. {
  1442. return iHorizAdvance;
  1443. }
  1444. #line 975
  1445. inline TInt TOpenFontCharMetrics::VertBearingX() const
  1446. {
  1447. return iVertBearingX;
  1448. }
  1449. #line 987
  1450. inline TInt TOpenFontCharMetrics::VertBearingY() const
  1451. {
  1452. return iVertBearingY;
  1453. }
  1454. #line 1002
  1455. inline TInt TOpenFontCharMetrics::VertAdvance() const
  1456. {
  1457. return iVertAdvance;
  1458. }
  1459. inline void TOpenFontCharMetrics::GetHorizBounds(TRect& aBounds) const
  1460. {
  1461. aBounds.iTl.iX = iHorizBearingX;
  1462. aBounds.iTl.iY = -iHorizBearingY;
  1463. aBounds.iBr.iX = aBounds.iTl.iX + iWidth;
  1464. aBounds.iBr.iY = aBounds.iTl.iY + iHeight;
  1465. }
  1466. inline void TOpenFontCharMetrics::GetVertBounds(TRect& aBounds) const
  1467. {
  1468. aBounds.iTl.iX = -iVertBearingX;
  1469. aBounds.iTl.iY = iVertBearingY;
  1470. aBounds.iBr.iX = aBounds.iTl.iX + iWidth;
  1471. aBounds.iBr.iY = aBounds.iTl.iY + iHeight;
  1472. }
  1473. inline void TOpenFontCharMetrics::SetWidth(TInt aWidth)
  1474. {
  1475. iWidth = (TInt16)aWidth;
  1476. }
  1477. inline void TOpenFontCharMetrics::SetHeight(TInt aHeight)
  1478. {
  1479. iHeight = (TInt16)aHeight;
  1480. }
  1481. #line 1058
  1482. inline void TOpenFontCharMetrics::SetHorizBearingX(TInt aHorizBearingX)
  1483. {
  1484. iHorizBearingX = (TInt16)aHorizBearingX;
  1485. }
  1486. #line 1070
  1487. inline void TOpenFontCharMetrics::SetHorizBearingY(TInt aHorizBearingY)
  1488. {
  1489. iHorizBearingY = (TInt16)aHorizBearingY;
  1490. }
  1491. #line 1082
  1492. inline void TOpenFontCharMetrics::SetHorizAdvance(TInt aHorizAdvance)
  1493. {
  1494. iHorizAdvance = (TInt16)aHorizAdvance;
  1495. }
  1496. #line 1094
  1497. inline void TOpenFontCharMetrics::SetVertBearingX(TInt aVertBearingX)
  1498. {
  1499. iVertBearingX = (TInt16)aVertBearingX;
  1500. }
  1501. #line 1106
  1502. inline void TOpenFontCharMetrics::SetVertBearingY(TInt aVertBearingY)
  1503. {
  1504. iVertBearingY = (TInt16)aVertBearingY;
  1505. }
  1506. #line 1121
  1507. inline void TOpenFontCharMetrics::SetVertAdvance(TInt aVertAdvance)
  1508. {
  1509. iVertAdvance = (TInt16)aVertAdvance;
  1510. }
  1511. inline const TOpenFontMetrics& COpenFont::Metrics() const
  1512. {
  1513. return iMetrics;
  1514. }
  1515. #line 1144
  1516. inline TInt TOpenFontGlyphData::GlyphIndex() const
  1517. {
  1518. return iGlyphIndex;
  1519. }
  1520. inline const TOpenFontFaceAttrib* COpenFont::FaceAttrib() const
  1521. {
  1522. return iFile ? &iFile->FaceAttrib(iFaceIndex) : 0 ;
  1523. }
  1524. #line 1166
  1525. inline COpenFontFile* COpenFont::File() const
  1526. {
  1527. return iFile;
  1528. }
  1529. inline TInt COpenFont::FaceIndex() const
  1530. {
  1531. return iFaceIndex;
  1532. }
  1533. #line 1188
  1534. inline TBool COpenFont::CharacterNeedsToBeRasterized(TInt aSessionHandle,TInt aCode) const
  1535. {
  1536. return Glyph(aSessionHandle,aCode) == 0 ;
  1537. }
  1538. #line 1201
  1539. inline TInt COpenFont::FontCapitalAscent() const
  1540. {
  1541. return iFontCapitalAscent;
  1542. }
  1543. #line 1217
  1544. inline TInt COpenFont::FontMaxAscent() const
  1545. {
  1546. return iFontMaxAscent;
  1547. }
  1548. #line 1230
  1549. inline TInt COpenFont::FontStandardDescent() const
  1550. {
  1551. return iFontStandardDescent;
  1552. }
  1553. #line 1245
  1554. inline TInt COpenFont::FontMaxDescent() const
  1555. {
  1556. return iFontMaxDescent;
  1557. }
  1558. inline TInt COpenFont::FontLineGap() const
  1559. {
  1560. return iFontLineGap;
  1561. }
  1562. #line 1268
  1563. inline TInt COpenFont::FontMaxHeight() const
  1564. {
  1565. return iFontMaxAscent + iFontMaxDescent;
  1566. }
  1567. inline TOpenFontFaceAttribBase::TOpenFontFaceAttribBase()
  1568. {
  1569. Mem::FillZ(this,sizeof(*this));
  1570. }
  1571. inline TOpenFontFaceAttrib::TOpenFontFaceAttrib():
  1572. iMinSizeInPixels(0),
  1573. iReserved2(0)
  1574. {
  1575. }
  1576. inline TBool TOpenFontFaceAttribBase::HasLatin() const
  1577. {
  1578. return iCoverage[0] & ELatinSet;
  1579. }
  1580. inline TBool TOpenFontFaceAttribBase::HasGreek() const
  1581. {
  1582. return iCoverage[0] & EGreekSet;
  1583. }
  1584. inline TBool TOpenFontFaceAttribBase::HasCyrillic() const
  1585. {
  1586. return iCoverage[0] & ECyrillicSet;
  1587. }
  1588. #line 1336
  1589. inline TBool TOpenFontFaceAttribBase::HasKana() const
  1590. {
  1591. return iCoverage[1] & EKanaSets;
  1592. }
  1593. #line 1350
  1594. inline TBool TOpenFontFaceAttribBase::HasHangul() const
  1595. {
  1596. return iCoverage[1] & EHangulSet;
  1597. }
  1598. #line 1363
  1599. inline TBool TOpenFontFaceAttribBase::HasCJK() const
  1600. {
  1601. return iCoverage[1] & ECJKSet;
  1602. }
  1603. inline TBool TOpenFontFaceAttribBase::IsSymbol() const
  1604. {
  1605. return iCoverage[0] == 0 && iCoverage[2] == 0 && iCoverage[3] == 0 &&
  1606.    iCoverage[1] & ESymbolSets && !(iCoverage[1] & ~ESymbolSets);
  1607. }
  1608. inline TBool TOpenFontFaceAttribBase::IsBold() const
  1609. {
  1610. return iStyle & EBold;
  1611. }
  1612. inline TBool TOpenFontFaceAttribBase::IsItalic() const
  1613. {
  1614. return iStyle & EItalic;
  1615. }
  1616. inline TBool TOpenFontFaceAttribBase::IsSerif() const
  1617. {
  1618. return iStyle & ESerif;
  1619. }
  1620. inline TBool TOpenFontFaceAttribBase::IsMonoWidth() const
  1621. {
  1622. return iStyle & EMonoWidth;
  1623. }
  1624. inline TPtrC TOpenFontFaceAttribBase::Name() const
  1625. {
  1626. return iName;
  1627. }
  1628. #line 1424
  1629. inline TPtrC TOpenFontFaceAttrib::FullName() const
  1630. {
  1631. return Name();
  1632. }
  1633. #line 1436
  1634. inline TPtrC TOpenFontFaceAttrib::FamilyName() const
  1635. {
  1636. return iFamilyName;
  1637. }
  1638. #line 1451
  1639. inline TPtrC TOpenFontFaceAttrib::LocalFullName() const
  1640. {
  1641. return iLocalFullName;
  1642. }
  1643. #line 1466
  1644. inline TPtrC TOpenFontFaceAttrib::LocalFamilyName() const
  1645. {
  1646. return iLocalFamilyName;
  1647. }
  1648. #line 1482
  1649. inline TPtrC TOpenFontFaceAttrib::ShortFullName() const
  1650. {
  1651. return TPtrC(iName.Ptr(),Min(iName.Length(),KMaxTypefaceNameLength));
  1652. }
  1653. #line 1498
  1654. inline TPtrC TOpenFontFaceAttrib::ShortFamilyName() const
  1655. {
  1656. return TPtrC(iFamilyName.Ptr(),Min(iFamilyName.Length(),KMaxTypefaceNameLength));
  1657. }
  1658. #line 1514
  1659. inline TPtrC TOpenFontFaceAttrib::ShortLocalFullName() const
  1660. {
  1661. return TPtrC(iLocalFullName.Ptr(),Min(iLocalFullName.Length(),KMaxTypefaceNameLength));
  1662. }
  1663. #line 1530
  1664. inline TPtrC TOpenFontFaceAttrib::ShortLocalFamilyName() const
  1665. {
  1666. return TPtrC(iLocalFamilyName.Ptr(),Min(iLocalFamilyName.Length(),KMaxTypefaceNameLength));
  1667. }
  1668. #line 1547
  1669. inline const TUint* TOpenFontFaceAttribBase::Coverage() const
  1670. {
  1671. return iCoverage;
  1672. }
  1673. inline TInt TOpenFontFaceAttrib::MinSizeInPixels() const
  1674. {
  1675. return iMinSizeInPixels;
  1676. }
  1677. inline void TOpenFontFaceAttribBase::SetName(const TDesC& aName)
  1678. {
  1679. iName = TPtrC(aName.Ptr(),Min(aName.Length(),(TInt)ENameLength));
  1680. }
  1681. inline void TOpenFontFaceAttrib::SetFullName(const TDesC& aName)
  1682. {
  1683. SetName(aName);
  1684. }
  1685. inline void TOpenFontFaceAttrib::SetFamilyName(const TDesC& aName)
  1686. {
  1687. iFamilyName = TPtrC(aName.Ptr(),Min(aName.Length(),(TInt)ENameLength));
  1688. }
  1689. inline void TOpenFontFaceAttrib::SetLocalFullName(const TDesC& aName)
  1690. {
  1691. iLocalFullName = TPtrC(aName.Ptr(),Min(aName.Length(),(TInt)ENameLength));
  1692. }
  1693. inline void TOpenFontFaceAttrib::SetLocalFamilyName(const TDesC& aName)
  1694. {
  1695. iLocalFamilyName = TPtrC(aName.Ptr(),Min(aName.Length(),(TInt)ENameLength));
  1696. }
  1697. #line 1620
  1698. inline void TOpenFontFaceAttribBase::SetCoverage(TUint aCoverage0,TUint aCoverage1,TUint aCoverage2,TUint aCoverage3)
  1699. {
  1700. iCoverage[0] = aCoverage0;
  1701. iCoverage[1] = aCoverage1;
  1702. iCoverage[2] = aCoverage2;
  1703. iCoverage[3] = aCoverage3;
  1704. }
  1705. inline void TOpenFontFaceAttrib::SetMinSizeInPixels(TInt aSize)
  1706. {
  1707. iMinSizeInPixels = aSize;
  1708. }
  1709. #line 1647
  1710. inline TBool TOpenFontFaceAttrib::operator==(const TOpenFontFaceAttrib& aAttrib) const
  1711. {
  1712. return TOpenFontFaceAttribBase::operator==(aAttrib) &&
  1713.    iFamilyName == aAttrib.iFamilyName &&
  1714.    iLocalFullName == aAttrib.iLocalFullName &&
  1715.    iLocalFamilyName == aAttrib.iLocalFamilyName &&
  1716.    iMinSizeInPixels == aAttrib.iMinSizeInPixels;
  1717. }
  1718. inline void TOpenFontFaceAttribBase::SetBold(TBool aBold)
  1719. {
  1720. if (aBold)
  1721. iStyle |= EBold;
  1722. else
  1723. iStyle &= ~EBold;
  1724. }
  1725. inline void TOpenFontFaceAttribBase::SetItalic(TBool aItalic)
  1726. {
  1727. if (aItalic)
  1728. iStyle |= EItalic;
  1729. else
  1730. iStyle &= ~EItalic;
  1731. }
  1732. inline void TOpenFontFaceAttribBase::SetSerif(TBool aSerif)
  1733. {
  1734. if (aSerif)
  1735. iStyle |= ESerif;
  1736. else
  1737. iStyle &= ~ESerif;
  1738. }
  1739. inline void TOpenFontFaceAttribBase::SetMonoWidth(TBool aMonoWidth)
  1740. {
  1741. if (aMonoWidth)
  1742. iStyle |= EMonoWidth;
  1743. else
  1744. iStyle &= ~EMonoWidth;
  1745. }
  1746. #line 1710
  1747. inline TBool TOpenFontFaceAttribBase::operator==(const TOpenFontFaceAttribBase& aAttrib) const
  1748. {
  1749. return iStyle == aAttrib.iStyle &&
  1750.    iCoverage[0] == aAttrib.iCoverage[0] &&
  1751.    iCoverage[1] == aAttrib.iCoverage[1] &&
  1752.    iCoverage[2] == aAttrib.iCoverage[2] &&
  1753.    iCoverage[3] == aAttrib.iCoverage[3] &&
  1754.    iName.CompareF(aAttrib.iName) == 0;
  1755. }
  1756. #line 1727
  1757. inline TBool TOpenFontSpec::operator==(const TOpenFontSpec& aFontSpec) const
  1758. {
  1759. return TOpenFontFaceAttribBase::operator==(aFontSpec) &&
  1760.    iHeight == aFontSpec.iHeight &&
  1761.    iWidthFactor == aFontSpec.iWidthFactor &&
  1762.    iSlantFactor == aFontSpec.iSlantFactor &&
  1763.    iBitmapType == aFontSpec.iBitmapType &&
  1764.    iEffects == aFontSpec.iEffects &&
  1765.    iSymbol == aFontSpec.iSymbol &&
  1766.    iPrintPosition == aFontSpec.iPrintPosition;
  1767. }
  1768. inline TInt TOpenFontSpec::Height() const
  1769. {
  1770. return iHeight;
  1771. }
  1772. inline TInt32 TOpenFontSpec::WidthFactor() const
  1773. {
  1774. return iWidthFactor;
  1775. }
  1776. inline TInt32 TOpenFontSpec::SlantFactor() const
  1777. {
  1778. return iSlantFactor;
  1779. }
  1780. inline TGlyphBitmapType TOpenFontSpec::BitmapType() const
  1781. {
  1782. return (TGlyphBitmapType)iBitmapType;
  1783. }
  1784. inline TUint32 TOpenFontSpec::Effects() const
  1785. {
  1786. return iEffects;
  1787. }
  1788. inline TFontPrintPosition TOpenFontSpec::PrintPosition() const
  1789. {
  1790. return iPrintPosition;
  1791. }
  1792. inline void TOpenFontSpec::SetHeight(TInt aHeight)
  1793. {
  1794. iHeight = aHeight;
  1795. }
  1796. #line 1811
  1797. inline void TOpenFontSpec::SetWidthFactor(TInt32 aWidthFactor)
  1798. {
  1799. iWidthFactor = aWidthFactor;
  1800. }
  1801. #line 1831
  1802. inline void TOpenFontSpec::SetSlantFactor(TInt32 aSlantFactor)
  1803. {
  1804. iSlantFactor = aSlantFactor;
  1805. }
  1806. #line 1845
  1807. inline void TOpenFontSpec::SetBitmapType(TGlyphBitmapType aBitmapType)
  1808. {
  1809. iBitmapType = aBitmapType;
  1810. }
  1811. inline void TOpenFontSpec::SetEffects(TUint32 aEffects)
  1812. {
  1813. iEffects = aEffects;
  1814. }
  1815. inline TUid COpenFontFile::Uid() const
  1816. {
  1817. return iUid;
  1818. }
  1819. inline const TDesC& COpenFontFile::FileName() const
  1820. {
  1821. return iFileName;
  1822. }
  1823. inline const TOpenFontFaceAttrib& COpenFontFile::FaceAttrib(TInt aFaceIndex) const
  1824. {
  1825. return iFaceAttrib[aFaceIndex];
  1826. }
  1827. #line 1899
  1828. inline TInt COpenFontFile::FaceCount() const
  1829. {
  1830. return iFaceAttrib.Count();
  1831. }
  1832. inline void COpenFontFile::IncRefCount()
  1833. {
  1834. iRefCount++;
  1835. }
  1836. inline TBool COpenFontFile::DecRefCount()
  1837. {
  1838. iRefCount--;
  1839. return iRefCount <= 0;
  1840. }
  1841. inline COpenFontRasterizerContext::COpenFontRasterizerContext():
  1842. iGlyphData(0 )
  1843. {
  1844. }
  1845. inline void COpenFontRasterizerContext::StartGlyph(TOpenFontGlyphData* aGlyphData)
  1846. {
  1847. aGlyphData->SetPointersToInternalBuffers();
  1848. iGlyphData = aGlyphData;
  1849. iGlyphDataStart = iGlyphDataPtr = aGlyphData->BufferStart();
  1850. iGlyphDataEnd = aGlyphData->BufferEnd() - 4;
  1851. iGlyphBit = 1;
  1852. *iGlyphDataPtr = 0;
  1853. iBytesNeeded = 1;
  1854. iOverflow = 0 ;
  1855. }
  1856. inline void COpenFontRasterizerContext::WriteGlyphBit(TInt aBit)
  1857. {
  1858. if (aBit && !iOverflow)
  1859. *iGlyphDataPtr |= iGlyphBit;
  1860. iGlyphBit <<= 1;
  1861. if (iGlyphBit == 256)
  1862. {
  1863. iGlyphBit = 1;
  1864. iBytesNeeded++;
  1865. if (++iGlyphDataPtr < iGlyphDataEnd)
  1866. *iGlyphDataPtr = 0;
  1867. else
  1868. iOverflow = 1 ;
  1869. }
  1870. }
  1871. inline void COpenFontRasterizerContext::WriteGlyphByte(TInt aByte)
  1872.   {
  1873. if (iGlyphDataPtr < iGlyphDataEnd)
  1874. *iGlyphDataPtr++ = (TUint8)aByte;
  1875. else
  1876. iOverflow = 1 ;
  1877. iBytesNeeded++;
  1878. }
  1879. inline void COpenFontRasterizerContext::EndGlyph()
  1880. {
  1881. iGlyphData->SetBytesNeeded(iBytesNeeded + 4);
  1882. iGlyphData = 0 ;
  1883. }
  1884. inline TBool TOpenFontGlyphData::Overflow() const
  1885. {
  1886. return iBytesNeeded > iBitmapBufferSize;
  1887. }
  1888. inline TInt TOpenFontGlyphData::BytesNeeded() const
  1889. {
  1890. return iBytesNeeded;
  1891. }
  1892. inline TPtrC8 TOpenFontGlyphData::Bitmap() const
  1893. {
  1894. return TPtrC8(iBitmap,iBytesNeeded);
  1895. }
  1896. inline const TUint8* TOpenFontGlyphData::BitmapPointer() const
  1897. {
  1898. return iBitmap;
  1899. }
  1900. inline const TOpenFontCharMetrics* TOpenFontGlyphData::Metrics() const
  1901. {
  1902. return iMetrics;
  1903. }
  1904. inline TUint8* TOpenFontGlyphData::BufferStart()
  1905. {
  1906. return iBitmapBuffer;
  1907. }
  1908. inline TUint8* TOpenFontGlyphData::BufferEnd()
  1909. {
  1910. return iBitmapBuffer + iBitmapBufferSize;
  1911. }
  1912. inline void TOpenFontGlyphData::SetBytesNeeded(TInt aBytes)
  1913. {
  1914. iBytesNeeded = aBytes;
  1915. }
  1916. inline void TOpenFontGlyphData::SetBitmapPointer(const TUint8* aBitmap)
  1917. {
  1918. iBitmap = aBitmap;
  1919. }
  1920. inline void TOpenFontGlyphData::SetMetricsPointer(const TOpenFontCharMetrics* aMetrics)
  1921. {
  1922. iMetrics = aMetrics;
  1923. }
  1924. inline void TOpenFontGlyphData::SetPointersToInternalBuffers()
  1925. {
  1926. iBitmap = iBitmapBuffer;
  1927. iMetrics = &iMetricsBuffer;
  1928. }
  1929. inline void TOpenFontGlyphData::SetMetrics(TOpenFontCharMetrics& aMetrics)
  1930. {
  1931. iMetricsBuffer = aMetrics;
  1932. iMetrics = &iMetricsBuffer;
  1933. }
  1934. inline void TOpenFontGlyphData::SetGlyphIndex(TInt aGlyphIndex)
  1935. {
  1936. iGlyphIndex = aGlyphIndex;
  1937. }
  1938. #line 2117
  1939. inline COpenFontRasterizer* COpenFontRasterizer::NewL(TUid aInterfaceImplUid)
  1940. {
  1941. return reinterpret_cast <COpenFontRasterizer*> (
  1942. REComSession::CreateImplementationL(
  1943. aInterfaceImplUid,
  1944. (((TInt)&(((COpenFontRasterizer *)0x1000)-> iDtor_ID_Key))-0x1000) ));
  1945. }
  1946. inline COpenFontRasterizer::~COpenFontRasterizer()
  1947. {
  1948. REComSession::DestroyedImplementation(iDtor_ID_Key);
  1949. }
  1950. #line 22 "C:\Symbian\9.1\S60_3rd\epoc32\include\fntstore.h" /* stack depth 5 */
  1951. class CFontStoreFile;
  1952. class CFontBitmap;
  1953. class RReadStream;
  1954. class TTypefaceFontBitmap;
  1955. class TCharacterMetrics
  1956. {
  1957. public:
  1958. __declspec(dllexport) TCharacterMetrics();
  1959. TInt16 iAscentInPixels;
  1960. TInt16 iHeightInPixels;
  1961. TInt16 iLeftAdjustInPixels;
  1962. TInt16 iMoveInPixels;
  1963. TInt16 iRightAdjustInPixels;
  1964. };
  1965. class TAlgStyle
  1966. #line 53
  1967. {
  1968. public:
  1969. __declspec(dllexport) TAlgStyle();
  1970. __declspec(dllexport) void SetIsBold(TBool aIsBold);
  1971. __declspec(dllexport) void SetIsItalic(TBool aIsItalic);
  1972. __declspec(dllexport) void SetIsMono(TBool aIsMono);
  1973. __declspec(dllexport) void SetWidthFactor(TInt aWidthFactor);
  1974. __declspec(dllexport) void SetHeightFactor(TInt aHeightFactor);
  1975. __declspec(dllexport) TBool IsBold() const;
  1976. __declspec(dllexport) TBool IsItalic() const;
  1977. __declspec(dllexport) TBool IsMono() const;
  1978. __declspec(dllexport) TInt WidthFactor() const;
  1979. __declspec(dllexport) TInt HeightFactor() const;
  1980. __declspec(dllexport) TBool operator==(const TAlgStyle& aAlgStyle) const;
  1981. public:
  1982. TInt iBaselineOffsetInPixels;
  1983. private:
  1984. enum
  1985. {
  1986. EBold=1,
  1987. EItalic=2,
  1988. EMono=4,
  1989. };
  1990.     TInt8 iFlags;
  1991. TInt8 iWidthFactor;
  1992. TInt8 iHeightFactor;
  1993. };
  1994. #line 94
  1995. class CBitmapFont : public CFont
  1996. {
  1997. friend class CFontStore;
  1998. private:
  1999. CBitmapFont(RHeap* aHeap,const TFontSpec& aFontSpecInTwips, const TAlgStyle& aAlgStyle, CFontBitmap* aFontBitmap);
  2000. CBitmapFont(RHeap* aHeap,const TFontSpec& aFontSpecInTwips, const TAlgStyle& aAlgStyle, COpenFont* aOpenFont);
  2001. void ConstructL();
  2002. ~CBitmapFont();
  2003. static CBitmapFont* NewL(RHeap* aHeap, const TFontSpec& aFontSpecInTwips, const TAlgStyle& aAlgStyle, CFontBitmap* aFontBitmap);
  2004. static CBitmapFont* NewL(RHeap* aHeap, const TFontSpec& aFontSpecInTwips, const TAlgStyle& aAlgStyle, COpenFont* aOpenFont);
  2005. private:
  2006. __declspec(dllexport) virtual TUid DoTypeUid() const;
  2007. __declspec(dllexport) virtual TInt DoHeightInPixels() const;
  2008. __declspec(dllexport) virtual TInt DoAscentInPixels() const;
  2009. __declspec(dllexport) virtual TInt DoCharWidthInPixels(TChar aChar) const;
  2010. __declspec(dllexport) virtual TInt DoTextWidthInPixels(const TDesC &aText) const;
  2011. __declspec(dllexport) virtual TInt DoBaselineOffsetInPixels() const;
  2012. __declspec(dllexport) virtual TInt DoTextCount(const TDesC &aText, TInt aWidthInPixels) const;
  2013. __declspec(dllexport) virtual TInt DoTextCount(const TDesC &aText, TInt aWidthInPixels, TInt &aExcessWidthInPixels) const;
  2014. __declspec(dllexport) virtual TInt DoMaxCharWidthInPixels() const;
  2015. __declspec(dllexport) virtual TInt DoMaxNormalCharWidthInPixels() const;
  2016. __declspec(dllexport) virtual TFontSpec DoFontSpecInTwips() const;
  2017. __declspec(dllexport) virtual TInt DoExtendedFunction(TUid aFunctionId, TAny* aParam = 0 ) const;
  2018. public:
  2019. TUid Uid() const;
  2020. __declspec(dllexport) TCharacterMetrics CharacterMetrics(TInt aCode,const TUint8*& aBytes) const;
  2021. __declspec(dllexport) TBool GetCharacterData(TInt aSessionHandle, TInt aCode, TOpenFontCharMetrics& aMetrics, const TUint8*& aBitmap) const;
  2022. __declspec(dllexport) TBool Rasterize(TInt aSessionHandle,TInt aCode,TOpenFontGlyphData* aGlyphData) const;
  2023. __declspec(dllexport) void GetFontMetrics(TOpenFontMetrics& aMetrics) const;
  2024. __declspec(dllexport) TBool GetFaceAttrib(TOpenFontFaceAttrib& aAttrib) const;
  2025. __declspec(dllexport) TInt BitmapEncoding() const;
  2026. __declspec(dllexport) TBool HasCharacterL(TInt aCode) const;
  2027. __declspec(dllexport) TBool CharacterNeedsToBeRasterized(TInt aSessionHandle,TInt aCode) const;
  2028. __declspec(dllexport) void operator delete(TAny*);
  2029. inline TBool IsOpenFont() const;
  2030. inline COpenFont* OpenFont() const;
  2031. inline TGlyphBitmapType GlyphBitmapType() const;
  2032. private:
  2033. TInt Width(TInt aNum) const;
  2034. TInt Height(TInt aNum) const;
  2035. CFontBitmap* FontBitmap() const;
  2036. private:
  2037. TFontSpec iFontSpecInTwips;
  2038. public:
  2039. TAlgStyle iAlgStyle;
  2040. private:
  2041. RHeap* iHeap;
  2042. TInt iFontBitmapOffset;
  2043. COpenFont* iOpenFont;
  2044. };
  2045. class CFontStore : public CTypefaceStore
  2046. #line 167
  2047.     {
  2048. private:
  2049. CFontStore();
  2050. void ConstructL();
  2051. public:
  2052. __declspec(dllexport) static CFontStore* NewL(RHeap* aHeap);
  2053. __declspec(dllexport) ~CFontStore();
  2054. __declspec(dllexport) TUid AddFileL(const TDesC& aName);
  2055. __declspec(dllexport) void RemoveFile(TUid aFileUid);
  2056. __declspec(dllexport) TInt GetNearestFontInTwips(CFont *&aFont, const TFontSpec& aFontSpec);
  2057. __declspec(dllexport) TInt GetNearestFontInPixels(CFont *&aFont, const TFontSpec &aFontSpec);
  2058. __declspec(dllexport) TInt GetNearestFontToDesignHeightInTwips(CFont *&aFont, const TFontSpec& aFontSpec);
  2059. __declspec(dllexport) TInt GetNearestFontToDesignHeightInPixels(CFont *&aFont, const TFontSpec& aFontSpec);
  2060. __declspec(dllexport) TInt GetNearestFontToMaxHeightInTwips(CFont*& aFont, const TFontSpec& aFontSpec, TInt aMaxHeight);
  2061. __declspec(dllexport) TInt GetNearestFontToMaxHeightInPixels(CFont*& aFont, const TFontSpec& aFontSpec, TInt aMaxHeight);
  2062. __declspec(dllexport) TInt GetNearestFontInTwips(CFont *&aFont, const TOpenFontSpec& aFontSpec);
  2063. __declspec(dllexport) TInt GetNearestFontInPixels(CFont *&aFont, const TOpenFontSpec &aFontSpec);
  2064. __declspec(dllexport) TInt GetNearestFontToDesignHeightInTwips(CFont *&aFont, const TOpenFontSpec& aFontSpec);
  2065. __declspec(dllexport) TInt GetNearestFontToDesignHeightInPixels(CFont *&aFont, const TOpenFontSpec& aFontSpec);
  2066. __declspec(dllexport) TInt GetNearestFontToMaxHeightInTwips(CFont*& aFont, const TOpenFontSpec& aFontSpec, TInt aMaxHeight);
  2067. __declspec(dllexport) TInt GetNearestFontToMaxHeightInPixels(CFont*& aFont, const TOpenFontSpec& aFontSpec, TInt aMaxHeight);
  2068. __declspec(dllexport) TInt GetFontById(CFont *&aFont,TUid aUid,const TAlgStyle& aAlgStyle);
  2069. __declspec(dllexport) TInt NumTypefaces() const;
  2070. __declspec(dllexport) void TypefaceSupport(TTypefaceSupport &aTypefaceSupport,TInt aTypefaceIndex) const;
  2071. __declspec(dllexport) TInt FontHeightInTwips(TInt aTypefaceIndex,TInt aHeightIndex) const;
  2072. __declspec(dllexport) TInt FontHeightInPixels(TInt aTypefaceIndex,TInt aHeightIndex) const;
  2073. __declspec(dllexport) void InstallRasterizerL(COpenFontRasterizer* aRasterizer);
  2074. __declspec(dllexport) void DeleteSessionCache(TInt aSessionHandle);
  2075. inline TGlyphBitmapType DefaultBitmapType() const;
  2076. inline void SetDefaultBitmapType(TGlyphBitmapType aType);
  2077. TInt BitmapFontFilesCount() const;
  2078. private:
  2079. void InternalizeFontStoreFileL(CFontStoreFile* aFontStoreFile, TInt aFontVersion);
  2080. TTypeface* GetNearestTypeface(const TTypeface& aTypeface) const;
  2081. TTypefaceFontBitmap GetNearestTypefaceFontBitmap(const TFontSpec& aFontSpecInPixels, TInt aMaxHeight = 0);
  2082. CFontBitmap* GetFontBitmapById(TUid aUid);
  2083. CBitmapFont* FindFont(const TFontSpec& aFontSpecInPixels,const TAlgStyle& aAlgStyle,TUid aUid) const;
  2084. CBitmapFont* FindFont(const TOpenFontSpec& aFontSpecInPixels,const TAlgStyle& aAlgStyle) const;
  2085. CBitmapFont* NewFontL(const TFontSpec& aFontSpecInTwips,const TAlgStyle& aAlgStyle,CFontBitmap* aFontBitmap);
  2086. CBitmapFont* NewFontL(const TOpenFontSpec& aFontSpecInTwips,const TAlgStyle& aAlgStyle,COpenFont* aOpenFont);
  2087. TInt VerticalPixelsToTwips(TInt aPixelHeight) const;
  2088. TInt VerticalTwipsToPixels(TInt aTwipsHeight) const;
  2089. TInt GetNearestBitmapFontInPixels(CBitmapFont *&aFont, TFontSpec &aFontSpec, TInt aMaxHeight = 0);
  2090. TInt GetNearestOpenFontInPixels(CBitmapFont *&aFont, TOpenFontSpec &aFontSpec, const TOpenFontSpec& aIdealFontSpecInPixels, TInt aMaxHeight = 0);
  2091. TInt GetNearestFontInPixels(CFont *&aFont, const TOpenFontSpec &aFontSpec, TInt aMaxHeight);
  2092. void UpdateTypefaceSupportListL();
  2093. public:
  2094. TInt iKPixelWidthInTwips;
  2095. TInt iKPixelHeightInTwips;
  2096. private:
  2097. RFs iFs;
  2098. RHeap* iHeap;
  2099. CArrayPtrFlat<CFontStoreFile> iFontStoreFileList;
  2100. CArrayPtrFlat<TTypeface> iTypefaceList;
  2101. CArrayPtrFlat<CFontBitmap> iFontBitmapList;
  2102. CArrayFixFlat<TTypefaceFontBitmap> iTypefaceFontBitmapList;
  2103. CArrayPtrFlat<COpenFontFile> iOpenFontFileList;
  2104. CArrayFixFlat<TTypefaceSupport> iOpenFontTypefaceSupportList;
  2105. CArrayPtrFlat<COpenFontRasterizer> iOpenFontRasterizerList;
  2106. COpenFontSessionCacheList* iOpenFontSessionCacheList;
  2107. TInt iOpenFontUid;
  2108. TGlyphBitmapType iDefaultBitmapType;
  2109. };
  2110. inline TBool CBitmapFont::IsOpenFont() const
  2111. {
  2112. return iOpenFont != 0 ;
  2113. }
  2114. inline COpenFont* CBitmapFont::OpenFont() const
  2115. {
  2116. return iOpenFont;
  2117. }
  2118. inline TGlyphBitmapType CBitmapFont::GlyphBitmapType() const
  2119. #line 275
  2120. {
  2121. return iFontSpecInTwips.iFontStyle.BitmapType();
  2122. }
  2123. inline TGlyphBitmapType CFontStore::DefaultBitmapType() const
  2124. {
  2125. return iDefaultBitmapType;
  2126. }
  2127. inline void CFontStore::SetDefaultBitmapType(TGlyphBitmapType aType)
  2128. {
  2129. iDefaultBitmapType = aType;
  2130. }
  2131. #line 23 "C:\Symbian\9.1\S60_3rd\epoc32\include\w32std.h" /* stack depth 4 */
  2132. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\bitdev.h" /* stack depth 5 */
  2133. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\fbs.h" /* stack depth 6 */
  2134. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\bitmap.h" /* stack depth 7 */
  2135. #line 20
  2136. const TUid KCBitwiseBitmapUid={268435520};
  2137. const TUid KCBitwiseBitmapHardwareUid={0x10009a3d};
  2138. const TUid KMultiBitmapFileImageUid={268435522};
  2139. const TInt KCompressionBookMarkThreshold=0x2000;
  2140. class CChunkPile;
  2141. class TCompressionBookMark;
  2142. enum TBitmapfileCompression
  2143. {
  2144. ENoBitmapCompression,
  2145. EByteRLECompression,
  2146. ETwelveBitRLECompression,
  2147. ESixteenBitRLECompression,
  2148. ETwentyFourBitRLECompression,
  2149. EThirtyTwoUBitRLECompression,
  2150. ERLECompressionLast
  2151. };
  2152. class TRgb24bit
  2153. {
  2154. public:
  2155. TUint8 iRed;
  2156. TUint8 iGreen;
  2157. TUint8 iBlue;
  2158. };
  2159. class SEpocBitmapHeader
  2160. {
  2161. public:
  2162. enum TColor
  2163. {
  2164. ENoColor=0,
  2165. EColor=1,
  2166. EColorAlpha=2,
  2167. EColorUndefined=8
  2168. };
  2169. public:
  2170. TInt iBitmapSize;
  2171. TInt iStructSize;
  2172. TSize iSizeInPixels;
  2173. TSize iSizeInTwips;
  2174. TInt iBitsPerPixel;
  2175. TInt iColor;
  2176. TInt iPaletteEntries;
  2177. TBitmapfileCompression iCompression;
  2178. };
  2179. class TLineScanningPosition
  2180. {
  2181. public:
  2182. TLineScanningPosition(TUint32* aSrcDataPtr): iSrcDataPtr((TUint8*)aSrcDataPtr), iCursorPos(0), iScanLineBuffer(0 ) {}
  2183. public:
  2184. TUint8* iSrcDataPtr;
  2185. TInt iCursorPos;
  2186. HBufC8* iScanLineBuffer;
  2187. };
  2188. class CShiftedFileStore;
  2189. class CBitwiseBitmap
  2190. {
  2191. friend class CFbTop;
  2192. friend class CFbClient;
  2193. friend class CFbsBitmap;
  2194. friend class CBitmapObject;
  2195. friend class CFbsBitmapAsyncStreamer;
  2196. friend class CleanupDelete<CBitwiseBitmap>;
  2197. public:
  2198. __declspec(dllexport) TUid Uid() const;
  2199. __declspec(dllexport) void ExternalizeL(RWriteStream& aStream,const CFbsBitmap& aHandleBitmap) const;
  2200. __declspec(dllexport) void ExternalizeRectangleL(RWriteStream& aStream,const TRect& aRect,const CFbsBitmap& aHandleBitmap) const;
  2201. __declspec(dllexport) void InternalizeL(RReadStream& aStream);
  2202. __declspec(dllexport) static void InternalizeHeaderL(RReadStream& aStream,SEpocBitmapHeader& aHeader);
  2203. __declspec(dllexport) TSize SizeInPixels() const;
  2204. __declspec(dllexport) TSize SizeInTwips() const;
  2205. __declspec(dllexport) TDisplayMode DisplayMode() const;
  2206. __declspec(dllexport) TInt HorizontalTwipsToPixels(TInt aTwips) const;
  2207. __declspec(dllexport) TInt VerticalTwipsToPixels(TInt aTwips) const;
  2208. __declspec(dllexport) TInt HorizontalPixelsToTwips(TInt aPixels) const;
  2209. __declspec(dllexport) TInt VerticalPixelsToTwips(TInt aPixels) const;
  2210. __declspec(dllexport) void GetPixel(TRgb& aColor,const TPoint& aPos,TUint32* aBase) const;
  2211. __declspec(dllexport) TInt GetScanLinePtr(TUint32*& aSlptr, TPoint& aPixel,TInt aLength, TUint32* aBase, TLineScanningPosition& aLineScanningPosition) const;
  2212. __declspec(dllexport) TInt GetScanLinePtr(TUint32*& aSlptr, TInt& aLength, TPoint& aPixel,TUint32* aBase, TLineScanningPosition& aLineScanningPosition) const;
  2213. __declspec(dllexport) void GetScanLine(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TBool aDither,const TPoint& aDitherOffset,TDisplayMode aDispMode,TUint32* aBase, TLineScanningPosition& aLineScanningPosition) const;
  2214. __declspec(dllexport) void GetScanLine(TUint32*& aSlptr, TDes8& aBuf,const TPoint& aPixel,TInt aLength,TBool aDither,const TPoint& aDitherOffset,TDisplayMode aDispMode) const;
  2215. __declspec(dllexport) void GetScanLine(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TBool aDither,const TPoint& aDitherOffset,TDisplayMode aDispMode,TUint32* aBase) const;
  2216. __declspec(dllexport) void GetVerticalScanLine(TDes8& aBuf,TInt aX,TBool aDither,const TPoint& aDitherOffset,TDisplayMode aDispMode,TUint32* aBase) const;
  2217. __declspec(dllexport) void StretchScanLine(TDes8& aBuf,const TPoint& aPixel,TInt aClipStrchX,TInt aClipStrchLen,TInt aStretchLength,TInt aOrgX,TInt aOrgLen,const TPoint& aDitherOffset,TDisplayMode aDispMode,TUint32* aBase) const;
  2218. __declspec(dllexport) void StretchScanLine(TDes8& aBuf,const TPoint& aPixel,TInt aClipStrchX,TInt aClipStrchLen,TInt aStretchLength,TInt aOrgX,TInt aOrgLen,const TPoint& aDitherOffset,TDisplayMode aDispMode,TUint32* aBase, TLineScanningPosition& aLineScanningPosition) const;
  2219. __declspec(dllexport) TUint32* ScanLineAddress(TUint32* aBase,TUint aY) const;
  2220. __declspec(dllexport) TBool IsMonochrome(TUint32* aBase) const;
  2221. __declspec(dllexport) void Compress(TUint8* aNewData,TUint8* aOldData);
  2222. __declspec(dllexport) TBool IsLargeBitmap() const;
  2223. __declspec(dllexport) TInt CompressData();
  2224. __declspec(dllexport) void SetCompressionBookmark(TLineScanningPosition& aLineScanningPosition, TUint32* aBase, const CFbsBitmap* aFbsBitmap);
  2225. __declspec(dllexport) TInt HardwareBitmapHandle() const;
  2226. __declspec(dllexport) TBool IsCompressedInRAM() const;
  2227. __declspec(dllexport) TBool IsCompressed() const;
  2228. private:
  2229. __declspec(dllexport) void operator delete(TAny*);
  2230. void operator delete(TAny*, TAny*) {}
  2231. __declspec(dllexport) CBitwiseBitmap(RHeap* aHeap,CChunkPile* aPile);
  2232. __declspec(dllexport) ~CBitwiseBitmap();
  2233. __declspec(dllexport) void Reset();
  2234. __declspec(dllexport) TInt Construct(const TSize& aSize,TDisplayMode aDispMode,TUid aCreatorUid);
  2235. __declspec(dllexport) void ConstructL(RFs& aFs,const TDesC& aFilename,TInt32 aId,TUint aFileOffset);
  2236. __declspec(dllexport) void ConstructL(RFile& aFile,TInt32 aId,TUint aFileOffset);
  2237. __declspec(dllexport) void ConstructL(CShiftedFileStore* aFileStore,TStreamId aStreamId);
  2238. __declspec(dllexport) TInt Resize(const TSize& aSize);
  2239. private:
  2240. void GenerateLineFromCompressedTwelveBitData(TUint8* aDestBuffer, const TPoint& aPixel,TInt aLength,TUint32* aBase, TLineScanningPosition& aLineScanningPosition) const;
  2241. void GenerateLineFromCompressedEightBitData(TUint8* aDestBuffer, const TPoint& aPixel,TInt aLength,TUint32* aBase, TLineScanningPosition& aLineScanningPosition) const;
  2242. TUint8 GetGrayPixelEx(TInt aX,TUint32* aScanLineAddress) const;
  2243. TRgb GetRgbPixelEx(TInt aX,TUint32* aScanLineAddress) const;
  2244. void GetRgbPixelExMany(TInt aX,TUint32* aScanlinePtr,TUint32* aDest,TInt aLength) const;
  2245.     void GetRgbPixelExMany16M(TInt aX,TUint32* aScanlinePtr,TUint8* aDest,TInt aLength) const;
  2246. void GetScanLineGray2(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TBool aDither,const TPoint& aDitherOffset,TUint32* aScanlinePtr) const;
  2247. void GetScanLineGray4(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TBool aDither,const TPoint& aDitherOffset,TUint32* aScanlinePtr) const;
  2248. void GetScanLineGray16(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TUint32* aScanlinePtr) const;
  2249. void GetScanLineGray256(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TUint32* aScanlinePtr) const;
  2250. void GetScanLineColor16(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TUint32* aScanlinePtr) const;
  2251. void GetScanLineColor256(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TUint32* aScanlinePtr) const;
  2252. void GetScanLineColor4K(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TUint32* aScanlinePtr) const;
  2253. void GetScanLineColor64K(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TUint32* aScanlinePtr) const;
  2254. void GetScanLineColor16M(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TUint32* aScanlinePtr) const;
  2255. void GetScanLineColor16MU(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TUint32* aScanlinePtr) const;
  2256. void GetScanLineColorRgb(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TUint32* aScanlinePtr) const;
  2257. void GetScanLineExBits(TDes8& aBuf,TInt aX,TInt aLength,TUint32* aScanlinePtr) const;
  2258. void GetScanLineExBytes(TDes8& aBuf,TInt aX,TInt aLength,TUint32* aScanlinePtr) const;
  2259. void DoExternalizeDataCompressedL(RWriteStream& aStream,TUint8* aData,TInt aSizeInBytes) const;
  2260. void DoExternalizeByteDataCompressedL(RWriteStream& aStream,TUint8* aData,TInt aSizeInBytes) const;
  2261. void DoExternalizeTwelveBitDataCompressedL(RWriteStream& aStream,TUint8* aData,TInt aSizeInBytes) const;
  2262. void DoExternalizeSixteenBitDataCompressedL(RWriteStream& aStream,TUint8* aData,TInt aSizeInBytes) const;
  2263. void DoExternalizeTwentyFourBitDataCompressedL(RWriteStream& aStream,TUint8* aData,TInt aSizeInBytes) const;
  2264. void DoExternalizeThirtyTwoUBitDataCompressedL(RWriteStream& aStream,TUint8* aData,TInt aSizeInBytes) const;
  2265. TInt SizeOfDataCompressed(TUint8* aData,TInt aSizeInBytes) const;
  2266. TInt SizeOfByteDataCompressed(TUint8* aData,TInt aSizeInBytes) const;
  2267. TInt SizeOfTwelveBitDataCompressed(TUint8* aData,TInt aSizeInBytes) const;
  2268. TInt SizeOfSixteenBitDataCompressed(TUint8* aData,TInt aSizeInBytes) const;
  2269. TInt SizeOfTwentyFourBitDataCompressed(TUint8* aData,TInt aSizeInBytes) const;
  2270. TInt SizeOfThirtyTwoUBitDataCompressed(TUint8* aData,TInt aSizeInBytes) const;
  2271. TBool TrueColorPointerCompare(TUint8* aColorPointer,TUint8 aComponent1,TUint8 aComponent2,TUint8 aComponent3) const;
  2272. void DoInternalizeL(RReadStream& aStream,TInt aSrceSize,TUint32* aBase);
  2273. void DoInternalizeCompressedDataL(RReadStream& aStream,TInt aSrceSize,TUint32* aBase,TBitmapfileCompression aCompression);
  2274. void DoDecompressByteData(TUint8* aDestBuffer,TInt aDestSize,TUint8* aSrceBuffer,TInt aSrceSize);
  2275. void DoDecompressByteDataAltL(RReadStream& aStream,TInt aSrceSizeInBytes,TUint32* aBase);
  2276. void DoDecompressTwelveBitData(TUint8* aDestBuffer,TInt aDestSize,TUint8* aSrceBuffer,TInt aSrceSize);
  2277. void DoDecompressTwelveBitDataAltL(RReadStream& aStream,TInt aSrceSizeInBytes,TUint32* aBase);
  2278. void DoDecompressSixteenBitData(TUint8* aDestBuffer,TInt aDestSize,TUint8* aSrceBuffer,TInt aSrceSize);
  2279. void DoDecompressSixteenBitDataAltL(RReadStream& aStream,TInt aSrceSizeInBytes,TUint32* aBase);
  2280. void DoDecompressTwentyFourBitData(TUint8* aDestBuffer,TInt aDestSize,TUint8* aSrceBuffer,TInt aSrceSize);
  2281. void DoDecompressTwentyFourBitDataAltL(RReadStream& aStream,TInt aSrceSizeInBytes,TUint32* aBase);
  2282. void DoDecompressThirtyTwoUBitData(TUint8* aDestBuffer,TInt aDestSize,TUint8* aSrceBuffer,TInt aSrceSize);
  2283. void DoDecompressThirtyTwoUBitDataAltL(RReadStream& aStream,TInt aSrceSizeInBytes,TUint32* aBase);
  2284. void DoStretchScanLine(TDes8& aBuf,TInt x,TInt y,TInt aClipStrchX,TInt aClipStrchLen,TInt aStretchLength,TInt aOrgX,TInt aOrgLen,const TPoint& aDitherOffset,TDisplayMode aDispMode,TUint32* aBase,TLineScanningPosition& aLineScanningPosition) const;
  2285. void DoCompressScanLine(TDes8& aBuf,TInt x,TInt y,TInt aClipStrchX,TInt aClipStrchLen,TInt aStretchLength,TInt aOrgX,TInt aOrgLen,const TPoint& aDitherOffset,TDisplayMode aDispMode,TUint32* aBase,TLineScanningPosition& aLineScanningPosition) const;
  2286. TUint32 HashTo1bpp(TUint32 aGray256,TBool aOddX,TBool aOddY) const;
  2287. TUint32 HashTo2bpp(TUint32 aGray256,TInt aDitherIndex) const;
  2288. TBool IsWordMonochrome(TUint32 aWord) const;
  2289. TUint32* DataAddress() const;
  2290. static void WhiteFill(TUint8* aData,TInt aDataSize,TDisplayMode aDispMode);
  2291. static TInt ByteWidth(TInt aPixelWidth,TDisplayMode aDispMode);
  2292. static TInt Bpp(TDisplayMode aDispMode);
  2293. static TInt IsColor(TDisplayMode aDispMode);
  2294. static TDisplayMode DisplayMode(TInt aBpp,TInt aColor);
  2295. static TBitmapfileCompression CompressionType(TInt aBpp, TInt aColor);
  2296. TInt DoGetScanLinePtr(TUint32*& aSlptr, TPoint& aPixel,TInt aLength, TUint32* aBase, TLineScanningPosition& aLineScanningPosition) const;
  2297. void GenerateLineFromCompressedSixteenBitData(TUint8* aDestBuffer, const TPoint& aPixel,TInt aLength, TUint32* aBase, TLineScanningPosition& aLineScanningPosition) const;
  2298. TDisplayMode InitialDisplayMode() const;
  2299. TInt SetDisplayMode(TDisplayMode aDisplayMode, TUint32* aDataAddress);
  2300. TInt DisplayModeArgCheck(TDisplayMode aDisplayMode, TUint32* aDataAddress) const;
  2301. void ChangeDisplayMode( TDisplayMode aNewDisplayMode,
  2302. TInt aScanLineWidthNew,
  2303. TUint8* aDataAddrNew,
  2304. TUint32* aDataAddress,
  2305. TInt aYStart,
  2306. TInt aYInc,
  2307. TInt aYEnd);
  2308. void UpdateBitmapProperties(TDisplayMode aNewDisplayMode);
  2309. TInt SwapWidthAndHeight(TUint32* aDataAddress);
  2310. void CopyOldData(TUint8* aDest, const TUint8* aSrc, TInt aNewByteWidth, const TSize aNewSize);
  2311. void DecompressOldData(TUint8* aDest, TInt aNewByteWidth, const TSize aNewSize, HBufC8* aScanLineBuf);
  2312. TInt ResizeConditionsCheck(const TSize& aSize, TInt aNewByteWidth, TInt& aNewBitmapSize) const;
  2313. TInt Alloc(TInt aNewBitmapSize, const TSize& aNewSize, TUint8*& aNewBuf, TInt& aNewDataOffset);
  2314. void MoveData(TUint8* aDest, TUint8* aSrc, TInt aNewByteWidth, const TSize& aNewSize, HBufC8* aScanLineBuf);
  2315. void ReinitializeHeader(const TSize& aNewSize, TInt aNewBitmapSize);
  2316. void Free(TUint8* aSrc, TBool aLargeBmp, HBufC8* aScanLineBuf);
  2317. void GenerateLineFromCompressed24BitData(TUint8* aDestBuffer, const TPoint& aPixel,TInt aLength, TUint32* aBase, TLineScanningPosition& aLineScanningPosition) const;
  2318. void GenerateLineFromCompressed32UBitData(TUint8* aDestBuffer, const TPoint& aPixel,TInt aLength, TUint32* aBase, TLineScanningPosition& aLineScanningPosition) const;
  2319. void AdjustXCoord(TInt& aX) const;
  2320. void GetLineScanPos(TLineScanningPosition& aLineScanPos,
  2321. const TCompressionBookMark*& aComprBookMark,
  2322. const TUint8* aBase) const;
  2323. void UpdateBookMark(const TLineScanningPosition& aLineScanPos,
  2324. TCompressionBookMark* aComprBookMark,
  2325. const TUint8* aBase) const;
  2326. void GetScanLineColor16MA(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TUint32* aScanlinePtr) const;
  2327. private:
  2328. TUid iUid;
  2329. struct TSettings
  2330. {
  2331. TSettings(TDisplayMode aDisplayMode);
  2332. void SetDisplayModes(TDisplayMode aDisplayMode);
  2333. void SetCurrentDisplayMode(TDisplayMode aDisplayMode);
  2334. TDisplayMode CurrentDisplayMode() const;
  2335. TDisplayMode InitialDisplayMode() const;
  2336. void SetLargeBitmap(TBool aLargeBitmap);
  2337. TBool IsLargeBitmap() const;
  2338. TUint32 iData;
  2339. } iSettings;
  2340. RHeap* iHeap;
  2341. CChunkPile* iPile;
  2342. TInt iByteWidth;
  2343. SEpocBitmapHeader iHeader;
  2344. RChunk iLargeChunk;
  2345. TInt iDataOffset;
  2346. TBool iIsCompressedInRAM;
  2347. };
  2348. #line 22 "C:\Symbian\9.1\S60_3rd\epoc32\include\fbs.h" /* stack depth 6 */
  2349. const TUid KCFbsFontUid = { 268435518 };
  2350. const TUid KMultiBitmapRomImageUid = { 268435521 };
  2351. const TUint32 KFontBitmapServerUidValue = 0x10003a16;
  2352. const TUid KFontBitmapServerUid = { KFontBitmapServerUidValue };
  2353. __declspec(dllexport) TInt FbsStartup();
  2354. __declspec(dllexport) void DummyReserved1();
  2355. class SCharWidth
  2356. {
  2357. public:
  2358. TInt iLeftAdjust;
  2359. TInt iRightAdjust;
  2360. TInt iMove;
  2361. TInt iWidth;
  2362. };
  2363. class CFbsRalCache;
  2364. class RFbsSession : protected RSessionBase
  2365. {
  2366. friend class RClean;
  2367. friend class TestFbs;
  2368. friend class CTBitmap;
  2369. friend class CTClean;
  2370. friend class CTFbs;
  2371. friend class CFbsBitmap;
  2372. friend class CFbsBitmapAsyncStreamer;
  2373. public:
  2374. __declspec(dllexport) RFbsSession();
  2375. __declspec(dllexport) static TInt Connect();
  2376. __declspec(dllexport) static TInt Connect(RFs& aFileServer);
  2377. __declspec(dllexport) static void Disconnect();
  2378. __declspec(dllexport) static RFbsSession* GetSession();
  2379. __declspec(dllexport) void CallBack();
  2380. __declspec(dllexport) void SetCallBack(TCallBack aCallBack);
  2381. __declspec(dllexport) void ResetCallBack();
  2382. __declspec(dllexport) TInt ResourceCount();
  2383. __declspec(dllexport) TInt SendCommand(TInt aMessage,TInt aInt0=0,TInt aInt1=0,TInt aInt2=0,TInt aInt3=0) const;
  2384. TInt SendCommand(TInt aMessage, const TIpcArgs& aArgs) const;
  2385. __declspec(dllexport) TVersion Version();
  2386. __declspec(dllexport) TUint8* HeapBase() const;
  2387. __declspec(dllexport) TInt GetHeapSizes(TInt& aDefaultHeap, TInt& aSmallBmpHeap, TInt& aBigBmpChunk);
  2388. TInt SessionHandle() const { return Handle(); }
  2389. TInt AllocScanLineBuffer(TInt aSize);
  2390. HBufC8* GetScanLineBuffer();
  2391. void SetCallBackPtr(TInt* aBitmapHandle)const;
  2392. HBufC8* GetDecompressionBuffer(TInt aSize);
  2393. private:
  2394. TBool LookupBitmapInROM(const TDesC& aFilename, TAny*& aAddr);
  2395. RFs& FileServer() { return *((RFs*)iSpare); }
  2396. static TInt DoAlloc(RFbsSession*& aNewSession);
  2397. TInt DoConnect(RFs& aFileServer);
  2398. private:
  2399. TInt iConnections;
  2400. mutable TCallBack iCallBack;
  2401. RChunk iSharedChunk;
  2402. RMutex iAddressMutex;
  2403. RChunk iLargeBitmapChunk;
  2404. RFs iFileServer;
  2405. CFbsRalCache* iRomFileAddrCache;
  2406. HBufC8* iDecompressionBuffer;
  2407. HBufC8* iScanLineBuffer;
  2408. TUint32* iSpare;
  2409. };
  2410. #line 133
  2411. class CFbsFont: public CFont
  2412. {
  2413. friend class CFbsTypefaceStore;
  2414. private:
  2415. virtual TUid DoTypeUid() const { return KCFbsFontUid; }
  2416. __declspec(dllexport) virtual TInt DoHeightInPixels() const;
  2417. __declspec(dllexport) virtual TInt DoAscentInPixels() const;
  2418. __declspec(dllexport) virtual TInt DoCharWidthInPixels(TChar aChar) const;
  2419. __declspec(dllexport) virtual TInt DoTextWidthInPixels(const TDesC& aText) const;
  2420. __declspec(dllexport) virtual TInt DoBaselineOffsetInPixels() const;
  2421. __declspec(dllexport) virtual TInt DoTextCount(const TDesC& aText,TInt aWidthInPixels) const;
  2422. __declspec(dllexport) virtual TInt DoTextCount(const TDesC& aText,TInt aWidthInPixels,TInt& aExcessWidthInPixels) const;
  2423. __declspec(dllexport) virtual TInt DoMaxCharWidthInPixels() const;
  2424. __declspec(dllexport) virtual TInt DoMaxNormalCharWidthInPixels() const;
  2425. __declspec(dllexport) virtual TFontSpec DoFontSpecInTwips() const;
  2426. __declspec(dllexport) virtual CFont::TCharacterDataAvailability DoGetCharacterData(TUint aCode, TOpenFontCharMetrics& aMetrics,
  2427. const TUint8*& aBitmap, TSize& aBitmapSize) const;
  2428. __declspec(dllexport) virtual TInt DoExtendedFunction(TUid aFunctionId, TAny* aParam = 0 ) const;
  2429. public:
  2430. __declspec(dllexport) TBool GetFontMetrics(TOpenFontMetrics& aMetrics) const;
  2431. __declspec(dllexport) TInt TextWidthInPixels(const TDesC& aText) const;
  2432. __declspec(dllexport) void TextWidthInPixels(const TDesC& aText,SCharWidth& aCharWidth) const;
  2433. __declspec(dllexport) TInt Handle() const;
  2434. __declspec(dllexport) TCharacterMetrics CharacterMetrics(TInt aCode,const TUint8*& aBytes) const;
  2435. __declspec(dllexport) TInt RawTextWidthInPixels(const TDesC& aText) const;
  2436. __declspec(dllexport) TBool GetFaceAttrib(TOpenFontFaceAttrib& aAttrib) const;
  2437. __declspec(dllexport) TBool IsOpenFont() const;
  2438. __declspec(dllexport) TBool HasCharacter(TInt aCode) const;
  2439. protected:
  2440. __declspec(dllexport) CFbsFont();
  2441. __declspec(dllexport) ~CFbsFont();
  2442. __declspec(dllexport) CFbsFont(const CFbsFont& aFont);
  2443. __declspec(dllexport) CBitmapFont* Address() const;
  2444. __declspec(dllexport) TInt Duplicate(TInt aHandle);
  2445. __declspec(dllexport) void Reset();
  2446. protected:
  2447. RFbsSession* iFbs;
  2448. CBitmapFont* iAddressPointer;
  2449. TInt iHandle;
  2450. TInt iServerHandle;
  2451. };
  2452. class CDirectFileStore;
  2453. #line 201
  2454. class CFbsBitmap : public CBase
  2455. {
  2456. friend class TBitmapUtil;
  2457. friend class CBitwiseBitmap;
  2458. friend class CFbsBitmapAsyncStreamer;
  2459. public:
  2460. __declspec(dllexport) CFbsBitmap();
  2461. __declspec(dllexport) ~CFbsBitmap();
  2462. __declspec(dllexport) void Reset();
  2463. __declspec(dllexport) static TInt ScanLineLength(TInt aLength,TDisplayMode aDispMode);
  2464. __declspec(dllexport) TDisplayMode DisplayMode() const;
  2465. __declspec(dllexport) TDisplayMode InitialDisplayMode() const;
  2466. __declspec(dllexport) TInt SetDisplayMode(TDisplayMode aDisplayMode);
  2467. __declspec(dllexport) TInt Create(const TSize& aSizeInPixels,TDisplayMode aDispMode);
  2468. __declspec(dllexport) TInt Duplicate(TInt aHandle);
  2469. __declspec(dllexport) TBool IsRomBitmap() const;
  2470. __declspec(dllexport) void SetRomBitmapL(CBitwiseBitmap* aRomBitmapPointer,TInt& aBitmapSizeInBytes);
  2471. __declspec(dllexport) TInt Load(const TDesC& aFileName,TInt32 aId=0,TBool aShareIfLoaded=ETrue);
  2472. __declspec(dllexport) TInt Load(const TDesC& aFileName,TInt32 aId,TBool aShareIfLoaded,TUint aFileOffset);
  2473. __declspec(dllexport) TInt LoadAndCompress(const TDesC& aFileName,TInt32 aId=0,TBool aShareIfLoaded=ETrue);
  2474. __declspec(dllexport) TInt LoadAndCompress(const TDesC& aFileName,TInt32 aId,TBool aShareIfLoaded,TUint aFileOffset);
  2475. __declspec(dllexport) TInt Load(RFile& aFile,TInt32 aId=0,TBool aShareIfLoaded=ETrue);
  2476. __declspec(dllexport) TInt Load(RFile& aFile,TInt32 aId,TBool aShareIfLoaded,TUint aFileOffset);
  2477. __declspec(dllexport) TInt LoadAndCompress(RFile& aFile,TInt32 aId=0,TBool aShareIfLoaded=ETrue);
  2478. __declspec(dllexport) TInt LoadAndCompress(RFile& aFile,TInt32 aId,TBool aShareIfLoaded,TUint aFileOffset);
  2479. __declspec(dllexport) TInt Save(const TDesC& aFilename);
  2480. __declspec(dllexport) TInt Save(RFile& aFile);
  2481. __declspec(dllexport) static void StoreL(const TDesC& aFilename,TInt aNumSources,const TDesC* aSources[],TInt32 aSourceIds[]);
  2482. __declspec(dllexport) static void StoreL(RFile& aFile,TInt aNumSources,const TDesC* aSources[],TInt32 aSourceIds[]);
  2483.     __declspec(dllexport) void GetScanLine(TDes8& aBuf,const TPoint& aPixel,TInt aLength,TDisplayMode aDispMode) const;
  2484.     __declspec(dllexport) void SetScanLine(TDes8& aBuf,TInt aY) const;
  2485. __declspec(dllexport) void GetVerticalScanLine(TDes8& aBuf,TInt aX,TDisplayMode aDispMode) const;
  2486. __declspec(dllexport) void GetVerticalScanLine(TDes8& aBuf,TInt aX,const TPoint& aDitherOffset,TDisplayMode aDispMode) const;
  2487. __declspec(dllexport) TInt Handle() const;
  2488. __declspec(dllexport) SEpocBitmapHeader Header() const;
  2489. __declspec(dllexport) TInt HorizontalPixelsToTwips(TInt aPixels) const;
  2490. __declspec(dllexport) TInt HorizontalTwipsToPixels(TInt aTwips) const;
  2491. __declspec(dllexport) void GetPixel(TRgb& aColor,const TPoint& aPixel) const;
  2492. __declspec(dllexport) TInt Resize(const TSize& aSizeInPixels);
  2493. __declspec(dllexport) TSize SizeInPixels() const;
  2494. __declspec(dllexport) TSize SizeInTwips() const;
  2495. __declspec(dllexport) void SetSizeInTwips(const MGraphicsDeviceMap* aMap);
  2496. __declspec(dllexport) void SetSizeInTwips(const TSize& aSizeInTwips);
  2497. __declspec(dllexport) void ExternalizeL(RWriteStream& aStream) const;
  2498. __declspec(dllexport) void ExternalizeRectangleL(RWriteStream& aStream,const TRect& aRect) const;
  2499. __declspec(dllexport) void InternalizeL(RReadStream& aStream);
  2500. __declspec(dllexport) TInt Compress();
  2501. __declspec(dllexport) TInt VerticalPixelsToTwips(TInt aPixels) const;
  2502. __declspec(dllexport) TInt VerticalTwipsToPixels(TInt aTwips) const;
  2503. __declspec(dllexport) static TBool IsFileInRom(const TDesC& aFilename,TUint32*& aWord);
  2504. __declspec(dllexport) static TBool IsFileInRom(RFile& aFile,TUint32*& aWord);
  2505. __declspec(dllexport) TBool IsMonochrome() const;
  2506. __declspec(dllexport) TBool IsLargeBitmap() const;
  2507. __declspec(dllexport) void PaletteAttributes(TBool& aModifiable,TInt& aNumEntries) const;
  2508. __declspec(dllexport) void SetPalette(CPalette* aPalette);
  2509. __declspec(dllexport) TInt GetPalette(CPalette*& aPalette) const;
  2510. __declspec(dllexport) TUint32* DataAddress() const;
  2511. __declspec(dllexport) TInt CreateHardwareBitmap(const TSize& aSizeInPixels,TDisplayMode aDispMode,TUid aCreatorUid);
  2512. __declspec(dllexport) TInt HardwareBitmapHandle() const;
  2513. __declspec(dllexport) void LockHeap(TBool aAlways=EFalse) const;
  2514. __declspec(dllexport) void UnlockHeap(TBool aAlways=EFalse) const;
  2515. __declspec(dllexport) void LockHeapLC(TBool aAlways=EFalse) const;
  2516. __declspec(dllexport) static void UnlockHeap(TAny* aFbsBitmap);
  2517. __declspec(dllexport) TBool IsCompressedInRAM() const;
  2518. __declspec(dllexport) TInt SwapWidthAndHeight();
  2519. __declspec(dllexport) static HBufC8* GetDecompressionBuffer(TInt aSize);
  2520. protected:
  2521.     __declspec(dllexport) void GetScanLine(TDes8& aBuf,const TPoint& aPixel,TInt aLength,const TPoint& aDitherOffset,TDisplayMode aDispMode) const;
  2522. CBitwiseBitmap* Address() const;
  2523. void DoSaveL(RFile& aFile);
  2524. TInt DoCreate(const TSize& aSizeInPixels,TDisplayMode aDispMode,TUid aCreatorUid);
  2525. private:
  2526. TInt DoLoad(RFile& aFile,TUint32* aRomPointer,TInt32 aId,TBool aShareIfLoaded,TUint aFileOffset);
  2527. TInt DoLoadAndCompress(RFile& aFile,TUint32* aRomPointer,TInt32 aId,TBool aShareIfLoaded,TUint aFileOffset);
  2528. TBool LoadShiftedRomBmpL(const TDesC& aFileName,TInt32 aId,TUint aFileOffset);
  2529. static void DoStoreL(CDirectFileStore* aFileStore,CFbsBitmap* aBitmap,TInt aNumSources,const TDesC* aSources[],TInt32 aSourceIds[]);
  2530. protected:
  2531. RFbsSession* iFbs;
  2532. CBitwiseBitmap* iAddressPointer;
  2533. CBitwiseBitmap* iRomPointer;
  2534. TInt iHandle;
  2535. TInt iServerHandle;
  2536. };
  2537. class CDirectFileStore;
  2538. class CFbsBitmapAsyncStreamer : public CBase
  2539. {
  2540. public:
  2541. enum TMode {ELoad, ESave};
  2542. public:
  2543. __declspec(dllexport) ~CFbsBitmapAsyncStreamer();
  2544. __declspec(dllexport) static CFbsBitmapAsyncStreamer* NewL(TMode aMode);
  2545. __declspec(dllexport) TInt Load(const TDesC& aFilename,TInt32 aId,TInt& aScanLines);
  2546. __declspec(dllexport) TBool LoadScanLinesL(TInt aNumberOfScanLines,CFbsBitmap*& aBitmap);
  2547. __declspec(dllexport) TInt Save(const TDesC& aFilename,CFbsBitmap* aBitmap,TInt32& aId,TInt& aScanLines);
  2548. __declspec(dllexport) TBool SaveScanLinesL(TInt aNumberOfScanLines);
  2549. private:
  2550. CFbsBitmapAsyncStreamer(TMode aMode);
  2551. void ConstructL();
  2552. void DoLoadL(const TDesC& aFilename,TInt32 aId);
  2553. void DoSaveL(RFile& aFile);
  2554. private:
  2555. RFbsSession* iFbs;
  2556. RStoreReadStream iReadStream;
  2557. RStoreWriteStream iWriteStream;
  2558. TStreamId iId;
  2559. CDirectFileStore* iStore;
  2560. TInt iCurrentScanLine;
  2561. TUint32* iScanLineBase;
  2562. CFbsBitmap* iBitmap;
  2563. SEpocBitmapHeader iHeader;
  2564. TDisplayMode iDispMode;
  2565. TMode iMode;
  2566. };
  2567. #line 348
  2568. class TBitmapUtil
  2569. {
  2570. public:
  2571. __declspec(dllexport) void Begin(const TPoint& aPosition);
  2572. __declspec(dllexport) void Begin(const TPoint& aPosition,const TBitmapUtil& aUtil);
  2573. __declspec(dllexport) void End();
  2574. __declspec(dllexport) TBitmapUtil(CFbsBitmap* aBitmap);
  2575. __declspec(dllexport) TUint32 GetPixel() const;
  2576. __declspec(dllexport) void SetPixel(TUint32 aValue);
  2577. __declspec(dllexport) void SetPixel(const TBitmapUtil& aSource);
  2578. __declspec(dllexport) void SetPos(const TPoint& aPosition);
  2579. __declspec(dllexport) void DecXPos();
  2580. __declspec(dllexport) void DecYPos();
  2581. __declspec(dllexport) void IncXPos();
  2582. __declspec(dllexport) void IncYPos();
  2583. private:
  2584. void DoBegin(const TPoint& aPosition,const TBitmapUtil* aUtil);
  2585. private:
  2586. CFbsBitmap* iFbsBitmap;
  2587. TUint32* iWordPos;
  2588. TUint32* iMinWordPos;
  2589. TUint32* iMaxWordPos;
  2590. TInt iBpp;
  2591. TInt iPixelShift;
  2592. TInt iBitShift;
  2593. TUint32 iMask;
  2594. TInt iScanlineWordLength;
  2595. TBool iHeapLocked;
  2596. };
  2597. class TFontInfo;
  2598. class CFbsTypefaceStore : public CTypefaceStore
  2599. {
  2600. public:
  2601. __declspec(dllexport) static CFbsTypefaceStore* NewL(CGraphicsDevice* aDevice);
  2602. __declspec(dllexport) ~CFbsTypefaceStore();
  2603. __declspec(dllexport) TInt AddFile(const TDesC& aName,TInt& aId);
  2604. __declspec(dllexport) TInt InstallFile(const TDesC& aName,TInt& aId);
  2605. __declspec(dllexport) void RemoveFile(TInt aId=0);
  2606. __declspec(dllexport) virtual TInt GetNearestFontInTwips(CFont*& aFont, const TFontSpec& aFontSpec);
  2607. __declspec(dllexport) TInt GetNearestFontInPixels(CFont*& aFont, const TFontSpec& aFontSpec);
  2608. __declspec(dllexport) virtual TInt GetNearestFontToDesignHeightInTwips(CFont*& aFont, const TFontSpec& aFontSpec);
  2609. __declspec(dllexport) TInt GetNearestFontToDesignHeightInPixels(CFont*& aFont, const TFontSpec& aFontSpec);
  2610. __declspec(dllexport) virtual TInt GetNearestFontToMaxHeightInTwips(CFont*& aFont, const TFontSpec& aFontSpec, TInt aMaxHeight);
  2611. __declspec(dllexport) TInt GetNearestFontToMaxHeightInPixels(CFont*& aFont, const TFontSpec& aFontSpec, TInt aMaxHeight);
  2612. __declspec(dllexport) TInt GetFontById(CFont *&aFont,TUid aUid,const TAlgStyle& aAlgStyle);
  2613. __declspec(dllexport) virtual TInt NumTypefaces() const;
  2614. __declspec(dllexport) virtual void TypefaceSupport(TTypefaceSupport& aTypefaceSupport,TInt aTypefaceIndex) const;
  2615. __declspec(dllexport) virtual TInt FontHeightInTwips(TInt aTypefaceIndex,TInt aHeightIndex) const;
  2616. __declspec(dllexport) TInt FontHeightInPixels(TInt aTypefaceIndex,TInt aHeightIndex) const;
  2617. __declspec(dllexport) TGlyphBitmapType DefaultBitmapType() const;
  2618. __declspec(dllexport) void SetDefaultBitmapType(TGlyphBitmapType aType) const;
  2619. __declspec(dllexport) void SetFontNameAliasL(const TDesC& aFontAlias,const TDesC& aFontName) const;
  2620. __declspec(dllexport) static void RemoveFontFileLocksL();
  2621. __declspec(dllexport) static void RemoveFontFileLocksL(const TDesC& aDrive, TBool aAllFonts);
  2622. __declspec(dllexport) static void RemoveFontFileLocksL(const TDesC& aFileName);
  2623. private:
  2624. CFbsTypefaceStore(CGraphicsDevice* aDevice);
  2625. TInt CreateFont(CFont*& aFont,const TFontInfo& aFontInfo);
  2626. TInt FontHeight(TInt aTypefaceIndex,TInt aHeightIndex,TInt aMessage) const;
  2627. void SetSize() const;
  2628. TInt GetNearestFontToDesignHeightInTwipsL(CFont*& aFont,const TFontSpec& aFontSpec);
  2629. private:
  2630. RFbsSession* iFbs;
  2631. CGraphicsDevice* iDevice;
  2632. CFontCache* iTwipsCache;
  2633. };
  2634. class CDitherColor256;
  2635. class CFbsColor256BitmapUtil : public CBase
  2636. {
  2637. public:
  2638. enum TDither
  2639. {
  2640. ENoDither,
  2641. EFloydSteinberg
  2642. };
  2643. public:
  2644. __declspec(dllexport) static CFbsColor256BitmapUtil* NewL(const CPalette* aPalette);
  2645. __declspec(dllexport) TInt CopyBitmap(CFbsBitmap* aColor256Destination,CFbsBitmap* aSource,TDither aDither=ENoDither);
  2646. ~CFbsColor256BitmapUtil();
  2647. private:
  2648. CFbsColor256BitmapUtil();
  2649. private:
  2650. TColor256Util* iColor256Util;
  2651. CDitherColor256* iDither;
  2652. };
  2653. #line 20 "C:\Symbian\9.1\S60_3rd\epoc32\include\bitdev.h" /* stack depth 5 */
  2654. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\bitbase.h" /* stack depth 6 */
  2655. #line 14
  2656. class TSpriteBase
  2657. {
  2658. public:
  2659. virtual void Hide(const TRect& aRect,const TRegion* aRegion)=0;
  2660. virtual void Reveal(const TRect& aRect,const TRegion* aRegion)=0;
  2661. };
  2662. #line 21 "C:\Symbian\9.1\S60_3rd\epoc32\include\bitdev.h" /* stack depth 5 */
  2663. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\bitstd.h" /* stack depth 6 */
  2664. #line 18
  2665. class CFbsBitGcFont : public CFbsFont
  2666. {
  2667. public:
  2668. __declspec(dllexport) CFbsBitGcFont();
  2669. __declspec(dllexport) virtual ~CFbsBitGcFont();
  2670. __declspec(dllexport) CBitmapFont* Address() const;
  2671. __declspec(dllexport) TInt Duplicate(TInt aHandle);
  2672. __declspec(dllexport) void Reset();
  2673. __declspec(dllexport) void operator=(const CFbsBitGcFont& aFont);
  2674. protected:
  2675. TBool iCopy;
  2676. };
  2677. class CFbsBitGcBitmap : public CFbsBitmap
  2678. {
  2679. public:
  2680. __declspec(dllexport) CBitwiseBitmap* Address() const;
  2681. __declspec(dllexport) void LockHeap() const;
  2682. __declspec(dllexport) void UnlockHeap() const;
  2683. };
  2684. class TEllipse
  2685. {
  2686. public:
  2687. enum TEllipseStatus
  2688. {
  2689. EInitialised,
  2690. EFirstSector,
  2691. ESecondSector,
  2692. EComplete,
  2693. ELine
  2694. };
  2695. public:
  2696. __declspec(dllexport) void Construct(const TRect& aRect);
  2697. __declspec(dllexport) TBool SingleStep(TPoint& aTopLeft,TPoint& aTopRight,TPoint& aBottomLeft,TPoint& aBottomRight);
  2698. __declspec(dllexport) TBool NextStep(TPoint& aTopLeft,TPoint& aTopRight,TPoint& aBottomLeft,TPoint& aBottomRight);
  2699. __declspec(dllexport) TPoint Intersection(const TRect& aRect,const TPoint& aPoint);
  2700. protected:
  2701. __declspec(dllexport) TBool Output(TPoint& aTopLeft,TPoint& aTopRight,TPoint& aBottomLeft,TPoint& aBottomRight);
  2702. protected:
  2703. TEllipseStatus iStatus;
  2704. TInt iA;
  2705. TInt iB;
  2706. TInt64 iASquared;
  2707. TInt64 iBSquared;
  2708. TInt64 iASquBSqu;
  2709. TInt iX;
  2710. TInt iY;
  2711. TInt iXAdj;
  2712. TInt iYAdj;
  2713. TPoint iOffset;
  2714. TInt64 iD1;
  2715. TInt64 iD2;
  2716. };
  2717. class CPolygonFiller : public CBase
  2718. {
  2719. public:
  2720. enum TUsage
  2721. {
  2722. EGetAllPixelRunsSequentially,
  2723. EGetPixelRunsSequentiallyForSpecifiedScanLines
  2724. };
  2725. public:
  2726. __declspec(dllexport) CPolygonFiller();
  2727. __declspec(dllexport) ~CPolygonFiller();
  2728. __declspec(dllexport) void Construct(const CArrayFix<TPoint> * aPointArray,CGraphicsContext::TFillRule aFillRule,TUsage aUsage=EGetAllPixelRunsSequentially);
  2729. __declspec(dllexport) void Construct(const TPoint* aPointList,TInt aNumPoints, CGraphicsContext::TFillRule aFillRule, TUsage aUsage=EGetAllPixelRunsSequentially);
  2730. __declspec(dllexport) void Reset();
  2731. __declspec(dllexport) void GetNextPixelRun(TBool& aExists, TInt& aScanLine, TInt& aStart, TInt& aEnd);
  2732. __declspec(dllexport) void GetNextPixelRunOnSpecifiedScanLine(TBool& aExists, TInt aScanLine, TInt& aStart, TInt& aEnd);
  2733. private:
  2734. struct SFastEdge
  2735. {
  2736. TInt upperVertex;
  2737. TInt lowerVertex;
  2738. TInt firstVertex;
  2739. };
  2740. struct SFastScanLineIntersection;
  2741. struct SFastActiveEdge
  2742. {
  2743. SFastEdge* edgePtr;
  2744. TLinearDDA lineGenerator;
  2745. SFastScanLineIntersection* scanLineIntersectionPtr;
  2746. };
  2747. struct SFastScanLineIntersection
  2748. {
  2749. TInt firstPixel;
  2750. TInt lastPixel;
  2751. SFastActiveEdge* activeEdgePtr;
  2752. };
  2753. private:
  2754. struct SSlowScanLineIntersection
  2755. {
  2756. TInt firstPixel;
  2757. TInt lastPixel;
  2758. TInt firstVertexOfEdge;
  2759. };
  2760. private:
  2761. struct SFastData
  2762. {
  2763. TPoint* vertexList;
  2764. SFastEdge* edgeList;
  2765. SFastActiveEdge* activeEdgeList;
  2766. SFastScanLineIntersection* scanLineIntersectionList;
  2767. TInt numActiveEdges;
  2768. TInt numScanLineIntersections;
  2769. TInt nextEdgeToActivate;
  2770. };
  2771. struct SSlowData
  2772. {
  2773. enum {EStoreSize=8};
  2774. TLinearDDA lineGenerator;
  2775. SSlowScanLineIntersection scanLineIntersectionList[EStoreSize];
  2776. TInt numIntersectionsWithSameFirstPixelPreviouslyMet;
  2777. TInt numIntersectionsWithSameFirstPixelMetThisTime;
  2778. TInt numScanLineIntersections;
  2779. TBool scanLineComplete;
  2780. TInt firstPixelOfLastIntersectionInPrevBuffer;
  2781. };
  2782. private:
  2783. void Construct(CGraphicsContext::TFillRule aFillRule,TUsage aUsage);
  2784. void FastHandleVertexIntersection(TInt& aCurrentActiveEdge, TBool aIsLowerVertex);
  2785. void SetFastIntersection(SFastActiveEdge& aActiveEdge, SFastScanLineIntersection& aScanLineIntersection);
  2786. void SlowHandleVertexIntersection(SSlowScanLineIntersection& aScanLineIntersection, TInt& aVertexStartingCurrentEdge,TBool aIsLowerVertex);
  2787. void JumpToCurrentScanLine(TLinearDDA& aLineGenerator, const TPoint& aUpper, const TPoint& aLower,TPoint& aStartPos, TPoint& aEndPos) const;
  2788. const TPoint& Point(TInt aIndex);
  2789. private:
  2790. const CArrayFix<TPoint> * iPointArray;
  2791. const TPoint* iPointList;
  2792. CGraphicsContext::TFillRule iFillRule;
  2793. TBool iUseFastAlgorithm;
  2794. TInt iNumVertexes;
  2795. TBool iToggler;
  2796. TInt iNestingLevel;
  2797. TInt iScanLineIntersection;
  2798. TInt iRightMostPixelOnScanLine;
  2799. TInt iFirstVertex;
  2800. TBool iPolygonIsAllHorizontal;
  2801. TInt iFirstScanLine;
  2802. TInt iLastScanLine;
  2803. TInt iCurrentScanLine;
  2804. SFastData iFastData;
  2805. SSlowData iSlowData;
  2806. private:
  2807. friend class TCompareEdgesUpperY;
  2808. friend class TCompareActiveEdgesFirstVertex;
  2809. friend class TCompareScanLineIntersectionsFirstPixel;
  2810. friend class TSwapEdges;
  2811. friend class TSwapActiveEdges;
  2812. friend class TSwapScanLineIntersections;
  2813. };
  2814. class CFbsDevice;
  2815. class TOpenFontCharMetrics;
  2816. class CGraphicsAccelerator;
  2817. class CWsBitmap;
  2818. #line 200
  2819. class CFbsBitGc : public CBitmapContext
  2820. {
  2821. public:
  2822. enum TGraphicsOrientation
  2823. {
  2824. EGraphicsOrientationNormal,
  2825. EGraphicsOrientationRotated90,
  2826. EGraphicsOrientationRotated180,
  2827. EGraphicsOrientationRotated270
  2828. };
  2829. public:
  2830. __declspec(dllexport) static CFbsBitGc* NewL();
  2831. __declspec(dllexport) virtual ~CFbsBitGc();
  2832. __declspec(dllexport) void Activate(CFbsDevice* aDevice);
  2833. __declspec(dllexport) void ActivateNoJustAutoUpdate(CFbsDevice* aDevice);
  2834. __declspec(dllexport) void BitBlt(const TPoint& aPoint,const CFbsBitGc& aGc);
  2835. __declspec(dllexport) void BitBlt(const TPoint& aPoint,const CFbsBitGc& aGc,const TRect& aSourceRect);
  2836. __declspec(dllexport) void BitBlt(const TPoint& aPoint,const CFbsBitmap* aBitmap);
  2837. __declspec(dllexport) void BitBlt(const TPoint& aPoint,const CFbsBitmap* aBitmap,const TRect& aSourceRect);
  2838. __declspec(dllexport) void BitBltMasked(const TPoint& aPoint,const CFbsBitmap* aBitmap,const TRect& aSourceRect,const CFbsBitmap* aMaskBitmap,TBool aInvertMask);
  2839. __declspec(dllexport) void CancelClipping();
  2840. __declspec(dllexport) void CancelClippingRect();
  2841. __declspec(dllexport) void CancelClippingRegion();
  2842. __declspec(dllexport) void Clear();
  2843. __declspec(dllexport) void Clear(const TRect& aRect);
  2844. __declspec(dllexport) void CopyRect(const TPoint& aOffset,const TRect& aRect);
  2845. __declspec(dllexport) void CopySettings(const CFbsBitGc& aGc);
  2846. __declspec(dllexport) CGraphicsDevice* Device() const;
  2847. __declspec(dllexport) void DiscardBrushPattern();
  2848. __declspec(dllexport) void DiscardFont();
  2849. __declspec(dllexport) void DrawArc(const TRect& aRect,const TPoint& aStart,const TPoint& aEnd);
  2850. __declspec(dllexport) void DrawPie(const TRect& aRect,const TPoint& aStart,const TPoint& aEnd);
  2851. __declspec(dllexport) void DrawBitmap(const TPoint& aTopLeft,const CFbsBitmap* aSource);
  2852. __declspec(dllexport) void DrawBitmap(const TRect& aDestRect,const CFbsBitmap* aSource);
  2853. __declspec(dllexport) void DrawBitmap(const TRect& aDestRect,const CFbsBitmap* aSource,const TRect& aSourceRect);
  2854. __declspec(dllexport) void DrawBitmapMasked(const TRect& aDestRect,const CFbsBitmap* aBitmap,const TRect& aSourceRect,const CFbsBitmap* aMaskBitmap,TBool aInvertMask);
  2855. __declspec(dllexport) void DrawBitmapMasked(const TRect& aDestRect,const CWsBitmap* aBitmap,const TRect& aSourceRect,const CWsBitmap* aMaskBitmap,TBool aInvertMask);
  2856. __declspec(dllexport) void DrawRoundRect(const TRect& aRect,const TSize& aEllipse);
  2857. __declspec(dllexport) void DrawPolyLine(const CArrayFix<TPoint> * aPointList);
  2858. __declspec(dllexport) void DrawPolyLineNoEndPoint(const CArrayFix<TPoint> * aPointList);
  2859. __declspec(dllexport) void DrawPolyLine(const TPoint* aPointList,TInt aNumPoints);
  2860. __declspec(dllexport) void DrawPolyLineNoEndPoint(const TPoint* aPointList,TInt aNumPoints);
  2861. __declspec(dllexport) TInt DrawPolygon(const CArrayFix<TPoint> * aPointList,CGraphicsContext::TFillRule aFillRule=CGraphicsContext::EAlternate);
  2862. __declspec(dllexport) TInt DrawPolygon(const TPoint* aPointList,TInt aNumPoints,CGraphicsContext::TFillRule aFillRule=CGraphicsContext::EAlternate);
  2863. __declspec(dllexport) void DrawEllipse(const TRect& aRect);
  2864. __declspec(dllexport) void DrawLine(const TPoint& aStart,const TPoint& aEnd);
  2865. __declspec(dllexport) void DrawLineTo(const TPoint& aPoint);
  2866. __declspec(dllexport) void DrawLineBy(const TPoint& aVector);
  2867. __declspec(dllexport) void DrawRect(const TRect& aRect);
  2868. __declspec(dllexport) void DrawText(const TDesC& aText);
  2869. __declspec(dllexport) void DrawText(const TDesC& aText,const TPoint& aPosition);
  2870. __declspec(dllexport) void DrawText(const TDesC& aText,const TRect& aBox);
  2871. __declspec(dllexport) void DrawText(const TDesC& aText,const TRect& aBox,TInt aBaselineOffset,TTextAlign aHrz=ELeft,TInt aMargin=0);
  2872. __declspec(dllexport) void DrawText(const TDesC& aText,const TRect& aBox,TInt aBaselineOffset,TInt aTextWidth,TTextAlign aHrz=ELeft,TInt aMargin=0);
  2873. __declspec(dllexport) void DrawTextVertical(const TDesC& aText,TBool aUp);
  2874. __declspec(dllexport) void DrawTextVertical(const TDesC& aText,const TPoint& aPosition,TBool aUp);
  2875. __declspec(dllexport) void DrawTextVertical(const TDesC& aText,const TRect& aBox,TBool aUp);
  2876. __declspec(dllexport) void DrawTextVertical(const TDesC& aText,const TRect& aBox,TInt aBaselineOffset,TBool aUp,TTextAlign aVert=ELeft,TInt aMargin=0);
  2877. __declspec(dllexport) void DrawTextVertical(const TDesC& aText,const TRect& aBox,TInt aBaselineOffset,TInt aTextWidth,TBool aUp,TTextAlign aVert=ELeft,TInt aMargin=0);
  2878. __declspec(dllexport) void MapColors(const TRect& aRect,const TRgb* aColors,TInt aNumPairs=2,TBool aMapForwards=ETrue);
  2879. __declspec(dllexport) void MoveTo(const TPoint& aPoint);
  2880. __declspec(dllexport) void MoveBy(const TPoint& aVector);
  2881. __declspec(dllexport) void OrientationsAvailable(TBool aOrientation[4]);
  2882. __declspec(dllexport) void Plot(const TPoint& aPoint);
  2883. __declspec(dllexport) void RectDrawnTo(TRect& aRect);
  2884. __declspec(dllexport) void Reset();
  2885. __declspec(dllexport) void Resized();
  2886. __declspec(dllexport) void SetBrushColor(const TRgb& aColor);
  2887. __declspec(dllexport) void SetBrushOrigin(const TPoint& aOrigin);
  2888. __declspec(dllexport) void SetBrushStyle(TBrushStyle aBrushStyle);
  2889. __declspec(dllexport) void SetClippingRegion(const TRegion* aRegion);
  2890. __declspec(dllexport) void SetClippingRect(const TRect& aRect);
  2891. __declspec(dllexport) void SetDitherOrigin(const TPoint& aPoint);
  2892. __declspec(dllexport) void SetDrawMode(TDrawMode);
  2893. __declspec(dllexport) void SetOrigin(const TPoint& aPoint=TPoint(0,0));
  2894. __declspec(dllexport) void SetPenColor(const TRgb& aColor);
  2895. __declspec(dllexport) void SetPenStyle(TPenStyle);
  2896. __declspec(dllexport) void SetPenSize(const TSize& aSize);
  2897. __declspec(dllexport) void SetCharJustification(TInt aExcessWidth,TInt aNumGaps);
  2898. __declspec(dllexport) void SetWordJustification(TInt aExcessWidth,TInt aNumChars);
  2899. __declspec(dllexport) void SetUnderlineStyle(TFontUnderline aUnderlineStyle);
  2900. __declspec(dllexport) void SetUserDisplayMode(TDisplayMode aDisplayMode);
  2901. __declspec(dllexport) void SetStrikethroughStyle(TFontStrikethrough aStrikethroughStyle);
  2902. __declspec(dllexport) void SetShadowMode(TBool aShadowMode = EFalse);
  2903. inline void SetFadeMode(TBool aFadeMode = EFalse);
  2904. inline void SetFadingParameters(TUint8 aBlackMap = 0);
  2905. __declspec(dllexport) void SetFaded(TBool aFaded);
  2906. __declspec(dllexport) void SetFadingParameters(TUint8 aBlackMap,TUint8 aWhiteMap);
  2907. __declspec(dllexport) TBool SetOrientation(TGraphicsOrientation aOrientation);
  2908. __declspec(dllexport) void ShadowArea(const TRegion* aRegion);
  2909. __declspec(dllexport) void FadeArea(const TRegion* aRegion);
  2910. __declspec(dllexport) void UpdateJustification(const TDesC& aText);
  2911. __declspec(dllexport) void UpdateJustificationVertical(const TDesC& aText,TBool aUp);
  2912. __declspec(dllexport) void UseBrushPattern(const CFbsBitmap* aBitmap);
  2913. __declspec(dllexport) TInt UseBrushPattern(TInt aFbsBitmapHandle);
  2914. __declspec(dllexport) void UseFont(const CFont* aFont);
  2915. __declspec(dllexport) TInt UseFont(TInt aFontHandle);
  2916. __declspec(dllexport) void UseFontNoDuplicate(const CFbsBitGcFont* aFont);
  2917. __declspec(dllexport) TBool IsBrushPatternUsed() const;
  2918. __declspec(dllexport) TBool IsFontUsed() const;
  2919. inline static TInt16 Load16(const TUint8* aPtr) { return TInt16(aPtr[0]+(aPtr[1]<<8)); }
  2920. __declspec(dllexport) TInt AlphaBlendBitmaps(const TPoint& aDestPt,
  2921. const CFbsBitmap* aSrcBmp1,
  2922. const CFbsBitmap* aSrcBmp2,
  2923. const TRect& aSrcRect1,
  2924. const TPoint& aSrcPt2,
  2925. const CFbsBitmap* aAlphaBmp,
  2926. const TPoint& aAlphaPt);
  2927. __declspec(dllexport) TInt AlphaBlendBitmaps(const TPoint& aDestPt,
  2928. const CFbsBitmap* aSrcBmp,
  2929. const TRect& aSrcRect,
  2930. const CFbsBitmap* aAlphaBmp,
  2931. const TPoint& aAlphaPt);
  2932. __declspec(dllexport) void ExternalizeL(RWriteStream& aWriteStream);
  2933. __declspec(dllexport) void InternalizeL(RReadStream& aReadStream);
  2934. __declspec(dllexport) TInt SetClippingRegion(const TRegion& aRegion);
  2935. __declspec(dllexport) TInt AlphaBlendBitmaps(const TPoint& aDestPt,
  2936. const CWsBitmap* aSrcBmp,
  2937. const TRect& aSrcRect,
  2938. const CWsBitmap* aAlphaBmp,
  2939. const TPoint& aAlphaPt);
  2940. __declspec(dllexport) TRgb BrushColor();
  2941. __declspec(dllexport) TRgb PenColor();
  2942. private:
  2943. CFbsBitGc();
  2944. void AddRect(const TRect& aRect);
  2945. void AnalyseEllipse(const TRect& rc,TPoint& srad,TPoint& erad,TPoint& center,TInt& startq,TInt& endq,TBool* quads);
  2946. void BitMultiply(TUint32* aBinaryDataPtr,TInt aBitLength,TInt aMultiplier);
  2947. void CheckDevice() const;
  2948. TBool CheckDevice(const TRect& aRect) const;
  2949. TUint32* ClipBinaryArray(TUint32* aArray,TUint32* aArrayLimit,TInt aArrayWordWd,TInt& aDataWd,TInt& aDataHt,TPoint& aPos);
  2950. void ClipFillLine(TPoint,TPoint);
  2951. void CopyCharWord(TUint32* aBinaryDataPtr,const TUint8* aData,TInt aBitShift);
  2952. void CopyCharLine(TUint32* aBinaryDataPtr,TInt aBufferWords,const TUint8* aData,TInt aBitShift,TInt aCharWidth);
  2953. void DrawText(const TDesC& aText,const TPoint& aPosition,TTextAlign aAlignment,
  2954.   CFont::TTextDirection aDirection,const TRect* aBox = 0 );
  2955. void DoBitBlt(const TPoint& aDest,CFbsDevice* aDevice,const TRect& aSourceRect);
  2956. void DoBitBlt(const TPoint& aDest,CBitwiseBitmap* aBitmap,TUint32* aBase,const TRect& aSourceRect);
  2957. void DoBitBltMasked(const TPoint& aDest,CBitwiseBitmap* aSourceBitmap,TUint32* aSourceBase,const TRect& aSourceRect,CBitwiseBitmap* aMaskBitmap,TUint32* aMaskBase,TBool aInvertMask,const TPoint& aDitherOrigin,TInt aShadowMode);
  2958. void DoBitBltMaskedFlicker(const TPoint& aDest,CBitwiseBitmap* aSourceBitmap,TUint32* aSourceBase,const TRect& aSourceRect,CBitwiseBitmap* aMaskBitmap,TUint32* aMaskBase,TBool aInvertMask,const TPoint& aDitherOrigin,TInt aShadowMode);
  2959. void DoBitBltMaskedNonFlicker(const TPoint& aDest,CBitwiseBitmap* aSourceBitmap,TUint32* aSourceBase,const TRect& aSourceRect,CBitwiseBitmap* aMaskBitmap,TUint32* aMaskBase,TBool aInvertMask,const TPoint& aDitherOrigin,TInt aShadowMode);
  2960. void DoBitBltMaskedNonFlickerSolid(const TPoint& aDest,CBitwiseBitmap* aSourceBitmap,TUint32* aSourceBase,const TRect& aSourceRect,CBitwiseBitmap* aMaskBitmap,TUint32* aMaskBase,TBool aInvertMask,const TPoint& aDitherOrigin,TInt aShadowMode);
  2961. void DoBitBltMaskedNonFlickerPatterned(const TPoint& aDest,CBitwiseBitmap* aSourceBitmap,TUint32* aSourceBase,const TRect& aSourceRect,CBitwiseBitmap* aMaskBitmap,TUint32* aMaskBase,TBool aInvertMask,const TPoint& aDitherOrigin,TInt aShadowMode);
  2962. void DoBitBltAlpha(const TPoint& aDest,CBitwiseBitmap* aSourceBitmap,TUint32* aSourceBase,const TRect& aSourceRect,CBitwiseBitmap* aMaskBitmap,TUint32* aMaskBase,const TPoint& aDitherOrigin,TInt aShadowMode);
  2963. void DoBitBltAlpha(const TPoint& aDestPt,
  2964.    const CBitwiseBitmap* aSrcBmp1,
  2965.    TUint32* aSrcBmpDataAddr1,
  2966.    const CBitwiseBitmap* aSrcBmp2,
  2967.    TUint32* aSrcBmpDataAddr2,
  2968.    const CBitwiseBitmap* aAlphaBmp,
  2969.    TUint32* aAlphaBmpDataAddr,
  2970.    const TRect& aSrcRect1,
  2971.    const TPoint& aSrcPt2,
  2972.    const TPoint& aAlphaPt,
  2973.    TInt aShadowMode);
  2974. void DoCopyRect(const TPoint&,const TRect&);
  2975. void DoDrawBitmap(const TRect&,CBitwiseBitmap*,TUint32* aBase,const TRect&,const TPoint& aDitherOrigin);
  2976. void DoDrawBitmapMasked(const TRect& aDestRect,CBitwiseBitmap* aSourceBitmap,TUint32* aSourceBase,const TRect& aSourceRect,CBitwiseBitmap* aMaskBitmap,TUint32* aMaskBase,TBool aInvertMask,const TPoint& aDitherOrigin);
  2977. void DoDrawLine(TPoint aStart,TPoint aEnd,TBool aDrawStartPoint);
  2978. void DoDrawDottedWideLine(const TPoint& pt1,const TPoint& pt2,TBool drawstart,const TRect& screenrect);
  2979. void DoDrawSolidWideLine(const TPoint& pt1,const TPoint& pt2,TBool drawstart,const TRect& screenrect);
  2980. void DoDrawText(CFont::TPositionParam& aParam);
  2981. void DoDrawCharacter(const TPoint& aTopLeft,const TSize& aDataSize,const TUint8* aData);
  2982. void DoDrawTextEx(CFont::TPositionParam& aParam,const CBitmapFont* font);
  2983. void DoDrawCharacterEx(const TPoint& aTopLeft,const TSize& aDataSize,const TUint8* aData,
  2984. TBool aBold,TBool aItalic,TInt aSemiAscent);
  2985. void DoDrawCharacterAntiAliased(const TPoint& aTopLeft,const TSize& aDataSize,const TUint8* aData);
  2986. void DoDrawTextLarge(CFont::TPositionParam& aParam,const CBitmapFont* font);
  2987. void DoDrawCharacterLarge(const TPoint& aTopLeft,const TSize& aDataSize,const TUint8* aData,
  2988. TBool aBold,TBool aItalic,TInt aSemiAscent,TInt aWidthFactor,TInt aHeightFactor);
  2989. void DoDrawCharacterExLarge(const TPoint& aTopLeft,const TSize& aDataSize,const TUint8* aData,
  2990. TBool aBold,TBool aItalic,TInt aSemiAscent,TInt aWidthFactor,TInt aHeightFactor);
  2991. void DoDrawCharacterMultiplied(const TPoint& aTopLeft,const TSize& aDataSize,const TUint8* aData,
  2992. TBool aBold,TBool aItalic,TInt aSemiAscent,TInt aWidthMultiplier,TInt aHeightMultiplier);
  2993. void DoDrawTextVertical(CFont::TPositionParam& aParam,const CBitmapFont* font,TBool aUp);
  2994. void DoDrawCharacterVertical(const TPoint& aTopLeft,const TSize& aDataSize,const TUint8* aData,
  2995. TBool aBold,TBool aItalic,TInt aSemiAscent,TInt aWidthFactor,TInt aHeightFactor,TBool aUp);
  2996. void DoDrawCharacterVerticalAntiAliased(const TPoint& aTopLeft,const TSize& aDataSize,const TUint8* aData,TBool aUp);
  2997. void DoPlot(const TPoint& pt);
  2998. void EllipseFill(const TRect& aRect);
  2999. void EllipseOutline(const TRect& aRect);
  3000. void EllipseOutlineWide(const TRect& aRect);
  3001. void GetUnderlineMetrics(TInt& aTop,TInt& aBottom);
  3002. void GetStrikethroughMetrics(TInt& aTop,TInt& aBottom);
  3003. void OutputCharLine(TPoint aPrintPos,TUint32* aBuffer,TInt aDataLength,TInt aNum,TBool aBold,TInt aWidthFactor,TInt aHeightFactor);
  3004. void OutputCharLineMultiplied(TPoint aPrintPos,TUint32* aBuffer,TInt aDataLength,TInt aNum,TBool aBold,TInt aWidthMultiplier,TInt aHeightMultiplier);
  3005. void OutputCharLineVertical(TPoint aPrintPos,TUint32* aBuffer,TInt aDataLength,TInt aNum,TBool aBold,TInt aWidthFactor,TInt aHeightFactor,TBool aUp);
  3006. void PenAllocate();
  3007. void PenDrawClipped(TPoint aPoint);
  3008. void PenDrawDeferred(TPoint aPoint,TInt* aArray,TInt aFirstElement);
  3009. void PieArcOutline(const TRect& aRect,const TPoint& aStartRadius,const TPoint& aEndRadius,TBool aDoPie);
  3010. void PieFill(const TRect& aRect,const TPoint& aStartRadius,const TPoint& aEndRadius);
  3011. void PieShell(const TRect& ellrect,const TPoint& startradius,const TPoint& endradius,TBool quads[5],TInt startquad,TInt endquad);
  3012. void PieTriangles(TBool aInside,const TPoint& aStart,const TPoint& aEnd);
  3013. void PieSliver(const TRect& ellrect,const TPoint& startradius,const TPoint& endradius,TInt quad);
  3014. void PolyFill(const CArrayFix<TPoint> * aPointList,TFillRule aFillRule);
  3015. void PolyFillLarge(const CArrayFix<TPoint> * aPointList,TFillRule aFillRule);
  3016. void PolyFill(const TPoint* aPointList,TInt aNumPoints,TFillRule aFillRule);
  3017. void PolyFillLarge(const TPoint* aPointList,TInt aNumPoints,TFillRule aFillRule);
  3018. void PolyOutline(const CArrayFix<TPoint> * aPointList);
  3019. void PolyOutline(const TPoint* aPointList,TInt aNumPoints);
  3020. void RectFill(const TRect& aRect);
  3021. void RoundRectFill(const TRect& aRect,TSize aSize);
  3022. void RoundRectOutline(const TRect& aRect,TSize aSize);
  3023. void SetupDevice() const;
  3024. void ShadowFadeArea(const TRegion* aRegion,TInt8 aShadowMode);
  3025. TBool UserClipRect(TRect& aRect);
  3026. CGraphicsAccelerator* GraphicsAccelerator();
  3027. private:
  3028. __declspec(dllexport) void Reserved_CGraphicsContext_1();
  3029. __declspec(dllexport) void Reserved_CGraphicsContext_2();
  3030. __declspec(dllexport) void Reserved_CBitmapContext_1();
  3031. __declspec(dllexport) void Reserved_CBitmapContext_2();
  3032. __declspec(dllexport) void Reserved_CBitmapContext_3();
  3033. __declspec(dllexport) virtual void Reserved_CFbsBitGc_1();
  3034. __declspec(dllexport) virtual void Reserved_CFbsBitGc_2();
  3035. __declspec(dllexport) virtual void Reserved_CFbsBitGc_3();
  3036. __declspec(dllexport) virtual void Reserved_CFbsBitGc_4();
  3037. __declspec(dllexport) virtual void Reserved_CFbsBitGc_5();
  3038. private:
  3039. CFbsBitGcBitmap iBrushBitmap;
  3040. TBool iBrushUsed;
  3041. TRgb iBrushColor;
  3042. TPoint iBrushOrigin;
  3043. TBrushStyle iBrushStyle;
  3044. TRect iClipRect;
  3045. TRegionFix<1> iDefaultRegion;
  3046. const TRegion* iDefaultRegionPtr;
  3047. TRect iUserClipRect;
  3048. CFbsDevice* iDevice;
  3049. TPoint iDitherOrigin;
  3050. TInt iDotLength;
  3051. TInt iDotMask;
  3052. TInt iDotParam;
  3053. TInt iDotDirection;
  3054. TDrawMode iDrawMode;
  3055. TRect iDrawnTo;
  3056. CFbsBitGcFont iFont;
  3057. TInt iCharJustExcess;
  3058. TInt iCharJustNum;
  3059. TInt iWordJustExcess;
  3060. TInt iWordJustNum;
  3061. TPoint iLastPrintPosition;
  3062. TPoint iLinePosition;
  3063. TPoint iOrigin;
  3064. TInt* iPenArray;
  3065. TRgb iPenColor;
  3066. TPenStyle iPenStyle;
  3067. TSize iPenSize;
  3068. TInt8 iShadowMode;
  3069. TInt8 iAutoUpdateJustification;
  3070. TUint8 iFadeBlackMap;
  3071. TUint8 iFadeWhiteMap;
  3072. TFontStrikethrough iStrikethrough;
  3073. TFontUnderline iUnderline;
  3074. TDisplayMode iUserDisplayMode;
  3075. RRegion iClippingRegion;
  3076. };
  3077. inline void CFbsBitGc::SetFadeMode(TBool aFadeMode )
  3078. {SetFaded(aFadeMode);}
  3079. inline void CFbsBitGc::SetFadingParameters(TUint8 aBlackMap )
  3080. {SetFadingParameters(aBlackMap,255);}
  3081. #line 22 "C:\Symbian\9.1\S60_3rd\epoc32\include\bitdev.h" /* stack depth 5 */
  3082. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\graphicsaccelerator.h" /* stack depth 6 */
  3083. #line 17
  3084. class CFbsBitmap;
  3085. class TAcceleratedBitmapSpec;
  3086. #line 32
  3087. class TAcceleratedBitmapInfo
  3088. {
  3089. public:
  3090. TDisplayMode iDisplayMode;
  3091. TUint8* iAddress;
  3092. TSize iSize;
  3093. TInt iLinePitch;
  3094. TInt iPixelShift;
  3095. TUint8* iPhysicalAddress;
  3096. };
  3097. #line 69
  3098. class RHardwareBitmap
  3099. {
  3100. friend class CBitwiseBitmap;
  3101. friend class CFbsScreenDevice;
  3102. public:
  3103. inline RHardwareBitmap();
  3104. inline RHardwareBitmap(TInt aHandle);
  3105. __declspec(dllexport) TInt GetInfo(TAcceleratedBitmapInfo& aInfo) const;
  3106. private:
  3107. __declspec(dllexport) TInt SetAsScreenReference(TInt aScreen=-1);
  3108. __declspec(dllexport) TInt Create(TDisplayMode aDisplayMode, TSize aSize, TUid aCreatorUid);
  3109. __declspec(dllexport) void Destroy();
  3110. public:
  3111. TInt iHandle;
  3112. };
  3113. inline RHardwareBitmap::RHardwareBitmap()
  3114. : iHandle(0)
  3115. {}
  3116. inline RHardwareBitmap::RHardwareBitmap(TInt aHandle)
  3117. : iHandle(aHandle)
  3118. {}
  3119. #line 114
  3120. class TBitmapLockCount
  3121. {
  3122. friend class TAcceleratedBitmapSpec;
  3123. public:
  3124. inline TBitmapLockCount() : iCount(0) {}
  3125. private:
  3126. inline TInt Inc() { return iCount++; }
  3127. inline TInt Dec() { return --iCount; }
  3128. private:
  3129. TInt iCount;
  3130. };
  3131. #line 139
  3132. class TAcceleratedBitmapSpec
  3133. {
  3134. public:
  3135. inline TAcceleratedBitmapSpec();
  3136. __declspec(dllexport) TAcceleratedBitmapSpec(CFbsBitmap* aBitmap);
  3137. __declspec(dllexport) TAcceleratedBitmapSpec(RHardwareBitmap aBitmap);
  3138. __declspec(dllexport) TInt GetInfo(TAcceleratedBitmapInfo& aInfo) const;
  3139. inline void Lock(TBitmapLockCount& aCount);
  3140. inline void Lock(TBitmapLockCount& aCount,TAcceleratedBitmapInfo& aInfo);
  3141. inline void Unlock(TBitmapLockCount& aCount);
  3142. enum TAcceleratedBitmapType
  3143. {
  3144. ENoBitmap,
  3145. EFbsBitmap,
  3146. EHardwareBitmap,
  3147. };
  3148. enum TAcceleratedBitmapLock
  3149. {
  3150. EBitmapIsStatic,
  3151. EBitmapNeedsLocking,
  3152. };
  3153. inline TAcceleratedBitmapType Type() const;
  3154. inline TInt Handle() const;
  3155. private:
  3156. __declspec(dllexport) void DoLock(TBitmapLockCount& aCount);
  3157. __declspec(dllexport) void DoLock(TBitmapLockCount& aCount,TAcceleratedBitmapInfo& aInfo);
  3158. __declspec(dllexport) void DoUnlock(TBitmapLockCount& aCount);
  3159. private:
  3160. TUint8 iType;
  3161. TUint8 iLockStatus;
  3162. TUint8 iSpare1;
  3163. TUint8 iSpare2;
  3164. TInt iHandle;
  3165. };
  3166. inline TAcceleratedBitmapSpec::TAcceleratedBitmapSpec()
  3167. : iType(ENoBitmap), iLockStatus(EBitmapIsStatic)
  3168. {}
  3169. #line 210
  3170. inline void TAcceleratedBitmapSpec::Lock(TBitmapLockCount& aCount)
  3171. { if(iLockStatus==EBitmapNeedsLocking) DoLock(aCount); }
  3172. #line 226
  3173. inline void TAcceleratedBitmapSpec::Lock(TBitmapLockCount& aCount,TAcceleratedBitmapInfo& aInfo)
  3174. { if(iLockStatus==EBitmapNeedsLocking) DoLock(aCount,aInfo); }
  3175. #line 237
  3176. inline void TAcceleratedBitmapSpec::Unlock(TBitmapLockCount& aCount)
  3177. { if(iLockStatus==EBitmapNeedsLocking) DoUnlock(aCount); }
  3178. inline TAcceleratedBitmapSpec::TAcceleratedBitmapType TAcceleratedBitmapSpec::Type() const
  3179. { return (TAcceleratedBitmapSpec::TAcceleratedBitmapType)iType; }
  3180. inline TInt TAcceleratedBitmapSpec::Handle() const
  3181. { return iHandle; }
  3182. #line 268
  3183. enum TTransparencyType
  3184. {
  3185. ETransparentPixelZero,
  3186. ETransparentPixel,
  3187. ETransparentColor,
  3188. ETransparent1555,
  3189. };
  3190. #line 303
  3191. class TGraphicsAcceleratorCaps
  3192. {
  3193. public:
  3194. enum TClipCaps
  3195. {
  3196. EClipToBitmap = 1,
  3197. EClipping = 2
  3198. };
  3199. enum TMaskBitmapCaps
  3200. {
  3201. EMaskBitmapNone = 0,
  3202. EMaskBitmapAnyDisplayMode,
  3203. EMaskBitmapMatchingDisplayMode,
  3204. EMaskBitmapGray2,
  3205. };
  3206. enum TAlphaChannelCaps
  3207.      {
  3208. EAlpha4444 = 1,
  3209. EAlpha8888 = 2,
  3210. EAlpha1555 = 4,
  3211. };
  3212. enum TAlphaBitmapCaps
  3213.      {
  3214. EAlphaBitmapGray256 = 1,
  3215. EAlphaBitmapColor16M = 2,
  3216. EAlphaBitmapMatchingMode = 4,