Home
last modified time | relevance | path

Searched refs:OfxPointD (Results 1 – 25 of 136) sorted by relevance

123456

/dports/graphics/openfx-misc/openfx-misc-3ab0531/Distortion/
H A DDistortionModel.h143 OfxPointD _rs;
189 OfxPointD p_dn; in undistort()
200 map_pix_to_dn(const OfxPointD& p_pix, OfxPointD* p_dn) const in map_pix_to_dn()
209 map_dn_to_pix(const OfxPointD& p_dn, OfxPointD* p_pix) const in map_dn_to_pix()
217 map_unit_to_dn(const OfxPointD& p_unit, OfxPointD* p_dn) const in map_unit_to_dn()
226 map_dn_to_unit(const OfxPointD& p_dn, OfxPointD* p_unit) const in map_dn_to_unit()
250 map_unit_to_pix(const OfxPointD& p_unit, OfxPointD* p_pix) const
259 map_pix_to_unit(const OfxPointD& p_pix, OfxPointD* p_unit) const in map_pix_to_unit()
268 map_unit_to_pix(const OfxPointD& p_unit, OfxPointD* p_pix) const in map_unit_to_pix()
306 OfxPointD _rs;
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/include/
H A DofxhInteract.h121 const OfxPointD &renderScale
131 void setPenArgProps(const OfxPointD &penPos,
209 const OfxPointD &renderScale
235 const OfxPointD &penPos,
249 const OfxPointD &renderScale,
256 const OfxPointD &penPos,
270 const OfxPointD &renderScale,
277 const OfxPointD &penPos,
290 const OfxPointD &renderScale,
309 const OfxPointD &renderScale,
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/include/
H A DofxhInteract.h121 const OfxPointD &renderScale
131 void setPenArgProps(const OfxPointD &penPos,
209 const OfxPointD &renderScale
235 const OfxPointD &penPos,
249 const OfxPointD &renderScale,
256 const OfxPointD &penPos,
270 const OfxPointD &renderScale,
277 const OfxPointD &penPos,
290 const OfxPointD &renderScale,
309 const OfxPointD &renderScale,
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.cpp339 OfxPointD *top, in getTargetPoints()
441 OfxPointD arrowRadius; in drawRotationBar()
584 OfxPointD targetCenter; in draw()
587 OfxPointD scale; in draw()
590 OfxPointD targetRadius; in draw()
762 OfxPointD targetCenter; in penMotion()
765 OfxPointD scale; in penMotion()
768 OfxPointD targetRadius; in penMotion()
1093 OfxPointD targetCenter; in penDown()
1096 OfxPointD scale; in penDown()
[all …]
H A DofxsTransformInteractCustom.h63 ofxsTransformGetScale(const OfxPointD &scaleParam, in ofxsTransformGetScale()
65 OfxPointD* scale) in ofxsTransformGetScale()
130 OfxPointD _lastMousePos;
131 OfxPointD _centerDrag;
132 OfxPointD _translateDrag;
133 OfxPointD _scaleParamDrag;
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.cpp454 OfxPointD *top, in getTargetPoints()
611 OfxPointD arrowRadius; in drawRotationBar()
768 OfxPointD targetCenter; in draw()
771 OfxPointD scale; in draw()
774 OfxPointD targetRadius; in draw()
1036 OfxPointD targetCenter; in penMotion()
1039 OfxPointD scale; in penMotion()
1042 OfxPointD targetRadius; in penMotion()
1416 OfxPointD targetCenter; in penDown()
1419 OfxPointD scale; in penDown()
[all …]
H A DofxsCoords.h208 const OfxPointD & renderScale, in toPixelSub()
225 toPixel(const OfxPointD & p_canonical, in toPixel()
226 const OfxPointD & renderScale, in toPixel()
237 toPixelSub(const OfxPointD & p_canonical, in toPixelSub()
238 const OfxPointD & renderScale, in toPixelSub()
240 OfxPointD *p_pixel) in toPixelSub()
250 const OfxPointD & renderScale, in toCanonical()
252 OfxPointD *p_canonical) in toCanonical()
261 toCanonicalSub(const OfxPointD & p_pixel, in toCanonicalSub()
264 OfxPointD *p_canonical) in toCanonicalSub()
[all …]
H A DofxsRectangleInteract.h133 virtual OfxPointD getBtmLeft(OfxTime time) const;
193 void setValue(OfxPointD btmLeft, OfxPointD size, const OfxPointD &pscale);
197 OfxPointD _lastMousePos;
206 OfxPointD _btmLeftDragPos;
207 OfxPointD _sizeDrag;
H A DofxsTracking.h98 OfxPointD renderScale;
268 OfxPointD _lastMousePos;
278 OfxPointD _centerDragPos;
279 OfxPointD _offsetDragPos;
283 OfxPointD _innerBtmLeftDragPos;
284 OfxPointD _innerTopRightDragPos;
285 OfxPointD _outerBtmLeftDragPos;
286 OfxPointD _outerTopRightDragPos;
H A DofxsTransformInteract.h84 ofxsTransformGetScale(const OfxPointD &scaleParam, in ofxsTransformGetScale()
86 OfxPointD* scale) in ofxsTransformGetScale()
155 OfxPointD _lastMousePos;
156 OfxPointD _centerDrag;
157 OfxPointD _translateDrag;
158 OfxPointD _scaleParamDrag;
H A DofxsPositionInteract.h107 OfxPointD _penPosition;
153 OfxPointD shadow; // how much to translate GL_PROJECTION to get exactly one pixel on screen in draw()
167 OfxPointD pos; in draw()
212 const OfxPointD& pscale = args.pixelScale; in penMotion()
213 OfxPointD pos; in penMotion()
221 const OfxPointD &penPos = args.penPosition; in penMotion()
310 const OfxPointD& pscale = args.pixelScale; in penUp()
H A DofxsRamp.h96 OfxPointD _point0DragPos, _point1DragPos;
98 OfxPointD _lastMousePos;
285 ofxsRampFunc(const OfxPointD& p0, in ofxsRampFunc()
288 const OfxPointD& p) in ofxsRampFunc()
296 ofxsRampFunc(const OfxPointD& p0, in ofxsRampFunc()
300 const OfxPointD& p) in ofxsRampFunc()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.cpp454 OfxPointD *top, in getTargetPoints()
611 OfxPointD arrowRadius; in drawRotationBar()
768 OfxPointD targetCenter; in draw()
771 OfxPointD scale; in draw()
774 OfxPointD targetRadius; in draw()
1036 OfxPointD targetCenter; in penMotion()
1039 OfxPointD scale; in penMotion()
1042 OfxPointD targetRadius; in penMotion()
1416 OfxPointD targetCenter; in penDown()
1419 OfxPointD scale; in penDown()
[all …]
H A DofxsCoords.h208 const OfxPointD & renderScale, in toPixelSub()
225 toPixel(const OfxPointD & p_canonical, in toPixel()
226 const OfxPointD & renderScale, in toPixel()
237 toPixelSub(const OfxPointD & p_canonical, in toPixelSub()
238 const OfxPointD & renderScale, in toPixelSub()
240 OfxPointD *p_pixel) in toPixelSub()
250 const OfxPointD & renderScale, in toCanonical()
252 OfxPointD *p_canonical) in toCanonical()
261 toCanonicalSub(const OfxPointD & p_pixel, in toCanonicalSub()
264 OfxPointD *p_canonical) in toCanonicalSub()
[all …]
H A DofxsRectangleInteract.h133 virtual OfxPointD getBtmLeft(OfxTime time) const;
193 void setValue(OfxPointD btmLeft, OfxPointD size, const OfxPointD &pscale);
197 OfxPointD _lastMousePos;
206 OfxPointD _btmLeftDragPos;
207 OfxPointD _sizeDrag;
H A DofxsTracking.h98 OfxPointD renderScale;
268 OfxPointD _lastMousePos;
278 OfxPointD _centerDragPos;
279 OfxPointD _offsetDragPos;
283 OfxPointD _innerBtmLeftDragPos;
284 OfxPointD _innerTopRightDragPos;
285 OfxPointD _outerBtmLeftDragPos;
286 OfxPointD _outerTopRightDragPos;
H A DofxsTransformInteract.h84 ofxsTransformGetScale(const OfxPointD &scaleParam, in ofxsTransformGetScale()
86 OfxPointD* scale) in ofxsTransformGetScale()
155 OfxPointD _lastMousePos;
156 OfxPointD _centerDrag;
157 OfxPointD _translateDrag;
158 OfxPointD _scaleParamDrag;
H A DofxsPositionInteract.h107 OfxPointD _penPosition;
153 OfxPointD shadow; // how much to translate GL_PROJECTION to get exactly one pixel on screen in draw()
167 OfxPointD pos; in draw()
212 const OfxPointD& pscale = args.pixelScale; in penMotion()
213 OfxPointD pos; in penMotion()
221 const OfxPointD &penPos = args.penPosition; in penMotion()
310 const OfxPointD& pscale = args.pixelScale; in penUp()
H A DofxsRamp.h96 OfxPointD _point0DragPos, _point1DragPos;
98 OfxPointD _lastMousePos;
285 ofxsRampFunc(const OfxPointD& p0, in ofxsRampFunc()
288 const OfxPointD& p) in ofxsRampFunc()
296 ofxsRampFunc(const OfxPointD& p0, in ofxsRampFunc()
300 const OfxPointD& p) in ofxsRampFunc()
H A DofxsRamp.cpp79 const OfxPointD &pscale = args.pixelScale; in draw()
88 OfxPointD p[2]; in draw()
116 OfxPointD pline1[2]; in draw()
117 OfxPointD pline2[2]; in draw()
240 isNearby(const OfxPointD& p, in isNearby()
244 const OfxPointD& pscale) in isNearby()
263 const OfxPointD &pscale = args.pixelScale; in penMotion()
264 OfxPointD p0, p1; in penMotion()
273 OfxPointD delta; in penMotion()
318 const OfxPointD &pscale = args.pixelScale; in penDown()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Transform/
H A DTransform.cpp152 OfxPointD scaleParam = { 1., 1. }; in isIdentity()
161 OfxPointD scale = { 1., 1. }; in isIdentity()
163 OfxPointD translate = { 0., 0. }; in isIdentity()
195 OfxPointD center = { 0., 0. }; in getInverseTransformCanonical()
200 OfxPointD translate = { 0., 0. }; in getInverseTransformCanonical()
232 OfxPointD scale = { 1., 1. }; in getInverseTransformCanonical()
314 OfxPointD scale = { 1., 1. }; in resetCenter()
317 OfxPointD translate = {0., 0. }; in resetCenter()
321 OfxPointD center = {0., 0. }; in resetCenter()
329 OfxPointD newCenter; in resetCenter()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/src/
H A DofxhInteract.cpp326 const OfxPointD &renderScale in initArgProp()
359 void Instance::setPenArgProps(const OfxPointD &penPos, in setPenArgProps()
388 const OfxPointD &renderScale in drawAction()
421 const OfxPointD &penPos, in penMotionAction()
443 const OfxPointD &renderScale, in penUpAction()
450 const OfxPointD &penPos, in penUpAction()
472 const OfxPointD &renderScale, in penDownAction()
479 const OfxPointD &penPos, in penDownAction()
501 const OfxPointD &renderScale, in keyDownAction()
529 const OfxPointD &renderScale, in keyUpAction()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/src/
H A DofxhInteract.cpp326 const OfxPointD &renderScale in initArgProp()
359 void Instance::setPenArgProps(const OfxPointD &penPos, in setPenArgProps()
388 const OfxPointD &renderScale in drawAction()
421 const OfxPointD &penPos, in penMotionAction()
443 const OfxPointD &renderScale, in penUpAction()
450 const OfxPointD &penPos, in penUpAction()
472 const OfxPointD &renderScale, in penDownAction()
479 const OfxPointD &penPos, in penDownAction()
501 const OfxPointD &renderScale, in keyDownAction()
529 const OfxPointD &renderScale, in keyUpAction()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/TrackerPM/
H A DTrackerPM.cpp627 const OfxPointD &refCenter, in getRefBounds()
709 const OfxPointD rsOne = {1., 1.}; in setupAndProcess()
719 OfxPointD refCenterPixelSub; in setupAndProcess()
758 OfxPointD otherOffset; in setupAndProcess()
761 OfxPointD newCenterPixelSub; in setupAndProcess()
762 OfxPointD newCenter; in setupAndProcess()
832 OfxPointD refCenter; in trackInternal()
838 OfxPointD offset; in trackInternal()
841 OfxPointD refCenterWithOffset; in trackInternal()
846 OfxPointD prevTimeCenterWithOffset; in trackInternal()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CornerPin/
H A DCornerPin.cpp404 OfxPointD p; in copyPoint()
684 OfxPointD to[4]; in draw()
685 OfxPointD from[4]; in draw()
707 OfxPointD p[4]; in draw()
708 OfxPointD q[4]; in draw()
798 OfxPointD to[4]; in penMotion()
799 OfxPointD from[4]; in penMotion()
821 OfxPointD p[4]; in penMotion()
845 OfxPointD delta; in penMotion()
892 OfxPointD to[4]; in penDown()
[all …]

123456