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:endSpan
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/tests/
H
A
D
PathOpsAngleTest.cpp
488
SkOpSpanBase*
endSpan
= &fHead;
in debugAddAngle()
local
489
while (
endSpan
->ptT() != endPtT) {
in debugAddAngle()
490
endSpan
=
endSpan
->upCast()->next();
in debugAddAngle()
492
angle->set(startSpan,
endSpan
);
in debugAddAngle()
495
endSpan
->setFromAngle(angle);
in debugAddAngle()
497
endSpan
->upCast()->setToAngle(angle);
in debugAddAngle()
/third_party/skia/src/pathops/
H
A
D
SkOpSegment.cpp
1064
static SkOpSegment* set_last(SkOpSpanBase** last, SkOpSpanBase*
endSpan
) {
in set_last()
argument
1066
*last =
endSpan
;
in set_last()
1075
SkOpSpanBase*
endSpan
= step > 0 ? origStart->upCast()->next() : origStart->prev();
in nextChase()
local
1076
SkASSERT(
endSpan
);
in nextChase()
1077
SkOpAngle* angle = step > 0 ?
endSpan
->fromAngle() :
endSpan
->upCast()->toAngle();
in nextChase()
1082
if (
endSpan
->t() != 0 &&
endSpan
->t() != 1) {
in nextChase()
1085
SkOpPtT* otherPtT =
endSpan
->ptT()->next();
in nextChase()
1094
return set_last(last,
endSpan
);
in nextChase()
1727
const SkOpSpanBase*
endSpan
= angle->end();
updateOppWinding()
local
1733
const SkOpSpanBase*
endSpan
= angle->end();
updateOppWindingReverse()
local
1756
SkOpSpanBase*
endSpan
= angle->end();
updateWinding()
local
1762
SkOpSpanBase*
endSpan
= angle->end();
updateWindingReverse()
local
[all...]
H
A
D
SkPathOpsCommon.cpp
50
SkOpSpanBase*
endSpan
= angle->end();
in AngleWinding()
local
51
SkOpSpan* lesser = startSpan->starter(
endSpan
);
in AngleWinding()
H
A
D
SkPathOpsDebug.cpp
164
const SkOpPtT* coinSpan, const SkOpPtT*
endSpan
) {
in record()
168
glitch->fEndSpan =
endSpan
;
in record()
170
glitch->fOppEndSpan =
endSpan
;
in record()
395
SkDebugf("
endSpan
=%d", glitch.fEndSpan->debugID());
in CheckHealth()
920
// SkDebugf("%s coinSpan=%d
endSpan
=%d oppSpan=%d oppEndSpan=%d\n", __FUNCTION__,
in debugMissingCoincidence()
Completed in 10 milliseconds