Home
last modified time | relevance | path

Searched refs:oldBbox (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dselectiontool.cpp596 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()
675 TPointD p = oldBbox.getPoint(index); in getScaledPoint()
677 TPointD s = oldBbox.getPoint(symmetricIndex); in getScaledPoint()
737 TPointD oldp = oldBbox.getPoint(index); in bboxScaleInCenter()
740 return oldBbox; in bboxScaleInCenter()
[all …]
H A Dselectiontool.h284 FourPoints bboxScale(int index, const FourPoints &oldBbox,
290 TPointD getScaledPoint(int index, const FourPoints &oldBbox,
298 FourPoints bboxScaleInCenter(int index, const FourPoints &oldBbox,
H A Dvectorselectiontool.cpp870 FourPoints oldBbox = startBboxs[i]; in transform() local
873 : oldBbox.getPoint(getSymmetricPointIndex(index)); in transform()
875 m_scale->getScaledPoint(index, oldBbox, scaleValue, frameCenter); in transform()
877 index, oldBbox, newp, scaleValue, frameCenter, false); in transform()
880 tool->setCenter(m_scale->getNewCenter(index, oldBbox, scaleValue), i); in transform()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/GUI/
H A DxasyMainWin.py1077 oldBbox = item.imageList[index].originalImage.bbox
1078 oldBbox = (oldBbox[0],-oldBbox[1],oldBbox[2],-oldBbox[3])
1095 p0 = rotMat2*(oldBbox[0],-oldBbox[3])#switch to usual coordinates
1096 p1 = rotMat2*(oldBbox[2],-oldBbox[3])
1097 p2 = rotMat2*(oldBbox[0],-oldBbox[1])
1098 p3 = rotMat2*(oldBbox[2],-oldBbox[1])
1100 shift = (newTopLeft[0]-oldBbox[0],newTopLeft[1]-oldBbox[3])
1105 self.mainCanvas.coords(ID,oldBbox[0]+shift[0],oldBbox[3]+shift[1])
/dports/cad/magic/magic-8.3.245/select/
H A DselOps.c1160 Rect tmp, oldBbox; local
1188 GeoTransRect(transform, &tmp, &oldBbox);
1190 oldBbox.r_xbot - newUse->cu_bbox.r_xbot,
1191 oldBbox.r_ybot - newUse->cu_bbox.r_ybot,