Searched refs:bCreateNormals (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/drawinglayer/source/primitive3d/ |
| H A D | sdrextrudelathetools3d.cxx | 112 bool bCreateNormals, in impAddInBetweenFill() argument 158 if(bCreateNormals) in impAddInBetweenFill() 580 bool bCreateNormals, in extractPlanesFromSlice() argument 653 if(bCreateNormals) in extractPlanesFromSlice() 674 if(bCreateNormals) in extractPlanesFromSlice() 738 …pAddInBetweenFill(aEdgeRounding, aPolAA, aPrev, fTexStart, fTexStop, bCreateNormals, bCreateTextur… in extractPlanesFromSlice() 746 if(bCreateNormals && bSmoothNormals && (nIndPrev != a + 1L)) in extractPlanesFromSlice() 770 if(bCreateNormals) in extractPlanesFromSlice() 828 …pAddInBetweenFill(aEdgeRounding, aNext, aPolBB, fTexStart, fTexStop, bCreateNormals, bCreateTextur… in extractPlanesFromSlice() 835 if(bCreateNormals && bSmoothNormals && (nIndNext != a)) in extractPlanesFromSlice() [all …]
|
| H A D | sdrsphereprimitive3d.cxx | 52 …const bool bCreateNormals(::com::sun::star::drawing::NormalsKind_SPECIFIC == getSdr3DObjectAttribu… in create3DDecomposition() local 57 getHorizontalSegments(), getVerticalSegments(), bCreateNormals)); in create3DDecomposition() 61 && bCreateNormals in create3DDecomposition()
|
| H A D | sdrlatheprimitive3d.cxx | 64 … const bool bCreateNormals(::com::sun::star::drawing::NormalsKind_SPECIFIC == eNormalsKind); in create3DDecomposition() local 85 …bCreateNormals, getSmoothHorizontalNormals(), getSmoothNormals(), getSmoothLids(), bClosedRotation, in create3DDecomposition()
|
| H A D | sdrextrudeprimitive3d.cxx | 62 … const bool bCreateNormals(::com::sun::star::drawing::NormalsKind_SPECIFIC == eNormalsKind); in create3DDecomposition() local 91 … bCreateNormals, getSmoothHorizontalNormals(), getSmoothNormals(), getSmoothLids(), false, in create3DDecomposition()
|
| /trunk/main/svx/source/engine3d/ |
| H A D | obj3d.cxx | 987 bCreateNormals(false), in E3dCompoundObject() 998 bCreateNormals(false), in E3dCompoundObject() 1010 bCreateNormals = rDefault.GetDefaultCreateNormals(); in SetDefaultAttributes() 1195 bCreateNormals = r3DObj.bCreateNormals; in operator =() 1208 if(bCreateNormals != bNew) in SetCreateNormals() 1210 bCreateNormals = bNew; in SetCreateNormals()
|
| /trunk/main/svx/inc/svx/ |
| H A D | obj3d.hxx | 234 unsigned bCreateNormals : 1; member in E3dCompoundObject 307 sal_Bool GetCreateNormals() const { return bCreateNormals; } in GetCreateNormals()
|
| /trunk/main/drawinglayer/inc/drawinglayer/primitive3d/ |
| H A D | sdrextrudelathetools3d.hxx | 116 bool bCreateNormals,
|