Searched refs:bCreateNormals (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 115 bool bCreateNormals, in impAddInBetweenFill() argument 161 if(bCreateNormals) in impAddInBetweenFill() 583 bool bCreateNormals, in extractPlanesFromSlice() argument 656 if(bCreateNormals) in extractPlanesFromSlice() 677 if(bCreateNormals) in extractPlanesFromSlice() 741 …impAddInBetweenFill(aEdgeRounding, aPolAA, aPrev, fTexStart, fTexStop, bCreateNormals, bCreateText… in extractPlanesFromSlice() 749 if(bCreateNormals && bSmoothNormals && (nIndPrev != a + 1L)) in extractPlanesFromSlice() 773 if(bCreateNormals) in extractPlanesFromSlice() 838 if(bCreateNormals && bSmoothNormals && (nIndNext != a)) in extractPlanesFromSlice() 852 …impAddInBetweenFill(aEdgeRounding, aPolB, aPolA, fTexStart, fTexStop, bCreateNormals, bCreateTextu… 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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | sdrextrudelathetools3d.hxx | 116 bool bCreateNormals,
|
Completed in 40 milliseconds