Home
last modified time | relevance | path

Searched refs:getEmptyVector (Results 1 – 10 of 10) sorted by relevance

/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx71 : maBackward(Vector::getEmptyVector()), in SimpleBezierEntry()
72 maForward(Vector::getEmptyVector()) in SimpleBezierEntry()
104 if(maBackward != Vector::getEmptyVector() || maForward != Vector::getEmptyVector()) in isBezierNeeded()
285 return Vector::getEmptyVector(); in getBackwardVector()
307 bool bEmptyVector(rValue == Vector::getEmptyVector()); in setBackwardVector()
323 return Vector::getEmptyVector(); in getForwardVector()
345 bool bEmptyVector(rValue == Vector::getEmptyVector()); in setForwardVector()
H A Dpolygontemplate.hxx71 : maBackward(Vector::getEmptyVector()), in ImplSimpleBezierEntry()
72 maForward(Vector::getEmptyVector()) in ImplSimpleBezierEntry()
285 return Vector::getEmptyVector(); in getBackwardVector()
323 return Vector::getEmptyVector(); in getForwardVector()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygon.cxx360 maVector[nIndex].setPrevVector(basegfx::B2DVector::getEmptyVector()); in setPrevVector()
392 maVector[nIndex].setNextVector(basegfx::B2DVector::getEmptyVector()); in setNextVector()
820 return basegfx::B2DVector::getEmptyVector(); in getPrevControlVector()
853 return basegfx::B2DVector::getEmptyVector(); in getNextControlVector()
885 setPrevControlVector(nIndex, basegfx::B2DVector::getEmptyVector()); in resetControlVectors()
886 setNextControlVector(nIndex, basegfx::B2DVector::getEmptyVector()); in resetControlVectors()
1364 mpPolygon->setPrevControlVector(nIndex, B2DVector::getEmptyVector()); in resetPrevControlPoint()
1374 mpPolygon->setNextControlVector(nIndex, B2DVector::getEmptyVector()); in resetNextControlPoint()
1402 …or(rNextControlPoint - mpPolygon->getPoint(mpPolygon->count() - 1)) : B2DVector::getEmptyVector()); in appendBezierSegment()
H A Db3dpolygon.cxx500 maVector[nIndex] = ::basegfx::B3DVector::getEmptyVector(); in setNormal()
819 maPlaneNormal(::basegfx::B3DVector::getEmptyVector()), in ImplB3DPolygon()
857 maPlaneNormal(::basegfx::B3DVector::getEmptyVector()), in ImplB3DPolygon()
1067 mpNormals->insert(nIndex, ::basegfx::B3DVector::getEmptyVector(), nCount); in insert()
1144 return ::basegfx::B3DVector::getEmptyVector(); in getNormal()
1287 mpNormals->insert(nIndex, ::basegfx::B3DVector::getEmptyVector(), nCount); in insert()
/trunk/main/basegfx/inc/basegfx/vector/
H A Db2ivector.hxx168 static const B2IVector& getEmptyVector();
H A Db2dvector.hxx192 static const B2DVector& getEmptyVector();
H A Db3ivector.hxx219 static const B3IVector& getEmptyVector() in getEmptyVector() function in basegfx::B3IVector
H A Db3dvector.hxx267 static const B3DVector& getEmptyVector() in getEmptyVector() function in basegfx::B3DVector
/trunk/main/basegfx/source/vector/
H A Db2ivector.cxx61 const B2IVector& B2IVector::getEmptyVector() in getEmptyVector() function in basegfx::B2IVector
H A Db2dvector.cxx98 const B2DVector& B2DVector::getEmptyVector() in getEmptyVector() function in basegfx::B2DVector

Completed in 46 milliseconds