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:unorderable
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkPathOpsCommon.cpp
28
bool
unorderable
= false;
in AngleWinding()
local
35
unorderable
|= angle->
unorderable
();
in AngleWinding()
36
if ((computeWinding =
unorderable
|| (angle == firstAngle && loop))) {
in AngleWinding()
37
break; // if we get here, there's no winding, loop is
unorderable
in AngleWinding()
43
// if the angle loop contains an
unorderable
span, the angle order may be useless
in AngleWinding()
63
*sortablePtr = !
unorderable
;
in AngleWinding()
H
A
D
SkOpSegment.cpp
413
// at this point, the span is already ordered, or
unorderable
439
if (prior->
unorderable
() || angle->
unorderable
() || next->
unorderable
()) {
in computeSum()
466
if (prior->
unorderable
() || angle->
unorderable
() || next->
unorderable
()) {
in computeSum()
574
if (angle->
unorderable
()) {
in findNextOp()
680
if (angle->
unorderable
()) {
in findNextWinding()
769
if (!angle || angle->
unorderable
()) {
in findNextXor()
[all...]
H
A
D
SkOpAngle.h
94
bool
unorderable
() const {
in unorderable()
function in SkOpAngle
117
int orderable(SkOpAngle* rh); // false == this < rh ; true == this > rh; -1 ==
unorderable
H
A
D
SkOpAngle.cpp
849
// it's likely that a pair of the angles are
unorderable
in merge()
913
goto
unorderable
;
in orderable()
922
goto
unorderable
;
in orderable()
929
goto
unorderable
;
in orderable()
935
unorderable
:
in orderable()
H
A
D
SkPathOpsDebug.cpp
1333
if (next->
unorderable
()) {
in debugValidate()
/third_party/skia/tests/
H
A
D
PathOpsDebug.cpp
568
if (
unorderable
()) {
in dumpOne()
569
SkDebugf("
unorderable
");
in dumpOne()
Completed in 13 milliseconds