Searched refs:SkRefDict (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkRefDict.h19 class SK_API SkRefDict : SkNoncopyable { class in inherits:SkNoncopyable
21 SkRefDict();
22 ~SkRefDict();
H A DSkRefDict.cpp10 #include "SkRefDict.h"
13 struct SkRefDict::Impl {
19 SkRefDict::SkRefDict() : fImpl(NULL) {} function in class:SkRefDict
21 SkRefDict::~SkRefDict() {
25 SkRefCnt* SkRefDict::find(const char name[]) const {
40 void SkRefDict::set(const char name[], SkRefCnt* data) {
80 void SkRefDict::removeAll() {
/external/skia/tests/
H A DRefDictTest.cpp8 #include "SkRefDict.h"
20 SkRefDict dict;
64 SkRefDict d;
/external/skia/
H A DAndroid.mk201 src/core/SkRefDict.cpp \

Completed in 203 milliseconds