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
defs:distSq
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/tests/
H
A
D
PathOpsLineParametetersTest.cpp
54
double
distSq
= denormalizedDistance[inner];
in DEF_TEST()
local
/third_party/skia/src/pathops/
H
A
D
SkPathOpsLine.cpp
105
double
distSq
= distU.fX * distU.fX + distU.fY * distU.fY;
in NearPointH()
local
140
double
distSq
= distU.fX * distU.fX + distU.fY * distU.fY;
in NearPointV()
local
H
A
D
SkPathOpsTSect.cpp
28
double
distSq
= (fPerpPt - cPt).lengthSquared();
in setPerp()
local
1119
double
distSq
= thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex));
in linesIntersect()
local
1138
double
distSq
= oppIPt.distanceSquared(iPt);
in linesIntersect()
local
H
A
D
SkOpSegment.cpp
508
double SkOpSegment::
distSq
(double t, const SkOpAngle* oppAngle) const {
in distSq()
function in SkOpSegment
1413
SkScalar
distSq
= SkPointPriv::DistanceToSqd(ref->fPt, check->fPt);
in spansNearby()
local
H
A
D
SkPathOpsDebug.cpp
1253
double
distSq
= testStartPt.distanceSquared(nextStartPt);
in debugCheckNearCoincidence()
local
/third_party/skia/src/core/
H
A
D
SkDistanceFieldGen.cpp
208
float
distSq
= check->fDistSq - 2.0f*(distVec.fX + distVec.fY - 1.0f);
in F1()
local
254
float
distSq
= check->fDistSq + 2.0f*distVec.fX + 1.0f;
F2()
local
268
float
distSq
= check->fDistSq - 2.0f*distVec.fX + 1.0f;
B1()
local
282
float
distSq
= check->fDistSq + 2.0f*distVec.fX + 1.0f;
B2()
local
[all...]
/third_party/skia/src/gpu/geometry/
H
A
D
GrAAConvexTessellator.cpp
59
SkScalar
distSq
= SkPointPriv::DistanceToSqd(p0, p1);
in duplicate_pt()
local
/third_party/skia/src/gpu/
H
A
D
GrDistanceFieldGenFromVector.cpp
675
const float
distSq
= dataPtr[idx].fDistSq;
in calculate_distance_field_data()
local
/third_party/skia/src/utils/
H
A
D
SkShadowTessellator.cpp
146
SkScalar
distSq
= SkPointPriv::DistanceToSqd(p0, p1);
in duplicate_pt()
local
265
SkScalar
distSq
= SkPointPriv::DistanceToLineSegmentBetweenSqd(fCentroid, currPoint,
in computeConvexShadow()
local
Completed in 18 milliseconds