Home
last modified time | relevance | path

Searched refs:OfxPointD (Results 26 – 50 of 136) sorted by relevance

123456

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
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 …]
H A DofxsRectangleInteract.cpp44 isNearby(const OfxPointD & p, in isNearby()
48 const OfxPointD & pscale) in isNearby()
104 const OfxPointD& pscale = args.pixelScale; in draw()
204 const OfxPointD& pscale = args.pixelScale; in penMotion()
221 OfxPointD delta; in penMotion()
282 OfxPointD topRight; in penMotion()
296 OfxPointD btmRight; in penMotion()
321 OfxPointD topLeft; in penMotion()
620 OfxPointD
623 OfxPointD ret; in getBtmLeft()
[all …]
H A DofxsGenerator.cpp183 OfxPointD size = getProjectExtent(); in GeneratorPlugin()
184 OfxPointD origin = getProjectOffset(); in GeneratorPlugin()
185 OfxPointD p; in GeneratorPlugin()
291 OfxPointD siz = getProjectSize(); in changedParam()
292 OfxPointD off = getProjectOffset(); in changedParam()
298 OfxPointD center; in changedParam()
334 OfxPointD renderScale = {1., 1.}; in getRegionOfDefinition()
348 OfxPointD siz = getProjectSize(); in getRegionOfDefinition()
349 OfxPointD off = getProjectOffset(); in getRegionOfDefinition()
415 const OfxPointD rsOne = {1., 1.}; in getClipPreferences()
H A DofxsTracking.cpp297 isNearby(const OfxPointD & p, in isNearby()
301 const OfxPointD & pscale) in isNearby()
312 const OfxPointD& pscale = args.pixelScale; in draw()
577 const OfxPointD& pscale = args.pixelScale; in penMotion()
580 OfxPointD delta; in penMotion()
1126 const OfxPointD &center = _centerDragPos; in penUp()
1127 const OfxPointD &offset = _offsetDragPos; in penUp()
1130 OfxPointD btmLeft; in penUp()
1136 OfxPointD topRight; in penUp()
1143 OfxPointD btmLeft; in penUp()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/include/
H A DofxsInteract.h66OfxPointD renderScale; /**< @brief The current render scale being applied to any image…
84 OfxPointD viewportSize; /**< @brief The openGL viewport size for the instance */
86OfxPointD pixelScale; /**< @brief The size of a real screen pixel under the interact'…
95 OfxPointD viewportSize; /**< @brief The openGL viewport size for the instance */
97OfxPointD pixelScale; /**< @brief The size of a real screen pixel under the interact'…
99 OfxPointD penPosition; /**< @brief The current pen position */
100OfxPointD penViewportPosition;/**< @brief The current pen position in viewport coordinates */
123 OfxPointD viewportSize; /**< @brief The openGL viewport size for the instance */
125OfxPointD pixelScale; /**< @brief The size of a real screen pixel under the interact'…
214 OfxPointD getPixelScale(void) const;
H A DofxsImageEffect.h1412 OfxPointD renderScale;
1446 OfxPointD renderScale;
1460 OfxPointD renderScale;
1483 OfxPointD renderScale;
1506 OfxPointD renderScale;
1515 OfxPointD renderScale;
1549 OfxPointD renderScale;
1560 OfxPointD renderScale;
1838 OfxPointD getProjectSize(void) const;
1841 OfxPointD getProjectOffset(void) const;
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/include/
H A DofxsInteract.h66OfxPointD renderScale; /**< @brief The current render scale being applied to any image…
84 OfxPointD viewportSize; /**< @brief The openGL viewport size for the instance */
86OfxPointD pixelScale; /**< @brief The size of a real screen pixel under the interact'…
95 OfxPointD viewportSize; /**< @brief The openGL viewport size for the instance */
97OfxPointD pixelScale; /**< @brief The size of a real screen pixel under the interact'…
99 OfxPointD penPosition; /**< @brief The current pen position */
100OfxPointD penViewportPosition;/**< @brief The current pen position in viewport coordinates */
123 OfxPointD viewportSize; /**< @brief The openGL viewport size for the instance */
125OfxPointD pixelScale; /**< @brief The size of a real screen pixel under the interact'…
214 OfxPointD getPixelScale(void) const;
H A DofxsImageEffect.h1412 OfxPointD renderScale;
1446 OfxPointD renderScale;
1460 OfxPointD renderScale;
1483 OfxPointD renderScale;
1506 OfxPointD renderScale;
1515 OfxPointD renderScale;
1549 OfxPointD renderScale;
1560 OfxPointD renderScale;
1838 OfxPointD getProjectSize(void) const;
1841 OfxPointD getProjectOffset(void) const;
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Crop/
H A DCrop.cpp94 OfxPointD _renderScale;
126 const OfxPointD& renderScale, in setValues()
182 OfxPointD p; in multiThreadProcessImages()
398 const OfxPointD rsOne = {1., 1.}; in getCropRectangle()
411 OfxPointD siz = getProjectSize(); in getCropRectangle()
412 OfxPointD off = getProjectOffset(); in getCropRectangle()
425 OfxPointD siz = getProjectSize(); in getCropRectangle()
671 OfxPointD siz = getProjectSize(); in changedParam()
678 OfxPointD center; in changedParam()
717 OfxPointD siz = getProjectSize(); in getClipPreferences()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/include/
H A DofxhImageEffect.h629 OfxPointD renderScale
676 OfxPointD renderScale);
681 OfxPointD renderScale);
714 OfxPointD renderScale,
733 OfxPointD renderScale,
761 OfxPointD renderScale,
780 OfxPointD renderScale,
791 OfxPointD renderScale,
807 OfxPointD renderScale,
820 OfxPointD renderScale,
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/include/
H A DofxhImageEffect.h629 OfxPointD renderScale
676 OfxPointD renderScale);
681 OfxPointD renderScale);
714 OfxPointD renderScale,
733 OfxPointD renderScale,
761 OfxPointD renderScale,
780 OfxPointD renderScale,
791 OfxPointD renderScale,
807 OfxPointD renderScale,
820 OfxPointD renderScale,
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsRectangleInteract.cpp44 isNearby(const OfxPointD & p, in isNearby()
48 const OfxPointD & pscale) in isNearby()
104 const OfxPointD& pscale = args.pixelScale; in draw()
204 const OfxPointD& pscale = args.pixelScale; in penMotion()
221 OfxPointD delta; in penMotion()
282 OfxPointD topRight; in penMotion()
296 OfxPointD btmRight; in penMotion()
321 OfxPointD topLeft; in penMotion()
620 OfxPointD
623 OfxPointD ret; in getBtmLeft()
[all …]
H A DofxsGenerator.cpp183 OfxPointD size = getProjectExtent(); in GeneratorPlugin()
184 OfxPointD origin = getProjectOffset(); in GeneratorPlugin()
185 OfxPointD p; in GeneratorPlugin()
291 OfxPointD siz = getProjectSize(); in changedParam()
292 OfxPointD off = getProjectOffset(); in changedParam()
298 OfxPointD center; in changedParam()
334 OfxPointD renderScale = {1., 1.}; in getRegionOfDefinition()
348 OfxPointD siz = getProjectSize(); in getRegionOfDefinition()
349 OfxPointD off = getProjectOffset(); in getRegionOfDefinition()
415 const OfxPointD rsOne = {1., 1.}; in getClipPreferences()
H A DofxsTracking.cpp297 isNearby(const OfxPointD & p, in isNearby()
301 const OfxPointD & pscale) in isNearby()
312 const OfxPointD& pscale = args.pixelScale; in draw()
577 const OfxPointD& pscale = args.pixelScale; in penMotion()
580 OfxPointD delta; in penMotion()
1126 const OfxPointD &center = _centerDragPos; in penUp()
1127 const OfxPointD &offset = _offsetDragPos; in penUp()
1130 OfxPointD btmLeft; in penUp()
1136 OfxPointD topRight; in penUp()
1143 OfxPointD btmLeft; in penUp()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/ColorWheel/
H A DColorWheel.cpp109 OfxPointD _center; // in canonical coordinates
134 const OfxPointD& center, in setValues()
214 OfxPointD rs = _dstImg->getRenderScale(); in multiThreadProcessImages()
216 OfxPointD c; // center position in pixel in multiThreadProcessImages()
219 OfxPointD r; // radius in pixel in multiThreadProcessImages()
239 OfxPointD p_closer = {(double)x, (double)y}; in multiThreadProcessImages()
240 OfxPointD p_farther = {(double)x, (double)y}; in multiThreadProcessImages()
430 OfxPointD center = {0., 0.}; in setupAndProcess()
437 OfxPointD siz = getProjectSize(); in setupAndProcess()
438 OfxPointD off = getProjectOffset(); in setupAndProcess()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/SeExpr/
H A DSeNoise.cpp267 OfxPointD _point0;
269 OfxPointD _point1;
271 OfxPointD _renderScale;
805 OfxPointD noiseSize; in setupAndProcess()
843 OfxPointD point0; in setupAndProcess()
847 OfxPointD point1; in setupAndProcess()
905 OfxPointD center; in getInverseTransformCanonical()
908 OfxPointD translate; in getInverseTransformCanonical()
910 OfxPointD scaleParam; in getInverseTransformCanonical()
922 OfxPointD scale; in getInverseTransformCanonical()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Position/
H A DPosition.cpp91 OfxPointD size = getProjectExtent(); in PositionPlugin()
92 OfxPointD origin = getProjectOffset(); in PositionPlugin()
93 OfxPointD p; in PositionPlugin()
172 OfxPointD t_canonical; in render()
207 OfxPointD t_canonical; in getRegionOfDefinition()
245 OfxPointD t_canonical; in getRegionsOfInterest()
281 OfxPointD t_canonical; in isIdentity()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Rectangle/
H A DRectangle.cpp188 OfxPointD _btmLeft, _size;
189 OfxPointD _cornerRadius;
231 void setValues(const OfxPointD& btmLeft, in setValues()
232 const OfxPointD& size, in setValues()
233 const OfxPointD& cornerRadius, in setValues()
349 OfxPointD rs = _dstImg->getRenderScale(); in process()
360 OfxPointD r; // cornerRadius value in pixel in process()
794 OfxPointD btmLeft, size; in setupAndProcess()
809 OfxPointD cornerRadius; in setupAndProcess()
1051 OfxPointD siz = getProjectSize(); in getRegionOfDefinition()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Radial/
H A DRadial.cpp175 OfxPointD _btmLeft, _size;
218 void setValues(const OfxPointD& btmLeft, in setValues()
219 const OfxPointD& size, in setValues()
336 OfxPointD rs = _dstImg->getRenderScale(); in process()
342 OfxPointD r_canonical = { _size.x / 2, _size.y / 2 }; in process()
343 OfxPointD c; // center position in pixel in process()
345 OfxPointD r; // radius in pixel in process()
363 OfxPointD p_closer = {(double)x, (double)y}; in process()
666 OfxPointD btmLeft, size; in setupAndProcess()
912 OfxPointD siz = getProjectSize(); in getRegionOfDefinition()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Plugins/Tester/
H A DTester.cpp55 static const OfxPointD kBoxSize = {5, 5};
87 OfxPointD getCanonicalPosition(double time) const in getCanonicalPosition()
89 OfxPointD retVal; in getCanonicalPosition()
117 OfxPointD pos = getCanonicalPosition(args.time); in draw()
150 OfxPointD pos = getCanonicalPosition(args.time); in penMotion()
153 OfxPointD penPos = args.penPosition; in penMotion()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Plugins/Tester/
H A DTester.cpp55 static const OfxPointD kBoxSize = {5, 5};
87 OfxPointD getCanonicalPosition(double time) const in getCanonicalPosition()
89 OfxPointD retVal; in getCanonicalPosition()
117 OfxPointD pos = getCanonicalPosition(args.time); in draw()
150 OfxPointD pos = getCanonicalPosition(args.time); in penMotion()
153 OfxPointD penPos = args.penPosition; in penMotion()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/GodRays/
H A DGodRays.cpp592 OfxPointD scale = { 1., 1. }; in isIdentity()
593 OfxPointD translate = { 0., 0. }; in isIdentity()
641 OfxPointD center = { 0., 0. }; in getInverseTransformCanonical()
646 OfxPointD translate = { 0., 0. }; in getInverseTransformCanonical()
650 OfxPointD scaleParam = { 1., 1. }; in getInverseTransformCanonical()
658 OfxPointD scale = { 1., 1. }; in getInverseTransformCanonical()
756 OfxPointD scale = { 1., 1. }; in resetCenter()
759 OfxPointD translate = { 0., 0. }; in resetCenter()
763 OfxPointD center = { 0., 0. }; in resetCenter()
771 OfxPointD newCenter; in resetCenter()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/include/
H A DofxCore.h821 typedef struct OfxPointD { struct
823 } OfxPointD; argument
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/include/
H A DofxCore.h821 typedef struct OfxPointD { struct
823 } OfxPointD; argument
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Library/
H A DofxsInteract.cpp48 static OfxPointD getPixelScale(const PropertySet &props) in getPixelScale()
50 OfxPointD pixelScale = {1., 1.}; in getPixelScale()
57 static OfxPointD getRenderScale(const PropertySet &props) in getRenderScale()
59 OfxPointD v = {1., 1.}; in getRenderScale()
129 OfxPointD

123456