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:kInvalidGenID
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrAppliedClip.h
44
bool hasStencilClip() const { return SkClipStack::
kInvalidGenID
!= fStencilStackID; }
in hasStencilClip()
70
SkASSERT(SkClipStack::
kInvalidGenID
== fStencilStackID);
in addStencilClip()
88
uint32_t fStencilStackID = SkClipStack::
kInvalidGenID
;
/third_party/skia/src/core/
H
A
D
SkClipStack.h
161
uint32_t getGenID() const { SkASSERT(
kInvalidGenID
!= fGenID); return fGenID; }
in getGenID()
405
static const uint32_t
kInvalidGenID
= 0; //!< Invalid id that is never returned by
member in SkClipStack::Element
H
A
D
SkClipStack.cpp
183
fGenID =
kInvalidGenID
;
in initCommon()
/third_party/skia/src/gpu/v1/
H
A
D
ClipStack.cpp
185
static uint32_t
kInvalidGenID
= 0;
member
748
SkASSERT(fGenID !=
kInvalidGenID
&& fGenID != kEmptyGenID && fGenID != kWideOpenGenID);
in Mask()
789
, fGenID(
kInvalidGenID
) {}
in SaveRecord()
803
, fGenID(
kInvalidGenID
) {
in SaveRecord()
1585
SkASSERT(oldGenID != save.genID() && save.genID() !=
kInvalidGenID
);
in clip()
Completed in 6 milliseconds