Home
last modified time | relevance | path

Searched refs:pressToleranceY (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.cpp1136 double pressToleranceY = 5 * pscale.y; in penDown() local
1138 if ( squareContains(transformedPos, centerPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1144 } else if ( squareContains(transformedPos, leftPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1147 } else if ( squareContains(transformedPos, rightPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1150 } else if ( squareContains(transformedPos, topPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1153 } else if ( squareContains(transformedPos, bottomPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1159 …} else if ( isOnRotationBar(rotationPos, targetRadius.x, targetCenter, pscale, pressToleranceY) ) { in penDown()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.cpp1459 double pressToleranceY = 5 * pscale.y; in penDown() local
1461 if ( squareContains(transformedPos, centerPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1467 } else if ( squareContains(transformedPos, leftPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1470 } else if ( squareContains(transformedPos, rightPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1473 } else if ( squareContains(transformedPos, topPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1476 } else if ( squareContains(transformedPos, bottomPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1482 …} else if ( isOnRotationBar(rotationPos, targetRadius.x, targetCenter, pscale, pressToleranceY) ) { in penDown()
1485 …} else if ( isOnSkewXBar(transformedPos, targetRadius.y, targetCenter, pscale, pressToleranceY) ) { in penDown()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.cpp1459 double pressToleranceY = 5 * pscale.y; in penDown() local
1461 if ( squareContains(transformedPos, centerPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1467 } else if ( squareContains(transformedPos, leftPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1470 } else if ( squareContains(transformedPos, rightPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1473 } else if ( squareContains(transformedPos, topPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1476 } else if ( squareContains(transformedPos, bottomPoint, pressToleranceX, pressToleranceY) ) { in penDown()
1482 …} else if ( isOnRotationBar(rotationPos, targetRadius.x, targetCenter, pscale, pressToleranceY) ) { in penDown()
1485 …} else if ( isOnSkewXBar(transformedPos, targetRadius.y, targetCenter, pscale, pressToleranceY) ) { in penDown()