Home | History | Annotate | Download | only in ext

Lines Matching defs:BitmapPlatformDevice

17 // to. BitmapPlatformDevice creates a bitmap using CreateDIBSection() in a
27 class SK_API BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
37 static BitmapPlatformDevice* Create(int width, int height,
40 // Create a BitmapPlatformDevice with no shared section. The bitmap is not
42 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
44 // Creates a BitmapPlatformDevice instance respecting the parameters as above.
46 static BitmapPlatformDevice* CreateAndClear(int width, int height,
49 virtual ~BitmapPlatformDevice();
76 BitmapPlatformDevice(HBITMAP hbitmap, const SkBitmap& bitmap);
121 DISALLOW_COPY_AND_ASSIGN(BitmapPlatformDevice);