Searched defs:BitmapInfo (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DBitmapInfo.cpp30 #include "BitmapInfo.h"
36 BitmapInfo bitmapInfoForSize(int width, int height, BitmapInfo::BitCount bitCount)
38 BitmapInfo bitmapInfo;
48 BitmapInfo::BitmapInfo() function in class:WebCore::BitmapInfo
54 BitmapInfo BitmapInfo::create(const IntSize& size, BitCount bitCount)
59 BitmapInfo BitmapInfo
[all...]
H A DBitmapInfo.h37 struct BitmapInfo : public BITMAPINFO { struct in namespace:WebCore
47 BitmapInfo();
48 static BitmapInfo create(const IntSize&, BitCount bitCount = BitCount32);
49 static BitmapInfo createBottomUp(const IntSize&, BitCount bitCount = BitCount32);

Completed in 41 milliseconds