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:testSegment
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkOpContour.cpp
33
SkOpSegment*
testSegment
= &fHead;
in undoneSpan()
local
35
if (
testSegment
->done()) {
in undoneSpan()
38
return
testSegment
->undoneSpan();
in undoneSpan()
39
} while ((
testSegment
=
testSegment
->next()));
in undoneSpan()
H
A
D
SkPathOpsWinding.cpp
115
SkOpSegment*
testSegment
= &fHead;
in rayCheck()
local
117
testSegment
->rayCheck(base, dir, hits, allocator);
in rayCheck()
118
} while ((
testSegment
=
testSegment
->next()));
in rayCheck()
394
SkOpSegment*
testSegment
= &fHead;
in findSortableTop()
local
396
if (
testSegment
->done()) {
in findSortableTop()
400
SkOpSpan* result =
testSegment
->findSortableTop(contourHead);
in findSortableTop()
404
} while ((
testSegment
=
testSegment
->next()));
in findSortableTop()
H
A
D
SkPathOpsDebug.cpp
1238
const SkOpSegment*
testSegment
= test->segment();
in debugCheckNearCoincidence()
local
1240
SkDPoint testStartPt =
testSegment
->dPtAtT(testStartT);
in debugCheckNearCoincidence()
1242
SkDPoint testEndPt =
testSegment
->dPtAtT(testEndT);
in debugCheckNearCoincidence()
1244
SkDebugf("%s testLenSq=%1.9g id=%d\n", __FUNCTION__, testLenSq,
testSegment
->debugID());
in debugCheckNearCoincidence()
1249
double testMidDistSq =
testSegment
->distSq(testMidT, next);
in debugCheckNearCoincidence()
1250
double testEndDistSq =
testSegment
->distSq(testEndT, next);
in debugCheckNearCoincidence()
1259
testSegment
->debugID(), nextSegment->debugID());
in debugCheckNearCoincidence()
Completed in 10 milliseconds