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:toAngle
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkOpSegment.cpp
1077
SkOpAngle* angle = step > 0 ? endSpan->fromAngle() : endSpan->upCast()->
toAngle
();
in nextChase()
1547
SkOpAngle*
toAngle
= span->final() ? nullptr : span->upCast()->
toAngle
();
in sortAngles()
local
1548
if (!fromAngle && !
toAngle
) {
in sortAngles()
1555
if (fromAngle &&
toAngle
) {
in sortAngles()
1561
FAIL_IF(!fromAngle->insert(
toAngle
));
in sortAngles()
1563
baseAngle =
toAngle
;
in sortAngles()
1589
oAngle = oSpan->upCast()->
toAngle
();
in sortAngles()
1606
if (
toAngle
) {
in sortAngles()
H
A
D
SkOpSpan.h
550
SkOpAngle*
toAngle
() const {
in toAngle()
function in SkOpSpan
H
A
D
SkOpSegment.h
382
return start->t() < end->t() ? start->upCast()->
toAngle
() : start->fromAngle();
in spanToAngle()
H
A
D
SkPathOpsDebug.cpp
768
angle = span->
toAngle
();
in debugCheckAngleCoin()
805
if (span->
toAngle
()) {
in debugLastAngle()
807
result = span->
toAngle
();
in debugLastAngle()
2596
if (!this->final() && this->upCast()->
toAngle
()) {
in debugValidate()
2597
this->upCast()->
toAngle
()->debugValidate();
in debugValidate()
/third_party/skia/tests/
H
A
D
PathOpsDebug.cpp
861
const SkOpAngle* tAngle = span->final() ? nullptr : span->upCast()->
toAngle
();
in dumpAngles()
1077
angle = span->
toAngle
();
in debugAngle()
Completed in 13 milliseconds