Searched defs:SkPathHeap (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPathHeap.cpp8 #include "SkPathHeap.h"
18 SkPathHeap::SkPathHeap() : fHeap(kPathCount * sizeof(SkPath)) { function in class:SkPathHeap
21 SkPathHeap::SkPathHeap(SkReadBuffer& buffer) function in class:SkPathHeap
37 SkPathHeap::~SkPathHeap() {
46 int SkPathHeap::append(const SkPath& path) {
53 SkPathHeap::LookupEntry::LookupEntry(const SkPath& path)
57 SkPathHeap
[all...]
H A DSkPathHeap.h19 class SkPathHeap : public SkRefCnt { class in inherits:SkRefCnt
21 SK_DECLARE_INST_COUNT(SkPathHeap)
23 SkPathHeap();
24 SkPathHeap(SkReadBuffer&);
25 virtual ~SkPathHeap();
71 SkPathHeap::LookupEntry* addIfNotPresent(const SkPath& path);
/external/skia/src/core/
H A DSkPathHeap.cpp8 #include "SkPathHeap.h"
18 SkPathHeap::SkPathHeap() : fHeap(kPathCount * sizeof(SkPath)) { function in class:SkPathHeap
21 SkPathHeap::SkPathHeap(SkReadBuffer& buffer) function in class:SkPathHeap
37 SkPathHeap::~SkPathHeap() {
46 int SkPathHeap::append(const SkPath& path) {
53 SkPathHeap::LookupEntry::LookupEntry(const SkPath& path)
57 SkPathHeap
[all...]
H A DSkPathHeap.h19 class SkPathHeap : public SkRefCnt { class in inherits:SkRefCnt
21 SK_DECLARE_INST_COUNT(SkPathHeap)
23 SkPathHeap();
24 SkPathHeap(SkReadBuffer&);
25 virtual ~SkPathHeap();
71 SkPathHeap::LookupEntry* addIfNotPresent(const SkPath& path);

Completed in 47 milliseconds