|
LibreOffice Module vcl (master) 1
|
This is the complete list of members for BitmapEx, including all inherited members.
| Adjust(short nLuminancePercent, short nContrastPercent, short nChannelRPercent, short nChannelGPercent, short nChannelBPercent, double fGamma=1.0, bool bInvert=false, bool msoBrightness=false) | BitmapEx | |
| AdjustTransparency(sal_uInt8 cTrans) | BitmapEx | |
| AutoScaleBitmap(BitmapEx const &aBitmap, const tools::Long aStandardSize) | BitmapEx | static |
| BitmapEx() | BitmapEx | |
| BitmapEx(const OUString &rIconName) | BitmapEx | explicit |
| BitmapEx(const BitmapEx &rBitmapEx) | BitmapEx | |
| BitmapEx(const BitmapEx &rBitmapEx, Point aSrc, Size aSize) | BitmapEx | |
| BitmapEx(Size aSize, vcl::PixelFormat ePixelFormat) | BitmapEx | |
| BitmapEx(const Bitmap &rBmp) | BitmapEx | explicit |
| BitmapEx(const Bitmap &rBmp, const Bitmap &rMask) | BitmapEx | |
| BitmapEx(const Bitmap &rBmp, const AlphaMask &rAlphaMask) | BitmapEx | |
| BitmapEx(const Bitmap &rBmp, const Color &rTransparentColor) | BitmapEx | |
| ChangeColorAlpha(sal_uInt8 cIndexFrom, sal_Int8 nAlphaTo) | BitmapEx | |
| Clear() | BitmapEx | |
| ClearAlpha() | BitmapEx | |
| CombineMaskOr(Color maskColor, sal_uInt8 nTol) | BitmapEx | |
| Convert(BmpConversion eConversion) | BitmapEx | |
| CopyPixel(const tools::Rectangle &rRectDst, const tools::Rectangle &rRectSrc, const BitmapEx *pBmpExSrc) | BitmapEx | |
| Create(const css::uno::Reference< css::rendering::XBitmapCanvas > &xBitmapCanvas, const Size &rSize) | BitmapEx | |
| Crop(const tools::Rectangle &rRectPixel) | BitmapEx | |
| Draw(OutputDevice *pOutDev, const Point &rDestPt) const | BitmapEx | |
| Draw(OutputDevice *pOutDev, const Point &rDestPt, const Size &rDestSize) const | BitmapEx | |
| DumpAsPng(const char *pFileName=nullptr) const | BitmapEx | |
| Erase(const Color &rFillColor) | BitmapEx | |
| Expand(sal_Int32 nDX, sal_Int32 nDY, bool bExpandTransparent=false) | BitmapEx | |
| GetAlpha(sal_Int32 nX, sal_Int32 nY) const | BitmapEx | |
| GetAlphaMask() const | BitmapEx | inline |
| GetBitmap(Color aTransparentReplaceColor) const | BitmapEx | |
| GetBitmap() const | BitmapEx | |
| GetChecksum() const | BitmapEx | |
| GetColorModel(css::uno::Sequence< sal_Int32 > &rRGBPalette, sal_uInt32 &rnRedMask, sal_uInt32 &rnGreenMask, sal_uInt32 &rnBlueMask, sal_uInt32 &rnAlphaMask, sal_uInt32 &rnTransparencyIndex, sal_uInt32 &rnWidth, sal_uInt32 &rnHeight, sal_uInt8 &rnBitCount) | BitmapEx | |
| GetContour(bool bContourEdgeDetect, const tools::Rectangle *pWorkRect) | BitmapEx | |
| GetPixelColor(sal_Int32 nX, sal_Int32 nY) const | BitmapEx | |
| getPixelFormat() const | BitmapEx | inline |
| GetPrefMapMode() const | BitmapEx | inline |
| GetPrefSize() const | BitmapEx | inline |
| GetSizeBytes() const | BitmapEx | |
| GetSizePixel() const | BitmapEx | inline |
| getTransformed(const basegfx::B2DHomMatrix &rTransformation, const basegfx::B2DRange &rVisibleRange, double fMaximumArea) const | BitmapEx | |
| ImpGraphic | BitmapEx | friend |
| ImplGetBitmapSalBitmap() const | BitmapEx | inline |
| Invert() | BitmapEx | |
| IsAlpha() const | BitmapEx | |
| IsEmpty() const | BitmapEx | |
| loadFromIconTheme(const OUString &rIconName) | BitmapEx | private |
| maAlphaMask | BitmapEx | private |
| maBitmap | BitmapEx | private |
| maBitmapSize | BitmapEx | private |
| Mirror(BmpMirrorFlags nMirrorFlags) | BitmapEx | |
| ModifyBitmapEx(const basegfx::BColorModifierStack &rBColorModifierStack) const | BitmapEx | |
| operator!=(const BitmapEx &rBitmapEx) const | BitmapEx | inline |
| operator=(const BitmapEx &rBitmapEx) | BitmapEx | |
| operator=(const Bitmap &rBitmap) | BitmapEx | inline |
| operator==(const BitmapEx &rBitmapEx) const | BitmapEx | |
| OutputDevice | BitmapEx | friend |
| ReadRawDIB | BitmapEx | friend |
| Replace(const Color &rSearchColor, const Color &rReplaceColor) | BitmapEx | |
| Replace(const Color &rSearchColor, const Color &rReplaceColor, sal_uInt8 nTolerance) | BitmapEx | |
| Replace(const Color *pSearchColors, const Color *pReplaceColors, size_t nColorCount) | BitmapEx | |
| Replace(const Color *pSearchColors, const Color *pReplaceColors, size_t nColorCount, sal_uInt8 const *pTols) | BitmapEx | |
| ReplaceTransparency(const Color &rColor) | BitmapEx | |
| Rotate(Degree10 nAngle10, const Color &rFillColor) | BitmapEx | |
| Scale(const Size &rNewSize, BmpScaleFlag nScaleFlag=BmpScaleFlag::Default) | BitmapEx | |
| Scale(const double &rScaleX, const double &rScaleY, BmpScaleFlag nScaleFlag=BmpScaleFlag::Default) | BitmapEx | |
| SetEmpty() | BitmapEx | |
| SetPrefMapMode(const MapMode &rPrefMapMode) | BitmapEx | inline |
| SetPrefSize(const Size &rPrefSize) | BitmapEx | inline |
| SetSizePixel(const Size &rNewSize) | BitmapEx | |
| TransformBitmapEx(double fWidth, double fHeight, const basegfx::B2DHomMatrix &rTransformation) const | BitmapEx | |
| WriteDIBBitmapEx | BitmapEx | friend |