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:thisPerp
(Results
1 - 1
of
1
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkPathOpsTSect.cpp
1045
SkDLine
thisPerp
;
in is_parallel()
local
1046
thisPerp
.fPts[0].fX = thisLine.fPts[1].fX + (thisLine.fPts[1].fY - thisLine.fPts[0].fY);
in is_parallel()
1047
thisPerp
.fPts[0].fY = thisLine.fPts[1].fY + (thisLine.fPts[0].fX - thisLine.fPts[1].fX);
in is_parallel()
1048
thisPerp
.fPts[1] = thisLine.fPts[1];
in is_parallel()
1050
perpRayI.intersectRay(opp,
thisPerp
);
in is_parallel()
1052
finds += perpRayI.pt(pIndex).approximatelyEqual(
thisPerp
.fPts[1]);
in is_parallel()
1054
thisPerp
.fPts[1].fX = thisLine.fPts[0].fX + (thisLine.fPts[1].fY - thisLine.fPts[0].fY);
in is_parallel()
1055
thisPerp
.fPts[1].fY = thisLine.fPts[0].fY + (thisLine.fPts[0].fX - thisLine.fPts[1].fX);
in is_parallel()
1056
thisPerp
.fPts[0] = thisLine.fPts[0];
in is_parallel()
1057
perpRayI.intersectRay(opp,
thisPerp
);
in is_parallel()
[all...]
Completed in 3 milliseconds