Searched refs:eSmooth (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdpoev.cxx | 81 basegfx::B2VectorContinuity eSmooth = basegfx::CONTINUITY_NONE; in ImpCheckPolyPossibilities() local 86 CheckPolyPossibilitiesHelper( pM, b1stSmooth, b1stSegm, bCurve, bSmoothFuz, bSegmFuz, eSmooth ); in ImpCheckPolyPossibilities() 91 …l& b1stSegm, bool& bCurve, bool& bSmoothFuz, bool& bSegmFuz, basegfx::B2VectorContinuity& eSmooth ) in CheckPolyPossibilitiesHelper() argument 131 eSmooth = basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum); in CheckPolyPossibilitiesHelper() 135 bSmoothFuz = (eSmooth != basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum)); in CheckPolyPossibilitiesHelper() 161 if(basegfx::CONTINUITY_NONE == eSmooth) in CheckPolyPossibilitiesHelper() 166 if(basegfx::CONTINUITY_C1 == eSmooth) in CheckPolyPossibilitiesHelper() 171 if(basegfx::CONTINUITY_C2 == eSmooth) in CheckPolyPossibilitiesHelper()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | beziersh.cxx | 197 SdrPathSmoothKind eSmooth = pSdrView->GetMarkedPointsSmooth(); in Execute() local 198 if (eKind != eSmooth) in Execute() 305 SdrPathSmoothKind eSmooth = pSdrView->GetMarkedPointsSmooth(); in GetState() local 307 switch (eSmooth) in GetState()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drbezob.cxx | 199 SdrPathSmoothKind eSmooth = pIPPEC->GetMarkedPointsSmooth(); in GetAttrState() local 200 switch (eSmooth) in GetAttrState()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdpoev.hxx | 102 …& b1stSegm, bool& bCurve, bool& bSmoothFuz, bool& bSegmFuz, basegfx::B2VectorContinuity& eSmooth );
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 945 basegfx::B2VectorContinuity eSmooth = basegfx::CONTINUITY_NONE; in CheckPossibilities() local 947 …heckPolyPossibilitiesHelper( mpMark, b1stSmooth, b1stSegm, bCurve, bSmoothFuz, bSegmFuz, eSmooth ); in CheckPossibilities()
|
Completed in 33 milliseconds