|
LibreOffice Module vcl (master) 1
|
This is the complete list of members for SalGraphicsImpl, including all inherited members.
| blendAlphaBitmap(const SalTwoRect &, const SalBitmap &rSrcBitmap, const SalBitmap &rMaskBitmap, const SalBitmap &rAlphaBitmap)=0 | SalGraphicsImpl | pure virtual |
| blendBitmap(const SalTwoRect &, const SalBitmap &rBitmap)=0 | SalGraphicsImpl | pure virtual |
| copyArea(tools::Long nDestX, tools::Long nDestY, tools::Long nSrcX, tools::Long nSrcY, tools::Long nSrcWidth, tools::Long nSrcHeight, bool bWindowInvalidate)=0 | SalGraphicsImpl | pure virtual |
| copyBits(const SalTwoRect &rPosAry, SalGraphics *pSrcGraphics)=0 | SalGraphicsImpl | pure virtual |
| DeInit() | SalGraphicsImpl | inlinevirtual |
| drawAlphaBitmap(const SalTwoRect &, const SalBitmap &rSourceBitmap, const SalBitmap &rAlphaBitmap)=0 | SalGraphicsImpl | pure virtual |
| drawAlphaRect(tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight, sal_uInt8 nTransparency)=0 | SalGraphicsImpl | pure virtual |
| drawBitmap(const SalTwoRect &rPosAry, const SalBitmap &rSalBitmap)=0 | SalGraphicsImpl | pure virtual |
| drawBitmap(const SalTwoRect &rPosAry, const SalBitmap &rSalBitmap, const SalBitmap &rMaskBitmap)=0 | SalGraphicsImpl | pure virtual |
| drawEPS(tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight, void *pPtr, sal_uInt32 nSize)=0 | SalGraphicsImpl | pure virtual |
| drawGradient(const tools::PolyPolygon &rPolygon, const Gradient &rGradient)=0 | SalGraphicsImpl | pure virtual |
| drawLine(tools::Long nX1, tools::Long nY1, tools::Long nX2, tools::Long nY2)=0 | SalGraphicsImpl | pure virtual |
| drawMask(const SalTwoRect &rPosAry, const SalBitmap &rSalBitmap, Color nMaskColor)=0 | SalGraphicsImpl | pure virtual |
| drawPixel(tools::Long nX, tools::Long nY)=0 | SalGraphicsImpl | pure virtual |
| drawPixel(tools::Long nX, tools::Long nY, Color nColor)=0 | SalGraphicsImpl | pure virtual |
| drawPolygon(sal_uInt32 nPoints, const Point *pPtAry)=0 | SalGraphicsImpl | pure virtual |
| drawPolygonBezier(sal_uInt32 nPoints, const Point *pPtAry, const PolyFlags *pFlgAry)=0 | SalGraphicsImpl | pure virtual |
| drawPolyLine(sal_uInt32 nPoints, const Point *pPtAry)=0 | SalGraphicsImpl | pure virtual |
| drawPolyLine(const basegfx::B2DHomMatrix &rObjectToDevice, const basegfx::B2DPolygon &, double fTransparency, double fLineWidth, const std::vector< double > *pStroke, basegfx::B2DLineJoin, css::drawing::LineCap, double fMiterMinimumAngle, bool bPixelSnapHairline)=0 | SalGraphicsImpl | pure virtual |
| drawPolyLineBezier(sal_uInt32 nPoints, const Point *pPtAry, const PolyFlags *pFlgAry)=0 | SalGraphicsImpl | pure virtual |
| drawPolyPolygon(sal_uInt32 nPoly, const sal_uInt32 *pPoints, const Point **pPtAry)=0 | SalGraphicsImpl | pure virtual |
| drawPolyPolygon(const basegfx::B2DHomMatrix &rObjectToDevice, const basegfx::B2DPolyPolygon &, double fTransparency)=0 | SalGraphicsImpl | pure virtual |
| drawPolyPolygonBezier(sal_uInt32 nPoly, const sal_uInt32 *pPoints, const Point *const *pPtAry, const PolyFlags *const *pFlgAry)=0 | SalGraphicsImpl | pure virtual |
| drawRect(tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight)=0 | SalGraphicsImpl | pure virtual |
| drawTransformedBitmap(const basegfx::B2DPoint &rNull, const basegfx::B2DPoint &rX, const basegfx::B2DPoint &rY, const SalBitmap &rSourceBitmap, const SalBitmap *pAlphaBitmap, double fAlpha)=0 | SalGraphicsImpl | pure virtual |
| freeResources()=0 | SalGraphicsImpl | pure virtual |
| getAntiAlias() const | SalGraphicsImpl | inline |
| GetBitCount() const =0 | SalGraphicsImpl | pure virtual |
| getBitmap(tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight)=0 | SalGraphicsImpl | pure virtual |
| GetGraphicsWidth() const =0 | SalGraphicsImpl | pure virtual |
| getPixel(tools::Long nX, tools::Long nY)=0 | SalGraphicsImpl | pure virtual |
| getRenderBackendName() const =0 | SalGraphicsImpl | pure virtual |
| hasFastDrawTransformedBitmap() const =0 | SalGraphicsImpl | pure virtual |
| implDrawGradient(basegfx::B2DPolyPolygon const &rPolyPolygon, SalGradient const &rGradient)=0 | SalGraphicsImpl | pure virtual |
| Init()=0 | SalGraphicsImpl | pure virtual |
| invert(tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight, SalInvert nFlags)=0 | SalGraphicsImpl | pure virtual |
| invert(sal_uInt32 nPoints, const Point *pPtAry, SalInvert nFlags)=0 | SalGraphicsImpl | pure virtual |
| m_bAntiAlias | SalGraphicsImpl | private |
| ResetClipRegion()=0 | SalGraphicsImpl | pure virtual |
| SalGraphicsImpl() | SalGraphicsImpl | inline |
| setAntiAlias(bool bNew) | SalGraphicsImpl | inline |
| setClipRegion(const vcl::Region &)=0 | SalGraphicsImpl | pure virtual |
| SetFillColor()=0 | SalGraphicsImpl | pure virtual |
| SetFillColor(Color nColor)=0 | SalGraphicsImpl | pure virtual |
| SetLineColor()=0 | SalGraphicsImpl | pure virtual |
| SetLineColor(Color nColor)=0 | SalGraphicsImpl | pure virtual |
| SetROPFillColor(SalROPColor nROPColor)=0 | SalGraphicsImpl | pure virtual |
| SetROPLineColor(SalROPColor nROPColor)=0 | SalGraphicsImpl | pure virtual |
| SetXORMode(bool bSet, bool bInvertOnly)=0 | SalGraphicsImpl | pure virtual |
| supportsOperation(OutDevSupportType eType) const =0 | SalGraphicsImpl | pure virtual |
| ~SalGraphicsImpl() | SalGraphicsImpl | virtual |