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:fGenerationID
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkDrawable.cpp
22
SkDrawable::SkDrawable() :
fGenerationID
(0) {}
in SkDrawable()
55
if (0 ==
fGenerationID
) {
in getGenerationID()
56
fGenerationID
= next_generation_id();
in getGenerationID()
58
return
fGenerationID
;
in getGenerationID()
66
fGenerationID
= 0;
in notifyDrawingChanged()
H
A
D
SkPathRef.cpp
35
fPathRef->
fGenerationID
= 0;
in Editor()
70
SkDEBUGCODE(
fGenerationID
= 0xEEEEEEEE;)
in ~SkPathRef()
168
(*dst)->
fGenerationID
= 0; // mark as dirty
218
(*dst)->
fGenerationID
= 0;
229
(*pathRef)->
fGenerationID
= 0;
256
bool genIDMatch =
fGenerationID
&&
fGenerationID
== ref.
fGenerationID
;
476
if (
fGenerationID
== 0) {
478
fGenerationID
[all...]
H
A
D
SkPath.cpp
2002
builder.appendf("//
fGenerationID
= %d\n", fPathRef->
fGenerationID
);
in dumpArrays()
/third_party/skia/include/private/
H
A
D
SkPathRef.h
74
fGenerationID
= 0; // recompute
in SkPathRef()
375
fGenerationID
= kEmptyGenID;
in SkPathRef()
426
fGenerationID
= 0;
in resetToSize()
513
mutable uint32_t
fGenerationID
;
member in final
/third_party/skia/src/image/
H
A
D
SkSurface.cpp
177
fGenerationID
= 0;
in SkSurface()
185
fGenerationID
= 0;
in SkSurface()
194
if (0 ==
fGenerationID
) {
in generationID()
195
fGenerationID
= asSB(this)->newGenerationID();
in generationID()
197
return
fGenerationID
;
in generationID()
/third_party/skia/include/core/
H
A
D
SkDrawable.h
157
int32_t
fGenerationID
;
member in GrBackendApi
H
A
D
SkSurface.h
1067
fGenerationID
= 0;
in dirtyGenerationID()
1074
uint32_t
fGenerationID
;
member in SkSurface
Completed in 11 milliseconds