Home
last modified time | relevance | path

Searched refs:getBitmapEx (Results 1 – 21 of 21) sorted by relevance

/trunk/main/drawinglayer/source/primitive2d/
H A Ddiscreteshadowprimitive2d.cxx47 const Size& rBitmapSize = getBitmapEx().GetSizePixel(); in DiscreteShadow()
60 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTopLeft()
61 const_cast< DiscreteShadow* >(this)->maTopLeft = getBitmapEx(); in getTopLeft()
73 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTop()
74 const_cast< DiscreteShadow* >(this)->maTop = getBitmapEx(); in getTop()
86 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTopRight()
87 const_cast< DiscreteShadow* >(this)->maTopRight = getBitmapEx(); in getTopRight()
99 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getRight()
100 const_cast< DiscreteShadow* >(this)->maRight = getBitmapEx(); in getRight()
112 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getBottomRight()
[all …]
H A Dwallpaperprimitive2d.cxx43 if(!getLocalObjectRange().isEmpty() && !getBitmapEx().IsEmpty()) in create2DDecomposition()
46 const Size& rPixelSize = getBitmapEx().GetSizePixel(); in create2DDecomposition()
62 getBitmapEx(), in create2DDecomposition()
161 getBitmapEx(), in create2DDecomposition()
185 Graphic(getBitmapEx()), in create2DDecomposition()
242 && getBitmapEx() == rCompare.getBitmapEx() in operator ==()
H A Ddiscretebitmapprimitive2d.cxx40 if(!getBitmapEx().IsEmpty()) in create2DDecomposition()
43 const Size& rSizePixel = getBitmapEx().GetSizePixel(); in create2DDecomposition()
72 … const Primitive2DReference xRef(new BitmapPrimitive2D(getBitmapEx(), aObjectTransform)); in create2DDecomposition()
94 return (getBitmapEx() == rCompare.getBitmapEx() in operator ==()
H A Dbitmapprimitive2d.cxx56 return (getBitmapEx() == rCompare.getBitmapEx() in operator ==()
H A Dsceneprimitive2d.cxx292 … const_cast< ScenePrimitive2D* >(this)->maOldRenderedBitmap = aZBufferProcessor3D.getBitmapEx(); in create2DDecomposition()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Ddiscreteshadowprimitive2d.hxx60 const BitmapEx& getBitmapEx() const { return maBitmapEx; } in getBitmapEx() function in drawinglayer::primitive2d::DiscreteShadow
65 return getBitmapEx() == rCompare.getBitmapEx(); in operator ==()
H A Ddiscretebitmapprimitive2d.hxx62 const BitmapEx& getBitmapEx() const { return maBitmapEx; } in getBitmapEx() function in drawinglayer::primitive2d::DiscreteBitmapPrimitive2D
H A Dbitmapprimitive2d.hxx64 const BitmapEx& getBitmapEx() const { return maBitmapEx; } in getBitmapEx() function in drawinglayer::primitive2d::BitmapPrimitive2D
H A Dwallpaperprimitive2d.hxx71 const BitmapEx& getBitmapEx() const { return maBitmapEx ; } in getBitmapEx() function in drawinglayer::primitive2d::WallpaperBitmapPrimitive2D
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx65 const Size aBitmapSize(getBitmapEx().GetSizePixel()); in create2DDecomposition()
102 … const Primitive2DReference aPrimitive(new BitmapPrimitive2D(getBitmapEx(), aTransform)); in create2DDecomposition()
115 return (getBitmapEx() == rCompare.getBitmapEx() in operator ==()
H A Doverlaybitmapex.cxx43 getBitmapEx(), in createOverlayObjectPrimitive2DSequence()
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlaybitmapex.hxx64 const BitmapEx& getBitmapEx() const { return maBitmapEx; } in getBitmapEx() function in sdr::overlay::OverlayBitmapEx
H A Doverlaytools.hxx70 const BitmapEx& getBitmapEx() const { return maBitmapEx; } in getBitmapEx() function in drawinglayer::primitive2d::OverlayBitmapExPrimitive
/trunk/main/drawinglayer/inc/drawinglayer/processor3d/
H A Dzbufferprocessor3d.hxx107 BitmapEx getBitmapEx() const;
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx166 BitmapEx aContainedBmpEx( xBmp->getBitmapEx() ); in checkCanvasBitmap()
317 BitmapEx aContainedBmpEx( xBmp->getBitmapEx() ); in checkBitmapImport()
/trunk/main/drawinglayer/source/processor2d/
H A Dhittestprocessor2d.cxx488 const BitmapEx& rBitmapEx = rBitmapCandidate.getBitmapEx(); in processBasePrimitive2D()
H A Dvclprocessor2d.cxx390 BitmapEx aBitmapEx(rBitmapCandidate.getBitmapEx()); in RenderBitmapPrimitive2D()
/trunk/main/vcl/inc/
H A Dcanvasbitmap.hxx120 BitmapEx getBitmapEx() const;
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx823 BitmapEx ZBufferProcessor3D::getBitmapEx() const in getBitmapEx() function in drawinglayer::processor3d::ZBufferProcessor3D
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx320 return pImplBitmap->getBitmapEx(); in bitmapExFromXBitmap()
H A Dcanvasbitmap.cxx1451 BitmapEx VclCanvasBitmap::getBitmapEx() const in getBitmapEx() function in VclCanvasBitmap