LibreOffice Module basegfx (master) 1
|
This is the complete list of members for ImplB2DPolygon, including all inherited members.
addOrReplaceSystemDependentData(basegfx::SystemDependentData_SharedPtr &rData) const | ImplB2DPolygon | inline |
append(const basegfx::B2DPoint &rPoint) | ImplB2DPolygon | inline |
append(const basegfx::B2DPoint &rPoint, sal_uInt32 nCount) | ImplB2DPolygon | inline |
append(const ImplB2DPolygon &rSource) | ImplB2DPolygon | inline |
appendBezierSegment(const basegfx::B2DVector &rNext, const basegfx::B2DVector &rPrev, const basegfx::B2DPoint &rPoint) | ImplB2DPolygon | inline |
areControlPointsUsed() const | ImplB2DPolygon | inline |
count() const | ImplB2DPolygon | inline |
flip() | ImplB2DPolygon | inline |
getB2DRange(const basegfx::B2DPolygon &rSource) const | ImplB2DPolygon | inline |
getDefaultAdaptiveSubdivision(const basegfx::B2DPolygon &rSource) const | ImplB2DPolygon | inline |
getNextControlVector(sal_uInt32 nIndex) const | ImplB2DPolygon | inline |
getPoint(sal_uInt32 nIndex) const | ImplB2DPolygon | inline |
getPrevControlVector(sal_uInt32 nIndex) const | ImplB2DPolygon | inline |
getSystemDependentData(size_t hash_code) const | ImplB2DPolygon | inline |
hasDoublePoints() const | ImplB2DPolygon | inline |
ImplB2DPolygon() | ImplB2DPolygon | inline |
ImplB2DPolygon(const ImplB2DPolygon &rToBeCopied) | ImplB2DPolygon | inline |
ImplB2DPolygon(const ImplB2DPolygon &rToBeCopied, sal_uInt32 nIndex, sal_uInt32 nCount) | ImplB2DPolygon | inline |
insert(sal_uInt32 nIndex, const basegfx::B2DPoint &rPoint, sal_uInt32 nCount) | ImplB2DPolygon | inline |
isClosed() const | ImplB2DPolygon | inline |
maPoints | ImplB2DPolygon | private |
mbIsClosed | ImplB2DPolygon | private |
moControlVector | ImplB2DPolygon | private |
mpBufferedData | ImplB2DPolygon | mutableprivate |
operator=(const ImplB2DPolygon &rOther) | ImplB2DPolygon | inline |
operator==(const ImplB2DPolygon &rCandidate) const | ImplB2DPolygon | inline |
remove(sal_uInt32 nIndex, sal_uInt32 nCount) | ImplB2DPolygon | inline |
removeDoublePointsAtBeginEnd() | ImplB2DPolygon | inline |
removeDoublePointsWholeTrack() | ImplB2DPolygon | inline |
reserve(sal_uInt32 nCount) | ImplB2DPolygon | inline |
resetControlVectors() | ImplB2DPolygon | inline |
setClosed(bool bNew) | ImplB2DPolygon | inline |
setControlVectors(sal_uInt32 nIndex, const basegfx::B2DVector &rPrev, const basegfx::B2DVector &rNext) | ImplB2DPolygon | inline |
setNextControlVector(sal_uInt32 nIndex, const basegfx::B2DVector &rValue) | ImplB2DPolygon | inline |
setPoint(sal_uInt32 nIndex, const basegfx::B2DPoint &rValue) | ImplB2DPolygon | inline |
setPrevControlVector(sal_uInt32 nIndex, const basegfx::B2DVector &rValue) | ImplB2DPolygon | inline |
transform(const basegfx::B2DHomMatrix &rMatrix) | ImplB2DPolygon | inline |