Lines Matching refs:oldBbox

595     int index, const FourPoints &oldBbox, const TPointD &pos) {  in bboxScale()  argument
596 FourPoints bbox = oldBbox; in bboxScale()
597 TPointD p = oldBbox.getPoint(index); in bboxScale()
599 TPointD nextP = oldBbox.getPoint(nextIndex); in bboxScale()
601 TPointD next2P = oldBbox.getPoint(nextIndex2); in bboxScale()
606 TPointD beforeP = oldBbox.getPoint(beforeIndex); in bboxScale()
608 TPointD before2P = oldBbox.getPoint(before2Index); in bboxScale()
672 const FourPoints &oldBbox, in getScaledPoint() argument
675 TPointD p = oldBbox.getPoint(index); in getScaledPoint()
677 TPointD s = oldBbox.getPoint(symmetricIndex); in getScaledPoint()
681 TPointD newbp = getScaledPoint(beforeIndex, oldBbox, scaleValue, center); in getScaledPoint()
682 TPointD newnp = getScaledPoint(nextIndex, oldBbox, scaleValue, center); in getScaledPoint()
683 TPointD bp = oldBbox.getPoint(m_deformTool->getBeforePointIndex(index)); in getScaledPoint()
684 TPointD np = oldBbox.getPoint(m_deformTool->getNextPointIndex(index)); in getScaledPoint()
688 TPointD nearP = oldBbox.getPoint(m_deformTool->getBeforePointIndex(index)); in getScaledPoint()
690 oldBbox.getPoint(m_deformTool->getBeforePointIndex(symmetricIndex)); in getScaledPoint()
735 int index, const FourPoints &oldBbox, const TPointD newPos, in bboxScaleInCenter() argument
737 TPointD oldp = oldBbox.getPoint(index); in bboxScaleInCenter()
740 return oldBbox; in bboxScaleInCenter()
741 FourPoints bbox = bboxScale(index, oldBbox, newPos); in bboxScaleInCenter()
747 if (bbox.getPoint(index) == oldBbox.getPoint(symmetricIndex)) { in bboxScaleInCenter()
748 bbox.setPoint(symmetricIndex, oldBbox.getPoint(index)); in bboxScaleInCenter()
750 oldBbox.getPoint(m_deformTool->getBeforePointIndex(index))); in bboxScaleInCenter()
752 oldBbox.getPoint(m_deformTool->getNextPointIndex(index))); in bboxScaleInCenter()
756 getScaledPoint(symmetricIndex, oldBbox, scaleValue, center)); in bboxScaleInCenter()