Home
last modified time | relevance | path

Searched refs:normalize (Results 1 – 25 of 73) sorted by relevance

123

/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx494 normalize(x1), in processLink()
495 normalize(y1), in processLink()
496 normalize(x2), in processLink()
497 normalize(y2), in processLink()
519 normalize(pMat[0]), in setDefaultCTM()
520 normalize(pMat[2]), in setDefaultCTM()
521 normalize(pMat[1]), in setDefaultCTM()
522 normalize(pMat[3]), in setDefaultCTM()
523 normalize(pMat[4]), in setDefaultCTM()
538 normalize(pMat[0]), in updateCTM()
[all …]
/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx70 aFullVec.normalize(); in GradToVec()
93 aFullVec.normalize(); in GradToVec()
117 aFullVec.normalize(); in GradToVec()
152 aFullVec.normalize(); in GradToVec()
223 aFullVec.normalize(); in VecToGrad()
309 aFullVec.normalize(); in VecToGrad()
405 aFullVec.normalize(); in VecToGrad()
501 aFullVec.normalize(); in VecToGrad()
/trunk/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx122 void B3DHomMatrix::normalize() in normalize() function in basegfx::B3DHomMatrix
403 aVUV.normalize(); in orientation()
404 aVPN.normalize(); in orientation()
408 aRx.normalize(); in orientation()
412 aRy.normalize(); in orientation()
455 aCol0.normalize(); in decompose()
474 aCol1.normalize(); in decompose()
515 aCol2.normalize(); in decompose()
/trunk/main/tools/source/generic/
H A Db3dtrans.cxx47 aVUP.normalize(); in Orientation()
48 aVPN.normalize(); in Orientation()
52 aRx.normalize(); in Orientation()
54 aRy.normalize(); in Orientation()
960 aNewVUV.normalize(); in CalcNewViewportValues()
961 aNewVPN.normalize(); in CalcNewViewportValues()
965 aNewToTheRight.normalize(); in CalcNewViewportValues()
967 aNewVUV.normalize(); in CalcNewViewportValues()
980 aUp.normalize(); in CalcNewViewportValues()
/trunk/main/vos/inc/vos/
H A Dtimer.hxx60 void SAL_CALL normalize();
67 inline void TTimeValue::normalize() in normalize() function in vos::TTimeValue
81 normalize(); in TTimeValue()
89 normalize(); in addTime()
/trunk/main/chart2/source/view/axes/
H A DTickmarks.cxx232 aMainDirection.normalize(); in addPointSequenceForTickLine()
235 aOrthoDirection.normalize(); in addPointSequenceForTickLine()
259 aMainDirection.normalize(); in getDistanceAxisTickToText()
262 aOrthoDirection.normalize(); in getDistanceAxisTickToText()
292 aOrthoLabelDirection.normalize(); in getDistanceAxisTickToText()
H A DTickmarkHelper.cxx813 aMainDirection.normalize(); in addPointSequenceForTickLine()
816 aOrthoDirection.normalize(); in addPointSequenceForTickLine()
840 aMainDirection.normalize(); in getDistanceAxisTickToText()
843 aOrthoDirection.normalize(); in getDistanceAxisTickToText()
873 aOrthoLabelDirection.normalize(); in getDistanceAxisTickToText()
/trunk/main/vos/source/
H A Dtimer.cxx118 m_TimeOut.normalize(); in OTimer()
128 m_TimeOut.normalize(); in OTimer()
129 m_RepeatDelta.normalize(); in OTimer()
209 m_Expired.normalize(); in setAbsoluteTime()
/trunk/main/ucb/source/ucp/package/
H A Dpkguri.cxx52 static void normalize( OUString& rURL ) in normalize() function
169 normalize( aNormPackage ); in init()
210 normalize( aNormPackage ); in init()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx239 aDepth.normalize(); in impCreateInBetweenNormals()
246 aDepth.normalize(); in impCreateInBetweenNormals()
252 aLeft.normalize(); in impCreateInBetweenNormals()
262 aRight.normalize(); in impCreateInBetweenNormals()
269 aNewNormal.normalize(); in impCreateInBetweenNormals()
314 aVNew.normalize(); in impMixNormals()
/trunk/main/vigra/
H A Dvigra1.6.0.patch1121 -void Kernel1D<ARITHTYPE>::normalize(value_type norm,
1123 +void Kernel1D<ARITHTYPE>::normalize(value_type normFactor,
1128 @@ -1673,7 +1673,7 @@ void Kernel1D<ARITHTYPE>::normalize(valu
1137 @@ -1683,11 +1683,11 @@ void Kernel1D<ARITHTYPE>::normalize(valu
1152 "Kernel1D<ARITHTYPE>::normalize(): "
1153 "Cannot normalize a kernel with sum = 0");
1154 // normalize
1181 - normalize(norm);
1183 + normalize(normFactor);
1253 - normalize(norm, order);
[all …]
/trunk/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx203 aTangent.normalize(); in allowChange()
210 aTangent.normalize(); in allowChange()
232 aTangent.normalize(); in allowChange()
/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx503 static void normalize( TemplateFolderContent& _rState );
551 void TemplateFolderCacheImpl::normalize( TemplateFolderContent& _rState ) in normalize() function in svt::TemplateFolderCacheImpl
725 normalize( m_aCurrentState ); in readCurrentState()
774 normalize( m_aPreviousState ); in readPreviousState()
/trunk/main/connectivity/source/commontools/
H A DTTableHelper.cxx244 for ( ::std::vector< ColumnDesc >::iterator normalize = _rColumns.begin(); in lcl_sanitizeColumnDescs()
245 normalize != _rColumns.end(); in lcl_sanitizeColumnDescs()
246 ++normalize in lcl_sanitizeColumnDescs()
248 normalize->nOrdinalPosition = nNormalizedPosition++; in lcl_sanitizeColumnDescs()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java462 xDoc.normalize(); in testXDocument()
664 xDF.normalize(); in testXDocumentFragment()
1052 xElemFoo.normalize(); in testXElement()
1269 xAttr.normalize(); in testXAttr()
1496 xText.normalize(); in testXText()
1686 xCDS.normalize(); in testXCDataSection()
1859 xComment.normalize(); in testXComment()
2010 xER.normalize(); in testXEntityReference()
2200 xPI.normalize(); in testXProcessingInstruction()
2755 public void normalize() { in normalize() method in DOMTest.MockNode
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx362 B2DVector aTangentA(rEdge.getTangent(0.0)); aTangentA.normalize(); in createAreaGeometryForEdge()
363 B2DVector aTangentB(rEdge.getTangent(1.0)); aTangentB.normalize(); in createAreaGeometryForEdge()
872 B2DVector aTangentPrev(aPrev.getTangent(1.0)); aTangentPrev.normalize(); in createAreaGeometry()
873 B2DVector aTangentEdge(aEdge.getTangent(0.0)); aTangentEdge.normalize(); in createAreaGeometry()
/trunk/main/basegfx/source/vector/
H A Db3dvector.cxx33 B3DVector& B3DVector::normalize() in normalize() function in basegfx::B3DVector
61 aNew.normalize(); in getPerpendicular()
H A Db2dvector.cxx32 B2DVector& B2DVector::normalize() in normalize() function in basegfx::B2DVector
179 aPerpendicular.normalize(); in getNormalizedPerpendicular()
/trunk/main/unoxml/source/dom/
H A Ddocumentfragment.hxx154 virtual void SAL_CALL normalize() in normalize() function in DOM::CDocumentFragment
157 CNode::normalize(); in normalize()
H A Dentityreference.hxx156 virtual void SAL_CALL normalize() in normalize() function in DOM::CEntityReference
159 CNode::normalize(); in normalize()
H A Dnotation.hxx164 virtual void SAL_CALL normalize() in normalize() function in DOM::CNotation
167 CNode::normalize(); in normalize()
H A Dprocessinginstruction.hxx175 virtual void SAL_CALL normalize() in normalize() function in DOM::CProcessingInstruction
178 CNode::normalize(); in normalize()
H A Ddocumenttype.hxx192 virtual void SAL_CALL normalize() in normalize() function in DOM::CDocumentType
195 CNode::normalize(); in normalize()
H A Dentity.hxx175 virtual void SAL_CALL normalize() in normalize() function in DOM::CEntity
178 CNode::normalize(); in normalize()
/trunk/main/drawinglayer/source/attribute/
H A Dsdrlightingattribute3d.cxx184 aEyeNormal.normalize(); in solveColorModel()
199 aSpecularNormal.normalize(); in solveColorModel()

Completed in 93 milliseconds

123