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:addT
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkAddIntersections.cpp
514
// if t value is used to compute pt in
addT
, error may creep in and
in AddIntersectTs()
520
SkOpPtT* testTAt = iPtIsIntegral ? wt.segment()->
addT
(ts[swap][pt], iPt)
in AddIntersectTs()
521
: wt.segment()->
addT
(ts[swap][pt]);
in AddIntersectTs()
523
SkOpPtT* nextTAt = iPtIsIntegral ? wn.segment()->
addT
(ts[!swap][pt], iPt)
in AddIntersectTs()
524
: wn.segment()->
addT
(ts[!swap][pt]);
in AddIntersectTs()
H
A
D
SkOpSegment.h
95
SkOpPtT*
addT
(double t);
96
SkOpPtT*
addT
(double t, const SkPoint& pt);
H
A
D
SkOpCoincidence.cpp
319
SkOpPtT* oppStart = writableSeg->
addT
(t);
in addEndMovedSpans()
727
: coinSeg->
addT
(coinTs);
in addOrOverlap()
732
: oppSeg->
addT
(oppTs);
in addOrOverlap()
742
: coinSeg->
addT
(coinTe);
in addOrOverlap()
744
: oppSeg->
addT
(oppTe);
in addOrOverlap()
H
A
D
SkOpSegment.cpp
235
SkOpPtT* newPtT = this->
addT
(newT);
in addExpanded()
253
SkOpPtT* SkOpSegment::
addT
(double t, const SkPoint& pt) {
in addT()
function in SkOpSegment
282
SkOpPtT* SkOpSegment::
addT
(double t) {
in addT()
function in SkOpSegment
283
return
addT
(t, this->ptAtT(t));
in addT()
H
A
D
SkPathOpsDebug.cpp
723
// commented-out lines keep this in sync with
addT
()
1497
SkOpPtT* oppStart = writableSeg->
addT
(t);
in debugAddEndMovedSpans()
/third_party/skia/tests/
H
A
D
PathOpsAngleTest.cpp
480
: this->
addT
(startT);
in debugAddAngle()
482
: this->
addT
(endT);
in debugAddAngle()
Completed in 13 milliseconds