Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:distanceSquared
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkOpCubicHull.cpp
101
double dist1_0 = fPts[1].
distanceSquared
(fPts[0]);
in convexHull()
102
double dist1_3 = fPts[1].
distanceSquared
(fPts[3]);
in convexHull()
103
double dist2_0 = fPts[2].
distanceSquared
(fPts[0]);
in convexHull()
104
double dist2_3 = fPts[2].
distanceSquared
(fPts[3]);
in convexHull()
H
A
D
SkIntersections.cpp
19
double dist = testPt.
distanceSquared
(iPt);
in closestTo()
H
A
D
SkPathOpsTSect.cpp
109
double startDist = test->pointFirst().
distanceSquared
(pt);
in closestBoundedT()
114
double endDist = test->pointLast().
distanceSquared
(pt);
in closestBoundedT()
1119
double distSq = thisRayI.pt(index).
distanceSquared
(oppRayI.pt(oIndex));
in linesIntersect()
1138
double distSq = oppIPt.
distanceSquared
(iPt);
in linesIntersect()
1665
double dist = c1[c1Index].
distanceSquared
(c2[c2Index]);
in findEnd()
H
A
D
SkPathOpsPoint.h
227
double
distanceSquared
(const SkDPoint& a) const {
in distanceSquared()
function
H
A
D
SkPathOpsDebug.cpp
1243
double testLenSq = testStartPt.
distanceSquared
(testEndPt);
in debugCheckNearCoincidence()
1253
double distSq = testStartPt.
distanceSquared
(nextStartPt);
in debugCheckNearCoincidence()
1265
double nextLenSq = nextStartPt.
distanceSquared
(nextEndPt);
in debugCheckNearCoincidence()
H
A
D
SkOpSegment.cpp
522
double testDistSq = testPt.
distanceSquared
(i.pt(index));
in distSq()
/third_party/skia/src/gpu/
H
A
D
GrDistanceFieldGenFromVector.cpp
26
double
distanceSquared
(DPoint p) const {
in distanceSquared()
function
32
double distance(DPoint p) const { return sqrt(this->
distanceSquared
(p)); }
in distance()
603
dist = (float)xformPt.
distanceSquared
(x);
in distance_to_segment()
605
const float distToB0T = (float)xformPt.
distanceSquared
(segment.fP0T);
in distance_to_segment()
606
const float distToB2T = (float)xformPt.
distanceSquared
(segment.fP2T);
in distance_to_segment()
/third_party/skia/tests/
H
A
D
PathOpsDPointTest.cpp
44
REPORTER_ASSERT(reporter, pt.
distanceSquared
(p) == pt.fX * pt.fX + pt.fY * pt.fY);
in DEF_TEST()
Completed in 23 milliseconds