OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkRefCntBase
(Results
1 - 5
of
5
) sorted by null
/external/skia/include/ports/
SkRefCnt_android.h
17
class SK_API SkRefCnt : public
SkRefCntBase
{
19
void deref() const {
SkRefCntBase
::unref(); }
/external/chromium_org/skia/config/
sk_ref_cnt_ext_release.h
13
class SK_API SkRefCnt : public
SkRefCntBase
{
15
void deref() const {
SkRefCntBase
::unref(); }
sk_ref_cnt_ext_debug.h
13
class SK_API SkRefCnt : public
SkRefCntBase
{
16
void ref() const { SkASSERT(flags_ != AdoptionRequired_Flag);
SkRefCntBase
::ref(); }
19
void deref() const {
SkRefCntBase
::unref(); }
/external/chromium_org/third_party/skia/include/core/
SkRefCnt.h
17
/** \class
SkRefCntBase
19
SkRefCntBase
is the base class for objects that may be shared by multiple
27
class SK_API
SkRefCntBase
: public SkNoncopyable {
29
SK_DECLARE_INST_COUNT_ROOT(
SkRefCntBase
)
33
SkRefCntBase
() : fRefCnt(1) {}
37
virtual ~
SkRefCntBase
() {
123
// This SkRefCnt should normally derive from
SkRefCntBase
.
126
class SK_API SkRefCnt : public
SkRefCntBase
{ };
/external/skia/include/core/
SkRefCnt.h
17
/** \class
SkRefCntBase
19
SkRefCntBase
is the base class for objects that may be shared by multiple
27
class SK_API
SkRefCntBase
: public SkNoncopyable {
29
SK_DECLARE_INST_COUNT_ROOT(
SkRefCntBase
)
33
SkRefCntBase
() : fRefCnt(1) {}
37
virtual ~
SkRefCntBase
() {
123
// This SkRefCnt should normally derive from
SkRefCntBase
.
126
class SK_API SkRefCnt : public
SkRefCntBase
{ };
Completed in 619 milliseconds