equal
deleted
inserted
replaced
20 |
20 |
21 #include <gdi.h> |
21 #include <gdi.h> |
22 #include "TFBS.H" |
22 #include "TFBS.H" |
23 #include "TGraphicsHarness.h" |
23 #include "TGraphicsHarness.h" |
24 #include "../sfbs/fbsbitmapasyncstreamer.h" |
24 #include "../sfbs/fbsbitmapasyncstreamer.h" |
|
25 |
25 |
26 |
26 //The main test class. Add your test methods here. |
27 //The main test class. Add your test methods here. |
27 class CTBitmap : public CTGraphicsBase |
28 class CTBitmap : public CTGraphicsBase |
28 { |
29 { |
29 public: |
30 public: |
89 void TestBgCompressL(); |
90 void TestBgCompressL(); |
90 void TestBgCompressInUseL(); |
91 void TestBgCompressInUseL(); |
91 void TestDisconnectWithBitmapL(); |
92 void TestDisconnectWithBitmapL(); |
92 void TestTouchedAndVolatileL(); |
93 void TestTouchedAndVolatileL(); |
93 void TestBitmapWhiteFillL(); |
94 void TestBitmapWhiteFillL(); |
|
95 #ifdef _DEBUG |
|
96 void TestBitmapUtilWithUnsupportedBitmap(const TDesC& aThreadName, TAny* aFunctionPtr); |
|
97 void TestBitmapUtilWithUnsupportedBitmaps(); |
|
98 #endif |
94 private: |
99 private: |
95 void DoStreamBitmapSizes(TDisplayMode aDispMode); |
100 void DoStreamBitmapSizes(TDisplayMode aDispMode); |
96 void DoStreamBitmap(const TSize& aSize,TDisplayMode aDispMode,TBool aBlank); |
101 void DoStreamBitmap(const TSize& aSize,TDisplayMode aDispMode,TBool aBlank); |
97 void DoStreamRectangle(TDisplayMode aDispMode,TBool aBlank); |
102 void DoStreamRectangle(TDisplayMode aDispMode,TBool aBlank); |
98 void DoGetScanline(const TSize& aSize,TDisplayMode aDispMode); |
103 void DoGetScanline(const TSize& aSize,TDisplayMode aDispMode); |