Searched refs:getEmptyVector (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/basegfx/source/inc/ |
H A D | PolygonPoint.hxx | 71 : 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 D | polygontemplate.hxx | 71 : maBackward(Vector::getEmptyVector()), in ImplSimpleBezierEntry() 72 maForward(Vector::getEmptyVector()) in ImplSimpleBezierEntry() 285 return Vector::getEmptyVector(); in getBackwardVector() 323 return Vector::getEmptyVector(); in getForwardVector()
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b2dpolygon.cxx | 360 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 D | b3dpolygon.cxx | 500 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()
|
/aoo4110/main/basegfx/inc/basegfx/vector/ |
H A D | b2ivector.hxx | 167 static const B2IVector& getEmptyVector();
|
H A D | b2dvector.hxx | 191 static const B2DVector& getEmptyVector();
|
H A D | b3ivector.hxx | 218 static const B3IVector& getEmptyVector() in getEmptyVector() function in basegfx::B3IVector
|
H A D | b3dvector.hxx | 266 static const B3DVector& getEmptyVector() in getEmptyVector() function in basegfx::B3DVector
|
/aoo4110/main/basegfx/source/vector/ |
H A D | b2ivector.cxx | 61 const B2IVector& B2IVector::getEmptyVector() in getEmptyVector() function in basegfx::B2IVector
|
H A D | b2dvector.cxx | 98 const B2DVector& B2DVector::getEmptyVector() in getEmptyVector() function in basegfx::B2DVector
|
Completed in 53 milliseconds