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:SkNVRefCnt
(Results
1 - 24
of
24
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkRefCnt.h
159
class
SkNVRefCnt
{
class
161
SkNVRefCnt
() : fRefCnt(1) {}
in SkNVRefCnt()
function in SkNVRefCnt
162
~
SkNVRefCnt
() {
in ~SkNVRefCnt()
200
SkNVRefCnt
(
SkNVRefCnt
&&) = delete;
201
SkNVRefCnt
(const
SkNVRefCnt
&) = delete;
202
SkNVRefCnt
& operator=(
SkNVRefCnt
&&) = delete;
203
SkNVRefCnt
[all...]
H
A
D
SkVertices.h
22
class SK_API SkVertices : public
SkNVRefCnt
<SkVertices> {
116
friend class
SkNVRefCnt
<SkVertices>;
H
A
D
SkData.h
26
class SK_API SkData final : public
SkNVRefCnt
<SkData> {
179
friend class
SkNVRefCnt
<SkData>;
H
A
D
SkTextBlob.h
29
class SK_API SkTextBlob final : public
SkNVRefCnt
<SkTextBlob> {
238
friend class
SkNVRefCnt
<SkTextBlob>;
H
A
D
SkPromiseImageTexture.h
28
class SK_API SkPromiseImageTexture : public
SkNVRefCnt
<SkPromiseImageTexture> {
H
A
D
SkDeferredDisplayList.h
31
class SkDeferredDisplayList : public
SkNVRefCnt
<SkDeferredDisplayList> {
H
A
D
SkColorSpace.h
104
class SK_API SkColorSpace : public
SkNVRefCnt
<SkColorSpace> {
/third_party/skia/include/gpu/
H
A
D
GrContextThreadSafeProxy.h
34
class SK_API GrContextThreadSafeProxy final : public
SkNVRefCnt
<GrContextThreadSafeProxy> {
156
class SK_API GrContextThreadSafeProxy final : public
SkNVRefCnt
<GrContextThreadSafeProxy> {};
/third_party/skia/modules/skottie/include/
H
A
D
Skottie.h
88
class SK_API Animation : public
SkNVRefCnt
<Animation> {
287
using INHERITED =
SkNVRefCnt
<Animation>;
/third_party/skia/src/gpu/text/
H
A
D
GrStrikeCache.h
23
class GrTextStrike : public
SkNVRefCnt
<GrTextStrike> {
/third_party/skia/modules/skottie/src/text/
H
A
D
RangeSelector.h
21
class RangeSelector final : public
SkNVRefCnt
<RangeSelector> {
H
A
D
TextAnimator.h
27
class TextAnimator final : public
SkNVRefCnt
<TextAnimator> {
/third_party/skia/src/gpu/
H
A
D
GrBackendTextureImageGenerator.h
60
class RefHelper : public
SkNVRefCnt
<RefHelper> {
H
A
D
GrRenderTargetProxy.h
26
class GrArenas : public
SkNVRefCnt
<GrArenas> {
H
A
D
GrSurfaceProxy.h
28
class SK_API GrSurfaceProxy : public
SkNVRefCnt
<GrSurfaceProxy> {
H
A
D
GrThreadSafeCache.h
103
class VertexData : public
SkNVRefCnt
<VertexData> {
/third_party/skia/include/private/
H
A
D
GrGLTypesPriv.h
16
class GrGLTextureParameters : public
SkNVRefCnt
<GrGLTextureParameters> {
H
A
D
SkPathRef.h
65
class SK_API SkPathRef final : public
SkNVRefCnt
<SkPathRef> {
H
A
D
GrTypesPriv.h
1277
class GrRefCntedCallback : public
SkNVRefCnt
<GrRefCntedCallback> {
/third_party/skia/tools/gpu/
H
A
D
ManagedBackendTexture.h
20
class ManagedBackendTexture : public
SkNVRefCnt
<ManagedBackendTexture> {
/third_party/skia/src/ports/
H
A
D
SkTypeface_win_dw.h
42
struct Loaders : public
SkNVRefCnt
<Loaders> {
/third_party/skia/fuzz/
H
A
D
FuzzDDLThreading.cpp
48
class PromiseImageInfo : public
SkNVRefCnt
<PromiseImageInfo>, SkNoncopyable {
/third_party/skia/experimental/skrive/include/
H
A
D
SkRive.h
304
class SK_API SkRive final : public
SkNVRefCnt
<SkRive> {
/third_party/skia/src/image/
H
A
D
SkImage_Lazy.cpp
38
class SharedGenerator final : public
SkNVRefCnt
<SharedGenerator> {
Completed in 17 milliseconds