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:fRunHead
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkRegion.cpp
117
fRunHead
= SkRegion_gEmptyRunHeadPtr;
121
fRunHead
= SkRegion_gEmptyRunHeadPtr; // just need a value that won't trigger sk_free(
fRunHead
)
126
fRunHead
= SkRegion_gEmptyRunHeadPtr; // just need a value that won't trigger sk_free(
fRunHead
)
136
SkASSERT(
fRunHead
->fRefCnt >= 1);
in freeRuns()
137
if (--
fRunHead
->fRefCnt == 0) {
in freeRuns()
138
sk_free(
fRunHead
);
in freeRuns()
144
fRunHead
= RunHead::Alloc(count, ySpanCount, intervalCount);
in allocateRuns()
148
fRunHead
in allocateRuns()
[all...]
H
A
D
SkAAClip.cpp
223
const RunHead* head = clip.
fRunHead
;
in Iterate()
224
if (!clip.
fRunHead
) {
in Iterate()
423
target->
fRunHead
= head;
in finish()
888
if (nullptr ==
fRunHead
) {
894
const RunHead* head =
fRunHead
;
1057
RunHead* head =
fRunHead
;
1133
RunHead* head =
fRunHead
;
1213
const RunHead* head =
fRunHead
;
1230
fRunHead
= nullptr;
1235
fRunHead
[all...]
H
A
D
SkAAClip.h
27
bool isEmpty() const { return nullptr ==
fRunHead
; }
in isEmpty()
69
RunHead*
fRunHead
;
member in SkAAClip
H
A
D
SkRegion_path.cpp
379
tmp.
fRunHead
= RunHead::Alloc(count);
in setPath()
380
builder.copyToRgn(tmp.
fRunHead
->writable_runs());
in setPath()
381
tmp.
fRunHead
->computeRunBounds(&tmp.fBounds);
in setPath()
/third_party/skia/include/core/
H
A
D
SkRegion.h
139
bool isEmpty() const { return
fRunHead
== emptyRunHeadPtr(); }
in isEmpty()
145
bool isRect() const { return
fRunHead
== kRectRunHeadPtr; }
in isRect()
307
fRunHead
== kRectRunHeadPtr && // this->isRect()
in quickContains()
637
RunHead*
fRunHead
;
member in SkRegion
Completed in 6 milliseconds