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:fSpan
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/modules/canvaskit/
H
A
D
WasmCommon.h
103
fSpan
= SkSpan(data, len);
in JSSpan()
107
fSpan
= SkSpan(reinterpret_cast<T*>(ptr), len);
in JSSpan()
112
sk_free(
fSpan
.data());
in ~JSSpan()
116
const T* data() const { return
fSpan
.data(); }
in data()
117
size_t size() const { return
fSpan
.size(); }
in size()
120
SkSpan<T>
fSpan
;
member in JSSpan
/third_party/skia/src/pathops/
H
A
D
SkPathOpsWinding.cpp
89
fSpan
= span;
in makeTestBase()
99
SkOpSpan*
fSpan
;
member
137
if (base.
fSpan
->segment() == this && approximately_equal(base.fT, t)) {
in rayCheck()
152
if (base.
fSpan
->segment() == this) {
in rayCheck()
161
if (fVerb == SkPath::kCubic_Verb && base.
fSpan
->segment() == this
in rayCheck()
184
newHit->
fSpan
= span;
in rayCheck()
249
if (hitBase.
fSpan
&& hitBase.
fSpan
->segment()->verb() > SkPath::kLine_Verb
in sortableTop()
274
gDebugRayDirName[static_cast<int>(dir)], hitBase.
fSpan
->segment()->debugID(),
in sortableTop()
278
SkOpSpan* span = hit->
fSpan
;
in sortableTop()
[all...]
H
A
D
SkOpSpan.h
151
fSpan
= const_cast<SkOpSpanBase*>(span);
in setSpan()
155
return
fSpan
;
in span()
159
return
fSpan
;
in span()
169
SkOpSpanBase*
fSpan
; // contains winding data
member in SkOpPtT
H
A
D
SkOpSpan.cpp
23
if (ptT->
fSpan
==
fSpan
&& !ptT->fDeleted) {
in active()
101
fSpan
= span;
in init()
Completed in 4 milliseconds