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:fIntersections
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkDConicLineIntersection.cpp
22
,
fIntersections
(i)
in LineConicIntersections()
30
SkDEBUGPARAMS(
fIntersections
(nullptr))
39
int last =
fIntersections
->used() - 1;
in checkCoincident()
41
double conicMidT = ((*
fIntersections
)[0][index] + (*
fIntersections
)[0][index + 1]) / 2;
in checkCoincident()
48
if (
fIntersections
->isCoincident(index)) {
in checkCoincident()
49
fIntersections
->removeOne(index);
in checkCoincident()
51
} else if (
fIntersections
->isCoincident(index + 1)) {
in checkCoincident()
52
fIntersections
->removeOne(index + 1);
in checkCoincident()
55
fIntersections
in checkCoincident()
343
SkIntersections*
fIntersections
;
global()
member in LineConicIntersections
[all...]
H
A
D
SkDQuadLineIntersection.cpp
100
,
fIntersections
(i)
in LineQuadraticIntersections()
108
SkDEBUGPARAMS(
fIntersections
(nullptr))
117
int last =
fIntersections
->used() - 1;
in checkCoincident()
119
double quadMidT = ((*
fIntersections
)[0][index] + (*
fIntersections
)[0][index + 1]) / 2;
in checkCoincident()
126
if (
fIntersections
->isCoincident(index)) {
in checkCoincident()
127
fIntersections
->removeOne(index);
in checkCoincident()
129
} else if (
fIntersections
->isCoincident(index + 1)) {
in checkCoincident()
130
fIntersections
->removeOne(index + 1);
in checkCoincident()
133
fIntersections
in checkCoincident()
419
SkIntersections*
fIntersections
;
global()
member in LineQuadraticIntersections
[all...]
H
A
D
SkDCubicLineIntersection.cpp
88
,
fIntersections
(i)
in LineCubicIntersections()
98
int last =
fIntersections
->used() - 1;
in checkCoincident()
100
double cubicMidT = ((*
fIntersections
)[0][index] + (*
fIntersections
)[0][index + 1]) / 2;
in checkCoincident()
107
if (
fIntersections
->isCoincident(index)) {
in checkCoincident()
108
fIntersections
->removeOne(index);
in checkCoincident()
110
} else if (
fIntersections
->isCoincident(index + 1)) {
in checkCoincident()
111
fIntersections
->removeOne(index + 1);
in checkCoincident()
114
fIntersections
->setCoincident(index++);
in checkCoincident()
116
fIntersections
in checkCoincident()
414
SkIntersections*
fIntersections
;
global()
member in LineCubicIntersections
[all...]
Completed in 3 milliseconds