|
ReactOS 0.4.16-dev-1946-g52006dd
|
This is the complete list of members for Bitmap, including all inherited members.
| Bitmap(INT width, INT height, Graphics *target) | Bitmap | inline |
| Bitmap(const BITMAPINFO *gdiBitmapInfo, VOID *gdiBitmapData) | Bitmap | inline |
| Bitmap(INT width, INT height, PixelFormat format) | Bitmap | inline |
| Bitmap(HBITMAP hbm, HPALETTE hpal) | Bitmap | inline |
| Bitmap(INT width, INT height, INT stride, PixelFormat format, BYTE *scan0) | Bitmap | inline |
| Bitmap(const WCHAR *filename, BOOL useIcm) | Bitmap | inline |
| Bitmap(HINSTANCE hInstance, const WCHAR *bitmapName) | Bitmap | inline |
| Bitmap(HICON hicon) | Bitmap | inline |
| Bitmap(IStream *stream, BOOL useIcm) | Bitmap | inline |
| Bitmap() | Bitmap | inlineprotected |
| Bitmap(GpBitmap *nativeBitmap) | Bitmap | inlineprotected |
| CachedBitmap | Bitmap | friend |
| Clone(const Rect &rect, PixelFormat format) | Bitmap | inline |
| Clone(const RectF &rect, PixelFormat format) | Bitmap | inline |
| Clone(REAL x, REAL y, REAL width, REAL height, PixelFormat format) | Bitmap | inline |
| Clone(INT x, INT y, INT width, INT height, PixelFormat format) | Bitmap | inline |
| Image::Clone() | Image | inline |
| FromBITMAPINFO(const BITMAPINFO *gdiBitmapInfo, VOID *gdiBitmapData) | Bitmap | inlinestatic |
| FromFile(const WCHAR *filename, BOOL useEmbeddedColorManagement) | Bitmap | inlinestatic |
| FromHBITMAP(HBITMAP hbm, HPALETTE hpal) | Bitmap | inlinestatic |
| FromHICON(HICON hicon) | Bitmap | inlinestatic |
| FromResource(HINSTANCE hInstance, const WCHAR *bitmapName) | Bitmap | inlinestatic |
| FromStream(IStream *stream, BOOL useEmbeddedColorManagement) | Bitmap | inlinestatic |
| GetAllPropertyItems(UINT totalBufferSize, UINT numProperties, PropertyItem *allItems) | Image | inline |
| GetBounds(RectF *srcRect, Unit *srcUnit) | Image | inline |
| GetEncoderParameterList(const CLSID *clsidEncoder, UINT size, EncoderParameters *buffer) | Image | inline |
| GetEncoderParameterListSize(const CLSID *clsidEncoder) | Image | inline |
| GetFlags() | Image | inline |
| GetFrameCount(const GUID *dimensionID) | Image | inline |
| GetFrameDimensionsCount() | Image | inline |
| GetFrameDimensionsList(GUID *dimensionIDs, UINT count) | Image | inline |
| GetHBITMAP(const Color &colorBackground, HBITMAP *hbmReturn) | Bitmap | inline |
| GetHeight() | Image | inline |
| GetHICON(HICON *hicon) | Bitmap | inline |
| GetHorizontalResolution() | Image | inline |
| GetLastStatus() | Image | inline |
| GetNativeBitmap() const | Bitmap | inlineprotected |
| GetPalette(ColorPalette *palette, INT size) | Image | inline |
| GetPaletteSize() | Image | inline |
| GetPhysicalDimension(SizeF *size) | Image | inline |
| GetPixel(INT x, INT y, Color *color) | Bitmap | inline |
| GetPixelFormat() | Image | inline |
| GetPropertyCount() | Image | inline |
| GetPropertyIdList(UINT numOfProperty, PROPID *list) | Image | inline |
| GetPropertyItem(PROPID propId, UINT propSize, PropertyItem *buffer) | Image | inline |
| GetPropertyItemSize(PROPID propId) | Image | inline |
| GetPropertySize(UINT *totalBufferSize, UINT *numProperties) | Image | inline |
| GetRawFormat(GUID *format) | Image | inline |
| GetThumbnailImage(UINT thumbWidth, UINT thumbHeight, GetThumbnailImageAbort callback, VOID *callbackData) | Image | inline |
| GetType() | Image | inline |
| GetVerticalResolution() | Image | inline |
| GetWidth() | Image | inline |
| Image(IStream *stream, BOOL useEmbeddedColorManagement=FALSE) | Image | inline |
| Image(const WCHAR *filename, BOOL useEmbeddedColorManagement=FALSE) | Image | inline |
| Image() | Image | inlineprotected |
| Image(GpImage *image, Status status) | Image | inlineprotected |
| Image(const Image &) | Image | private |
| lastStatus | Image | mutableprotected |
| LockBits(const Rect *rect, UINT flags, PixelFormat format, BitmapData *lockedBitmapData) | Bitmap | inline |
| nativeImage | Image | protected |
| operator delete(void *in_pVoid) | GdiplusBase | inline |
| operator delete[](void *in_pVoid) | GdiplusBase | inline |
| operator new(size_t in_size) | GdiplusBase | inline |
| operator new[](size_t in_size) | GdiplusBase | inline |
| operator=(const Image &) | Image | private |
| RemovePropertyItem(PROPID propId) | Image | inline |
| RotateFlip(RotateFlipType rotateFlipType) | Image | inline |
| Save(IStream *stream, const CLSID *clsidEncoder, const EncoderParameters *encoderParams) | Image | inline |
| Save(const WCHAR *filename, const CLSID *clsidEncoder, const EncoderParameters *encoderParams) | Image | inline |
| SaveAdd(const EncoderParameters *encoderParams) | Image | inline |
| SaveAdd(Image *newImage, const EncoderParameters *encoderParams) | Image | inline |
| SelectActiveFrame(const GUID *dimensionID, UINT frameIndex) | Image | inline |
| SetNativeImage(GpImage *image) | Image | inlineprotected |
| SetPalette(const ColorPalette *palette) | Image | inline |
| SetPixel(INT x, INT y, const Color &color) | Bitmap | inline |
| SetPropertyItem(const PropertyItem *item) | Image | inline |
| SetResolution(REAL xdpi, REAL ydpi) | Bitmap | inline |
| SetStatus(Status status) const | Image | inlineprotected |
| UnlockBits(BitmapData *lockedBitmapData) | Bitmap | inline |
| ~Image() | Image | inlinevirtual |