Home
last modified time | relevance | path

Searched refs:textDistance (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/pHash/pHash-0.9.6/bindings/java/org/phash/
H A DpHash.java16 public native static int textDistance(TextHash txtHash1, TextHash txtHash2); in textDistance() method in pHash
115 System.out.println(textDistance(txtHash,txtHash2)); in main()
/dports/multimedia/php-pHash/pHash-0.9.6/bindings/java/org/phash/
H A DpHash.java16 public native static int textDistance(TextHash txtHash1, TextHash txtHash2); in textDistance() method in pHash
115 System.out.println(textDistance(txtHash,txtHash2)); in main()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkAxis.cxx1410 vtkVector2f textDistance; in Hit() local
1411 CalculateTitlePosition(textDistance); in Hit()
1416 return vpos.GetX() < vtkMath::Max(this->Point1[0], textDistance.GetX()) && in Hit()
1417 vpos.GetX() > vtkMath::Min(this->Point1[0], textDistance.GetX()); in Hit()
1421 return vpos.GetY() < vtkMath::Max(this->Point1[1], textDistance.GetY()) && in Hit()
1422 vpos.GetY() > vtkMath::Min(this->Point1[1], textDistance.GetY()); in Hit()
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/shared/widgets/
H A DChart.jsm235 let textDistance = radius / NAMED_SLICE_TEXT_DISTANCE_RATIO;
286 let textX = centerX + textDistance * Math.sin(midAngle);
287 let textY = centerY - textDistance * Math.cos(midAngle);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.cpp366 static int textDistance(const Position& start, const Position& end) in textDistance() function
408 int distanceToStart = textDistance(start, pos); in handleMousePressEventSingleClick()
409 int distanceToEnd = textDistance(pos, end); in handleMousePressEventSingleClick()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-05-2411683 (WebCore::textDistance):