OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkRefCnt
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/skia/config/
sk_ref_cnt_ext_release.h
9
#error Only one
SkRefCnt
should be used.
12
// Alternate implementation of
SkRefCnt
for Chromium release builds
13
class SK_API
SkRefCnt
: public SkRefCntBase {
sk_ref_cnt_ext_debug.h
9
#error Only one
SkRefCnt
should be used.
12
// Alternate implementation of
SkRefCnt
for Chromium debug builds
13
class SK_API
SkRefCnt
: public SkRefCntBase {
15
SkRefCnt
() : flags_(0) {}
32
inline void adopted(const
SkRefCnt
* object) {
37
inline void requireAdoption(const
SkRefCnt
* object) {
/external/skia/include/ports/
SkRefCnt_android.h
12
* Android's version of
SkRefCnt
.
15
* that calls
SkRefCnt
::deref(), can link against the system's copy of Skia.
17
class SK_API
SkRefCnt
: public SkRefCntBase {
/external/chromium_org/third_party/skia/include/core/
SkRefCnt.h
112
// and conditionally call
SkRefCnt
::internal_dispose().
122
// It is the responsibility of the following include to define the type
SkRefCnt
.
123
// This
SkRefCnt
should normally derive from SkRefCntBase.
126
class SK_API
SkRefCnt
: public SkRefCntBase { };
131
/** Helper macro to safely assign one
SkRefCnt
[TS]* to another, checking for
242
class SkAutoUnref : public SkAutoTUnref<
SkRefCnt
> {
244
SkAutoUnref(
SkRefCnt
* obj) : SkAutoTUnref<
SkRefCnt
>(obj) {}
250
SkAutoRef(
SkRefCnt
* obj) : fObj(obj) { SkSafeRef(obj); }
253
SkRefCnt
* fObj
[
all
...]
/external/skia/include/core/
SkRefCnt.h
112
// and conditionally call
SkRefCnt
::internal_dispose().
122
// It is the responsibility of the following include to define the type
SkRefCnt
.
123
// This
SkRefCnt
should normally derive from SkRefCntBase.
126
class SK_API
SkRefCnt
: public SkRefCntBase { };
131
/** Helper macro to safely assign one
SkRefCnt
[TS]* to another, checking for
242
class SkAutoUnref : public SkAutoTUnref<
SkRefCnt
> {
244
SkAutoUnref(
SkRefCnt
* obj) : SkAutoTUnref<
SkRefCnt
>(obj) {}
250
SkAutoRef(
SkRefCnt
* obj) : fObj(obj) { SkSafeRef(obj); }
253
SkRefCnt
* fObj
[
all
...]
Completed in 52 milliseconds