/aoo41x/main/drawinglayer/source/attribute/ |
H A D | sdrfillgraphicattribute.cxx | 267 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() 325 aBitmapTopLeft.setX(fRangeWidth - aBitmapSize.getX()); in createFillGraphicAttribute() 340 aBitmapTopLeft.setY(fRangeHeight - aBitmapSize.getY()); in createFillGraphicAttribute() 351 aBitmapSize.setX(aBitmapSize.getX() / fRangeWidth); in createFillGraphicAttribute() [all …]
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterCanvasHelper.cxx | 175 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 D | PresenterScrollBar.cxx | 662 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 D | PresenterSlideShowView.cxx | 835 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 D | PresenterClock.cxx | 1210 const geometry::IntegerSize2D aBitmapSize (rDescriptor.mxBitmap->getSize()); in ScaleBitmaps() local 1212 geometry::RealSize2D(aBitmapSize.Width*nScale, aBitmapSize.Height*nScale), in ScaleBitmaps()
|
H A D | PresenterWindowManager.cxx | 1284 const geometry::IntegerSize2D aBitmapSize(mxScaledBackgroundBitmap->getSize()); in PaintBackground() local 1287 aBitmapSize.Width,0,0, in PaintBackground() 1288 0,aBitmapSize.Height,0), in PaintBackground()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | markerarrayprimitive2d.cxx | 55 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()
|
H A D | controlprimitive2d.cxx | 210 const Size aBitmapSize(aContent.GetSizePixel()); in createBitmapDecomposition() local 213 … basegfx::B2DVector(aBitmapSize.getWidth() - 1, aBitmapSize.getHeight() - 1)); in createBitmapDecomposition()
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFramePainter.cxx | 193 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 57 aBitmapSize ( rBitmapEx.aBitmapSize ), in BitmapEx() 72 aBitmapSize = aSize; in BitmapEx() 115 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx() 197 aBitmapSize = rBitmapEx.aBitmapSize; in operator =() 216 if( aBitmapSize != rBitmapEx.aBitmapSize ) in operator ==() 449 aBitmapSize = aBitmap.GetSizePixel(); in Scale() 464 if( aBitmapSize.Width() && aBitmapSize.Height() ) in Scale() 496 aMask = Bitmap( aBitmapSize, 1 ); in Rotate() 513 aBitmapSize = aBitmap.GetSizePixel(); in Rotate() 535 aBitmapSize = aBitmap.GetSizePixel(); in Crop() [all …]
|
H A D | graph.cxx | 99 …Size aBitmapSize( pOutDev->PixelToLogic( pBitmap ? pBitmap->GetSizePixel() : pBitmapEx->GetSizePix… in ImplDrawDefault() local 101 if( aSize.Height() > aBitmapSize.Height() && aSize.Width() > aBitmapSize.Width() ) in ImplDrawDefault() 107 aPoint.X() += aBitmapSize.Width() + 2*nPixel; in ImplDrawDefault() 108 aSize.Width() -= aBitmapSize.Width() + 2*nPixel; in ImplDrawDefault()
|
/aoo41x/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsGenericPageCache.cxx | 139 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()
|
/aoo41x/main/embeddedobj/test/Container1/ |
H A D | EmbedContApp.java | 404 com.sun.star.awt.Size aBitmapSize = m_xBitmap.getSize(); in getPosRect() local 406 (int)( aBitmapSize.Width * m_nXScaling ), in getPosRect() 407 (int)( aBitmapSize.Height * m_nYScaling ) ); in getPosRect() 425 com.sun.star.awt.Size aBitmapSize = m_xBitmap.getSize(); in getClipRect() local 427 (int)( aBitmapSize.Width * m_nXScaling ), in getClipRect() 428 (int)( aBitmapSize.Height * m_nYScaling ) ); in getClipRect() 872 m_nXPixelSize = aVisSize.Width / aBitmapSize.Width; in createVclWindow() 873 m_nYPixelSize = aVisSize.Height / aBitmapSize.Height; in createVclWindow() 880 aBitmapSize = m_xBitmap.getSize(); in createVclWindow() 882 …System.out.println( "The visual area is Width = " + aBitmapSize.Width + "; Height = " + aBitmapSiz… in createVclWindow() [all …]
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 1105 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 …]
|
/aoo41x/main/svtools/source/table/ |
H A D | gridtablerenderer.cxx | 98 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()
|
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 65 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()
|
/aoo41x/main/framework/source/fwe/classes/ |
H A D | imagewrapper.cxx | 72 Size aBitmapSize( aBitmapEx.GetSizePixel() ); in getSize() local 74 return com::sun::star::awt::Size( aBitmapSize.Width(), aBitmapSize.Height() ); in getSize()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 1463 Size aBitmapSize(GetPrefSize()); in calculateCropScaling() local 1469 aBitmapSize = Application::GetDefaultDevice()->PixelToLogic(aBitmapSize, aMapMode100thmm); in calculateCropScaling() 1473 …aBitmapSize = 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()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | linectrl.cxx | 600 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()
|
/aoo41x/main/filter/source/graphicfilter/ipsd/ |
H A D | ipsd.cxx | 123 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()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1302 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()
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 969 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()
|
H A D | vclmetafileprocessor2d.cxx | 822 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()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | bitmapex.hxx | 56 Size aBitmapSize; member in BitmapEx 106 const Size& GetSizePixel() const { return aBitmapSize; } in GetSizePixel()
|
/aoo41x/main/svtools/source/control/ |
H A D | roadmap.cxx | 665 Size aBitmapSize = m_pImpl->getPicture().GetSizePixel(); in Paint() local 668 …Point aBitmapPos( aMySize.Width() - aBitmapSize.Width(), aMySize.Height() - aBitmapSize.Height() … in Paint()
|