Home
last modified time | relevance | path

Searched refs:SkWeakRefCnt (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
DSkWeakRefCnt.h52 class SK_API SkWeakRefCnt : public SkRefCnt {
54 SK_DECLARE_INST_COUNT(SkWeakRefCnt) in SK_DECLARE_INST_COUNT() argument
61 SkWeakRefCnt() : SkRefCnt(), fWeakCnt(1) {} in SK_DECLARE_INST_COUNT()
65 virtual ~SkWeakRefCnt() { in ~SkWeakRefCnt()
DSkTypeface.h37 class SK_API SkTypeface : public SkWeakRefCnt {
346 typedef SkWeakRefCnt INHERITED;
DSkRefCnt.h114 friend class SkWeakRefCnt; variable
/external/skia/include/core/
DSkWeakRefCnt.h52 class SK_API SkWeakRefCnt : public SkRefCnt {
54 SK_DECLARE_INST_COUNT(SkWeakRefCnt) in SK_DECLARE_INST_COUNT() argument
61 SkWeakRefCnt() : SkRefCnt(), fWeakCnt(1) {} in SK_DECLARE_INST_COUNT()
65 virtual ~SkWeakRefCnt() { in ~SkWeakRefCnt()
DSkTypeface.h37 class SK_API SkTypeface : public SkWeakRefCnt {
346 typedef SkWeakRefCnt INHERITED;
DSkRefCnt.h114 friend class SkWeakRefCnt; variable
/external/skia/tests/
DRefCntTest.cpp100 SkWeakRefCnt* ref = static_cast<SkWeakRefCnt*>(data); in bounce_weak_ref()
109 SkWeakRefCnt* ref = static_cast<SkWeakRefCnt*>(data); in bounce_weak_weak_ref()
117 SkWeakRefCnt* ref = new SkWeakRefCnt(); in test_weakRefCnt()
/external/skia/bench/
DRefCntBench.cpp121 SkWeakRefCnt ref; in onDraw()
133 class PlacedWeakRefCnt : public SkWeakRefCnt {
135 PlacedWeakRefCnt() : SkWeakRefCnt() { } in PlacedWeakRefCnt()
179 SkWeakRefCnt* ref = new SkWeakRefCnt(); in onDraw()
/external/skia/gyp/
Dpublic_headers.gypi235 'core/SkWeakRefCnt.h',
Dcore.gypi306 '<(skia_include_path)/core/SkWeakRefCnt.h',
/external/chromium_org/third_party/skia/gyp/
Dpublic_headers.gypi115 'core/SkWeakRefCnt.h',
Dcore.gypi306 '<(skia_include_path)/core/SkWeakRefCnt.h',
/external/chromium_org/skia/
Dskia_library.target.linux-arm.mk23 …ypes.h core/SkUnPreMultiply.h core/SkUnitMapper.h core/SkUtils.h core/SkWeakRefCnt.h core/SkWriter…
129 …e_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h: $(gyp_shared…
431 …d_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h \
Dskia_library.target.darwin-arm.mk23 …ypes.h core/SkUnPreMultiply.h core/SkUnitMapper.h core/SkUtils.h core/SkWeakRefCnt.h core/SkWriter…
129 …e_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h: $(gyp_shared…
431 …d_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h \
Dskia_library.target.linux-x86.mk23 …ypes.h core/SkUnPreMultiply.h core/SkUnitMapper.h core/SkUtils.h core/SkWeakRefCnt.h core/SkWriter…
129 …e_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h: $(gyp_shared…
431 …d_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h \
Dskia_library.target.darwin-mips.mk23 …ypes.h core/SkUnPreMultiply.h core/SkUnitMapper.h core/SkUtils.h core/SkWeakRefCnt.h core/SkWriter…
129 …e_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h: $(gyp_shared…
431 …d_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h \
Dskia_library.target.linux-mips.mk23 …ypes.h core/SkUnPreMultiply.h core/SkUnitMapper.h core/SkUtils.h core/SkWeakRefCnt.h core/SkWriter…
129 …e_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h: $(gyp_shared…
431 …d_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h \
Dskia_library.target.darwin-x86.mk23 …ypes.h core/SkUnPreMultiply.h core/SkUnitMapper.h core/SkUtils.h core/SkWeakRefCnt.h core/SkWriter…
129 …e_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h: $(gyp_shared…
431 …d_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/core/SkWeakRefCnt.h \
/external/chromium_org/tools/gn/secondary/skia/
DBUILD.gn508 "//third_party/skia/include/core/SkWeakRefCnt.h",