Searched refs:aNormal (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svx/source/engine3d/ |
H A D | polygn3d.cxx | 142 basegfx::B3DVector aNormal(-basegfx::tools::getNormal(aPolygon)); in CreateDefaultNormals() local 147 aNormals.append(aNormal); in CreateDefaultNormals() 180 basegfx::B3DVector aNormal(basegfx::tools::getNormal(aPolygon)); in CreateDefaultTexture() local 181 aNormal.setX(fabs(aNormal.getX())); in CreateDefaultTexture() 182 aNormal.setY(fabs(aNormal.getY())); in CreateDefaultTexture() 183 aNormal.setZ(fabs(aNormal.getZ())); in CreateDefaultTexture() 190 if(!(aNormal.getX() > aNormal.getY() && aNormal.getX() > aNormal.getZ())) in CreateDefaultTexture() 192 if(aNormal.getY() > aNormal.getZ()) in CreateDefaultTexture()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | Stripe.cxx | 142 ::basegfx::B3DVector aNormal(::basegfx::tools::getNormal(aPolygon3D)); in getNormal() 143 aRet = B3DVectorToDirection3D(aNormal); in getNormal() 175 drawing::Direction3D aNormal( getNormal() ); in getNormalsPolygon() local 179 *pInnerSequenceX++ = aNormal.DirectionX; in getNormalsPolygon() 180 *pInnerSequenceY++ = aNormal.DirectionY; in getNormalsPolygon() 181 *pInnerSequenceZ++ = aNormal.DirectionZ; in getNormalsPolygon()
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 679 basegfx::B3DVector aNormal(0.0, 0.0, -1.0); in extractPlanesFromSlice() local 683 aNormal = -aFront.getB3DPolygon(0L).getNormal(); in extractPlanesFromSlice() 686 impSetNormal(aFront, aNormal); in extractPlanesFromSlice() 775 …const basegfx::B3DVector aNormal(aBack.count() ? aBack.getB3DPolygon(0L).getNormal() : basegfx::B3… in extractPlanesFromSlice() local 776 impSetNormal(aBack, aNormal); in extractPlanesFromSlice() 875 basegfx::B3DVector aNormal(0.0, 0.0, -1.0); in extractPlanesFromSlice() local 879 aNormal = -aFront.getB3DPolygon(0L).getNormal(); in extractPlanesFromSlice() 882 impSetNormal(aFront, aNormal); in extractPlanesFromSlice()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 329 SwRect aNormal( Frm().Pos() + Prt().Pos(), Prt().SSize() ); in Paint() local 330 aNormal.Justify(); //Normalisiertes Rechteck fuer die Vergleiche in Paint() 332 if( aPaintArea.IsOver( aNormal ) ) in Paint() 336 ::lcl_ClearArea( *this, *pSh->GetOut(), aPaintArea, aNormal ); in Paint() 340 aPaintArea._Intersection( aNormal ); in Paint()
|
/aoo41x/main/drawinglayer/source/processor3d/ |
H A D | defaultprocessor3d.cxx | 395 const basegfx::B3DVector aNormal(aPartFill.getNormal(b)); in impRenderPolyPolygonMaterialPrimitive3D() local 396 …const basegfx::BColor aSolvedColor(getSdrLightingAttribute().solveColorModel(aNormal, aColor, rSpe… in impRenderPolyPolygonMaterialPrimitive3D()
|
/aoo41x/main/starmath/source/ |
H A D | dialog.cxx | 71 String aNormal; member in SmFontStyles 87 aNormal ( ResId( RID_FONTREGULAR, *SM_MOD()->GetResMgr() ) ), in SmFontStyles() 112 return aNormal; in GetStyleName() 126 case 0 : return aNormal; in GetStyleName()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 131 String aNormal( SdResId( STR_CUSTOMANIMATION_DURATION_NORMAL ) ); in fillDurationComboBox() local 132 pBox->SetEntryData( pBox->InsertEntry( aNormal ), (void*)&gdNormal ); in fillDurationComboBox()
|
Completed in 48 milliseconds