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:tan1
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkGeometry.cpp
213
// Tangents point in the direction of increasing T, so tan0 and -
tan1
both point toward the
in SkFindQuadMidTangent()
214
// midtangent. The bisector of tan0 and -
tan1
is orthogonal to the midtangent:
in SkFindQuadMidTangent()
219
SkVector
tan1
= src[2] - src[1];
in SkFindQuadMidTangent()
local
220
SkVector bisector = SkFindBisector(tan0, -
tan1
);
in SkFindQuadMidTangent()
227
// = |2*T 1| * |
tan1
- tan0| * |nx|
in SkFindQuadMidTangent()
230
// = 2*T * ((
tan1
- tan0) dot bisector) + (2*tan0 dot bisector)
in SkFindQuadMidTangent()
232
// T = (tan0 dot bisector) / ((tan0 -
tan1
) dot bisector)
in SkFindQuadMidTangent()
233
float T = sk_ieee_float_divide(tan0.dot(bisector), (tan0 -
tan1
).dot(bisector));
in SkFindQuadMidTangent()
607
// Tangents point in the direction of increasing T, so tan0 and -
tan1
both point toward the
608
// midtangent. The bisector of tan0 and -
tan1
i
[all...]
/third_party/skia/src/gpu/tessellate/
H
A
D
StrokeHardwareTessellator.cpp
540
SkVector
tan1
= nextControlPoint - junctionPoint;
in internalJoinTo()
local
541
float rotation = SkMeasureAngleBetweenVectors(tan0,
tan1
);
in internalJoinTo()
553
SkPoint bisector = SkFindBisector(tan0,
tan1
);
in internalJoinTo()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
xvididct.asm
71
tan1
: times 8 dw 13036
label
230
movdqa TAN1, [
tan1
]
Completed in 4 milliseconds