Home
last modified time | relevance | path

Searched refs:aBitmapSize (Results 1 – 25 of 27) sorted by path

12

/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1302 geometry::IntegerSize2D aBitmapSize = rSize; in implDrawBitmapSurface() local
1329 aBitmapSize.Width = static_cast<sal_Int32>( dWidth ); in implDrawBitmapSurface()
1330 aBitmapSize.Height = static_cast<sal_Int32>( dHeight ); in implDrawBitmapSurface()
1333 ::basegfx::B2ISize( aBitmapSize.Width, aBitmapSize.Height ), in implDrawBitmapSurface()
1362 width = aBitmapSize.Width; in implDrawBitmapSurface()
1363 height = aBitmapSize.Height; in implDrawBitmapSurface()
1395 cairo_rectangle( mpCairo.get(), 0, 0, aBitmapSize.Width, aBitmapSize.Height ); in implDrawBitmapSurface()
/trunk/main/drawinglayer/source/attribute/
H A Dsdrfillgraphicattribute.cxx267 basegfx::B2DPoint aBitmapSize(1.0, 1.0); in createFillGraphicAttribute() local
276 aBitmapSize = basegfx::B2DPoint(fRangeWidth, fRangeHeight); in createFillGraphicAttribute()
283 aBitmapSize.setX(aBitmapSize.getX() * (getSize().getX() * -0.01)); in createFillGraphicAttribute()
287 aBitmapSize.setX(getSize().getX()); in createFillGraphicAttribute()
294 aBitmapSize.setX(getGraphicLogicSize().getX()); in createFillGraphicAttribute()
301 aBitmapSize.setY(aBitmapSize.getY() * (getSize().getY() * -0.01)); in createFillGraphicAttribute()
305 aBitmapSize.setY(getSize().getY()); in createFillGraphicAttribute()
322 aBitmapTopLeft.setX(fRangeWidth - aBitmapSize.getX()); in createFillGraphicAttribute()
338 aBitmapTopLeft.setY(fRangeHeight - aBitmapSize.getY()); in createFillGraphicAttribute()
350 aBitmapSize.setX(aBitmapSize.getX() / fRangeWidth); in createFillGraphicAttribute()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dcontrolprimitive2d.cxx210 const Size aBitmapSize(aContent.GetSizePixel()); in createBitmapDecomposition() local
213 … basegfx::B2DVector(aBitmapSize.getWidth() - 1, aBitmapSize.getHeight() - 1)); in createBitmapDecomposition()
H A Dmarkerarrayprimitive2d.cxx55 Size aBitmapSize(getMarker().GetSizePixel()); in create2DDecomposition() local
57 if(aBitmapSize.Width() && aBitmapSize.Height()) in create2DDecomposition()
61 basegfx::B2DVector(aBitmapSize.getWidth() - 1.0, aBitmapSize.getHeight() - 1.0)); in create2DDecomposition()
125 const Size aBitmapSize(getMarker().GetSizePixel()); in getB2DRange() local
127 if(aBitmapSize.Width() && aBitmapSize.Height()) in getB2DRange()
131 basegfx::B2DVector(aBitmapSize.getWidth(), aBitmapSize.getHeight())); in getB2DRange()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx822 const Size aBitmapSize(Application::GetDefaultDevice()->LogicToLogic( in processBasePrimitive2D() local
825 const double fDivX(aBitmapSize.Width() - rAttr.GetLeftCrop() - rAttr.GetRightCrop()); in processBasePrimitive2D()
826 const double fDivY(aBitmapSize.Height() - rAttr.GetTopCrop() - rAttr.GetBottomCrop()); in processBasePrimitive2D()
H A Dvclprocessor2d.cxx969 const Size aBitmapSize(rMarker.GetSizePixel()); in RenderMarkerArrayPrimitive2D() local
971 if(aBitmapSize.Width() && aBitmapSize.Height()) in RenderMarkerArrayPrimitive2D()
975 (aBitmapSize.getWidth() - 1.0) * 0.5, in RenderMarkerArrayPrimitive2D()
976 (aBitmapSize.getHeight() - 1.0) * 0.5); in RenderMarkerArrayPrimitive2D()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java406 com.sun.star.awt.Size aBitmapSize = m_xBitmap.getSize(); in getPosRect() local
408 (int)( aBitmapSize.Width * m_nXScaling ), in getPosRect()
409 (int)( aBitmapSize.Height * m_nYScaling ) ); in getPosRect()
427 com.sun.star.awt.Size aBitmapSize = m_xBitmap.getSize(); in getClipRect() local
429 (int)( aBitmapSize.Width * m_nXScaling ), in getClipRect()
430 (int)( aBitmapSize.Height * m_nYScaling ) ); in getClipRect()
874 m_nXPixelSize = aVisSize.Width / aBitmapSize.Width; in createVclWindow()
875 m_nYPixelSize = aVisSize.Height / aBitmapSize.Height; in createVclWindow()
882 aBitmapSize = m_xBitmap.getSize(); in createVclWindow()
884 …System.out.println( "The visual area is Width = " + aBitmapSize.Width + "; Height = " + aBitmapSiz… in createVclWindow()
[all …]
/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx123 Size aBitmapSize( mpFileHeader->nColumns, mpFileHeader->nRows ); in ReadPSD() local
124 maBmp = Bitmap( aBitmapSize, mnDestBitDepth ); in ReadPSD()
131 maMaskBmp = Bitmap( aBitmapSize, 1 ); in ReadPSD()
157 Size aPrefSize = OutputDevice::LogicToLogic( aBitmapSize, aMapMode, MAP_100TH_MM ); in ReadPSD()
/trunk/main/framework/source/fwe/classes/
H A Dimagewrapper.cxx72 Size aBitmapSize( aBitmapEx.GetSizePixel() ); in getSize() local
74 return com::sun::star::awt::Size( aBitmapSize.Width(), aBitmapSize.Height() ); in getSize()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx1105 const Size aBitmapSize( pBitmapEx->GetSizePixel() ); in CreateAnimObj() local
1117 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
1121 aPt.X() = (aMaxSizePix.Width() - aBitmapSize.Width()) >> 1; in CreateAnimObj()
1125 aPt.X() = (aMaxSizePix.Width() - aBitmapSize.Width()) >> 1; in CreateAnimObj()
1130 aPt.X() = (aMaxSizePix.Width() - aBitmapSize.Width()) >> 1; in CreateAnimObj()
1131 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
1135 aPt.X() = aMaxSizePix.Width() - aBitmapSize.Width(); in CreateAnimObj()
1139 aPt.X() = aMaxSizePix.Width() - aBitmapSize.Width(); in CreateAnimObj()
1144 aPt.X() = aMaxSizePix.Width() - aBitmapSize.Width(); in CreateAnimObj()
1145 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
[all …]
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsGenericPageCache.cxx139 const Size aBitmapSize (aPreview.GetSizePixel()); in GetPreviewBitmap() local
140 if (aBitmapSize != maPreviewSize) in GetPreviewBitmap()
144 if (bResize && aBitmapSize.Width()>0 && aBitmapSize.Height()>0) in GetPreviewBitmap()
176 const Size aBitmapSize (aMarkedPreview.GetSizePixel()); in GetMarkedPreviewBitmap() local
177 if (bResize && aBitmapSize != maPreviewSize) in GetMarkedPreviewBitmap()
181 if (aBitmapSize.Width()>0 && aBitmapSize.Height()>0) in GetMarkedPreviewBitmap()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx193 const Size aBitmapSize (maBitmap.GetSizePixel()); in PaintSide() local
206 for (sal_Int32 nX=nLeft; nX<=nRight; nX+=aBitmapSize.Width()) in PaintSide()
210 Size(std::min(aBitmapSize.Width(),static_cast<long>(nRight-nX+1)),aBitmapSize.Height()), in PaintSide()
226 for (sal_Int32 nY=nTop; nY<=nBottom; nY+=aBitmapSize.Height()) in PaintSide()
230 Size(aBitmapSize.Width(), std::min(aBitmapSize.Height(), static_cast<long>(nBottom-nY+1))), in PaintSide()
248 const Size aBitmapSize (maBitmap.GetSizePixel()); in PaintCenter() local
249 for (sal_Int32 nY=rBox.Top(); nY<=rBox.Bottom(); nY+=aBitmapSize.Height()) in PaintCenter()
250 for (sal_Int32 nX=rBox.Left(); nX<=rBox.Right(); nX+=aBitmapSize.Width()) in PaintCenter()
254 ::std::min(aBitmapSize.Width(), rBox.Right()-nX+1), in PaintCenter()
255 std::min(aBitmapSize.Height(), rBox.Bottom()-nY+1)), in PaintCenter()
/trunk/main/sdext/source/presenter/
H A DPresenterCanvasHelper.cxx175 const geometry::IntegerSize2D aBitmapSize (rxTexture->getSize()); in PaintTiledBitmap() local
176 const sal_Int32 nLeft = (rRepaintBox.X / aBitmapSize.Width) * aBitmapSize.Width; in PaintTiledBitmap()
177 const sal_Int32 nTop = (rRepaintBox.Y / aBitmapSize.Height) * aBitmapSize.Height; in PaintTiledBitmap()
178 const sal_Int32 nRight = ((rRepaintBox.X + rRepaintBox.Width - 1 + aBitmapSize.Width - 1) in PaintTiledBitmap()
179 / aBitmapSize.Width) * aBitmapSize.Width; in PaintTiledBitmap()
180 const sal_Int32 nBottom = ((rRepaintBox.Y + rRepaintBox.Height - 1 + aBitmapSize.Height - 1) in PaintTiledBitmap()
181 / aBitmapSize.Height) * aBitmapSize.Height; in PaintTiledBitmap()
183 for (sal_Int32 nY=nTop; nY<=nBottom; nY+=aBitmapSize.Height) in PaintTiledBitmap()
184 for (sal_Int32 nX=nLeft; nX<=nRight; nX+=aBitmapSize.Width) in PaintTiledBitmap()
187 awt::Rectangle(nX,nY,aBitmapSize.Width,aBitmapSize.Height), in PaintTiledBitmap()
H A DPresenterClock.cxx1210 const geometry::IntegerSize2D aBitmapSize (rDescriptor.mxBitmap->getSize()); in ScaleBitmaps() local
1212 geometry::RealSize2D(aBitmapSize.Width*nScale, aBitmapSize.Height*nScale), in ScaleBitmaps()
H A DPresenterScrollBar.cxx662 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in PaintBitmap() local
665 1,0,aBox.X1 + (aBox.X2-aBox.X1 - aBitmapSize.Width)/2, in PaintBitmap()
666 0,1,aBox.Y1 + (aBox.Y2-aBox.Y1 - aBitmapSize.Height)/2), in PaintBitmap()
735 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in UpdateWidthOrHeight() local
736 … const sal_Int32 nBitmapSize = (sal_Int32)GetMinor(aBitmapSize.Width, aBitmapSize.Height); in UpdateWidthOrHeight()
H A DPresenterSlideShowView.cxx835 const geometry::IntegerSize2D aBitmapSize(xBackgroundBitmap->getSize()); in PaintOuterWindow() local
838 aBitmapSize.Width,0,0, in PaintOuterWindow()
839 0,aBitmapSize.Height,0), in PaintOuterWindow()
H A DPresenterWindowManager.cxx1284 const geometry::IntegerSize2D aBitmapSize(mxScaledBackgroundBitmap->getSize()); in PaintBackground() local
1287 aBitmapSize.Width,0,0, in PaintBackground()
1288 0,aBitmapSize.Height,0), in PaintBackground()
/trunk/main/svtools/source/control/
H A Droadmap.cxx665 Size aBitmapSize = m_pImpl->getPicture().GetSizePixel(); in Paint() local
668 …Point aBitmapPos( aMySize.Width() - aBitmapSize.Width(), aMySize.Height() - aBitmapSize.Height() … in Paint()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx1463 Size aBitmapSize(GetPrefSize()); in calculateCropScaling() local
1469 aBitmapSize = Application::GetDefaultDevice()->PixelToLogic(aBitmapSize, aMapMode100thmm); in calculateCropScaling()
1473aBitmapSize = Application::GetDefaultDevice()->LogicToLogic(aBitmapSize, GetPrefMapMode(), aMapMod… in calculateCropScaling()
1476 const double fDivX(aBitmapSize.Width() - fLeftCrop - fRightCrop); in calculateCropScaling()
1477 const double fDivY(aBitmapSize.Height() - fTopCrop - fBottomCrop); in calculateCropScaling()
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx98 Size const aBitmapSize( nSortIndicatorWidth, nSortIndicatorHeight ); in getBitmapFor() local
100 aDevice.SetOutputSizePixel( aBitmapSize ); in getBitmapFor()
104 Rectangle( aBitmapPos, aBitmapSize ), in getBitmapFor()
109 rBitmap = aDevice.GetBitmapEx( aBitmapPos, aBitmapSize ); in getBitmapFor()
301 Size const aBitmapSize( aIndicatorBitmap.GetSizePixel() ); in PaintColumnHeader() local
303 long const nSortIndicatorPaddingY = ( nHeaderHeight - aBitmapSize.Height() ) / 2; in PaintColumnHeader()
317 … Point( _rArea.Right() - nSortIndicatorPaddingX - aBitmapSize.Width(), nSortIndicatorPaddingY ), in PaintColumnHeader()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1659 const Size aBitmapSize(rBitmapEx.GetSizePixel()); in formatBitmapExToSize() local
1661 for(sal_Int32 y(0); y < rSize.Height(); y += aBitmapSize.Height()) in formatBitmapExToSize()
1663 for(sal_Int32 x(0); x < rSize.Width(); x += aBitmapSize.Width()) in formatBitmapExToSize()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx65 const Size aBitmapSize(getBitmapEx().GetSizePixel()); in create2DDecomposition() local
67 … if(aBitmapSize.Width() && aBitmapSize.Height() && basegfx::fTools::more(getDiscreteUnit(), 0.0)) in create2DDecomposition()
76 const double fRight((aBitmapSize.getWidth() - getCenterX()) * getDiscreteUnit()); in create2DDecomposition()
77 const double fBottom((aBitmapSize.getHeight() - getCenterY()) * getDiscreteUnit()); in create2DDecomposition()
/trunk/main/svx/source/tbxctrls/
H A Dlinectrl.cxx600 Size aBitmapSize = aBmpSize; // -> Member in Resizing() local
601 aBitmapSize.Width() += 6; // in Resizing()
602 aBitmapSize.Height() += 6; // in Resizing()
604 Size aItemSize = aLineEndSet.CalcItemSizePixel( aBitmapSize ); // -> Member in Resizing()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx56 Size aBitmapSize; member in BitmapEx
106 const Size& GetSizePixel() const { return aBitmapSize; } in GetSizePixel()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx59 aBitmapSize ( rBitmapEx.aBitmapSize ), in BitmapEx()
74 aBitmapSize = aSize; in BitmapEx()
117 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx()
199 aBitmapSize = rBitmapEx.aBitmapSize; in operator =()
218 if( aBitmapSize != rBitmapEx.aBitmapSize ) in operator ==()
451 aBitmapSize = aBitmap.GetSizePixel(); in Scale()
466 if( aBitmapSize.Width() && aBitmapSize.Height() ) in Scale()
498 aMask = Bitmap( aBitmapSize, 1 ); in Rotate()
515 aBitmapSize = aBitmap.GetSizePixel(); in Rotate()
537 aBitmapSize = aBitmap.GetSizePixel(); in Crop()
[all …]

Completed in 155 milliseconds

12