Home
last modified time | relevance | path

Searched refs:aBoundVolume (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/svx/source/engine3d/
H A Dobj3d.cxx1077 if(!aBoundVolume.isEmpty()) in AddToHdlList()
1087 …case 0 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1088 …case 1 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1089 …case 2 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList()
1090 …case 3 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList()
1091 …case 4 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1092 …case 5 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1093 …case 6 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList()
1094 …case 7 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList()
1165 aBoundVolume.getMinX(), aBoundVolume.getMinY(), in RecalcSnapRect()
[all …]
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx793 basegfx::B3DPolygon aBoundVolume; in CalculateNewSnapRect() local
798aBoundVolume.append(basegfx::B3DPoint(aPolygon[ (sal_uInt16)i ].X() - aCenter.X(), aPolygon[ (sal_… in CalculateNewSnapRect()
803aBoundVolume.append(basegfx::B3DPoint(aPolygon[ (sal_uInt16)i ].X() - aCenter.X(), aPolygon[ (sal_… in CalculateNewSnapRect()
836 aBoundVolume.transform(aMatrix); in CalculateNewSnapRect()
840 aBoundVolume = aTransformation2D.ApplySkewSettings( aBoundVolume ); in CalculateNewSnapRect()
844 aTransformed[ (sal_uInt16)i ] = aTransformation2D.Transform2D( aBoundVolume.getB3DPoint( i ) ); in CalculateNewSnapRect()

Completed in 20 milliseconds