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:oTest
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/tests/
H
A
D
PathOpsThreeWayTest.cpp
48
const Curve&
oTest
= testSet.tests[outer];
in testSetTest()
local
53
SkDLine oLine = {{
oTest
.curve.fPts[0],
oTest
.curve.fPts[1] }};
in testSetTest()
57
oCurve.debugSet(
oTest
.curve.fPts);
in testSetTest()
58
if (
oTest
.ptCount == 1 && iTest.ptCount == 1) {
in testSetTest()
60
} else if (
oTest
.ptCount == 1 && iTest.ptCount == 4) {
in testSetTest()
62
} else if (
oTest
.ptCount == 4 && iTest.ptCount == 1) {
in testSetTest()
64
} else if (
oTest
.ptCount == 4 && iTest.ptCount == 4) {
in testSetTest()
/third_party/skia/src/pathops/
H
A
D
SkOpCoincidence.cpp
453
const SkOpSpanBase*
oTest
= coin->flipped() ? oStart->prev() : oStart->upCast()->next();
in DEBUG_COIN_DECLARE_ONLY_PARAMS()
local
454
FAIL_IF(!
oTest
);
in DEBUG_COIN_DECLARE_ONLY_PARAMS()
457
while (test != end ||
oTest
!= oEnd) {
in DEBUG_COIN_DECLARE_ONLY_PARAMS()
459
const SkOpPtT* containedThis =
oTest
->ptT()->contains(seg);
in DEBUG_COIN_DECLARE_ONLY_PARAMS()
468
oNextT =
oTest
->t();
in DEBUG_COIN_DECLARE_ONLY_PARAMS()
488
double oStartPart = (
oTest
->t() - oPriorT) / oStartRange;
in DEBUG_COIN_DECLARE_ONLY_PARAMS()
496
priorT + startRange * oStartPart,
oTest
, &startOver);
in DEBUG_COIN_DECLARE_ONLY_PARAMS()
500
oTest
= oStart;
in DEBUG_COIN_DECLARE_ONLY_PARAMS()
510
if (
oTest
!= oEnd) {
in DEBUG_COIN_DECLARE_ONLY_PARAMS()
511
oPriorT =
oTest
in DEBUG_COIN_DECLARE_ONLY_PARAMS()
[all...]
H
A
D
SkPathOpsDebug.cpp
1632
const SkOpSpanBase*
oTest
= coin->flipped() ? oStart->prev() : oStart->upCast()->next();
in debugAddExpanded()
local
1633
FAIL_IF(!
oTest
, coin);
in debugAddExpanded()
1636
while (test != end ||
oTest
!= oEnd) {
in debugAddExpanded()
1638
const SkOpPtT* containedThis =
oTest
->ptT()->contains(seg);
in debugAddExpanded()
1647
oNextT =
oTest
->t();
in debugAddExpanded()
1667
double oStartPart = (
oTest
->t() - oStartPtT->fT) / oStartRange;
in debugAddExpanded()
1675
priorT + startRange * oStartPart,
oTest
);
in debugAddExpanded()
1679
oTest
= oStart;
in debugAddExpanded()
1689
if (
oTest
!= oEnd) {
in debugAddExpanded()
1690
oPriorT =
oTest
in debugAddExpanded()
[all...]
Completed in 7 milliseconds