equal
deleted
inserted
replaced
17 |
17 |
18 #ifndef SVGTREGISTEREDBITMAP_H |
18 #ifndef SVGTREGISTEREDBITMAP_H |
19 #define SVGTREGISTEREDBITMAP_H |
19 #define SVGTREGISTEREDBITMAP_H |
20 #include <e32std.h> |
20 #include <e32std.h> |
21 #include <fbs.h> |
21 #include <fbs.h> |
22 #include <fbsrasterizer.h> |
22 #include <graphics/fbsrasterizer.h> |
23 /** Class for holding information about an extended bitmap registered with this rasterizer. |
23 /** Class for holding information about an extended bitmap registered with this rasterizer. |
24 */ |
24 */ |
25 NONSHARABLE_CLASS (CSvgtRegisteredBitmap) : public CFbsBitmap |
25 NONSHARABLE_CLASS (CSvgtRegisteredBitmap) : public CFbsBitmap |
26 { |
26 { |
27 public: |
27 public: |