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

/external/skia/src/core/
H A DSkPathHeap.h12 class SkPathHeap : public SkRefCnt { class in inherits:SkRefCnt
14 SkPathHeap();
15 SkPathHeap(SkFlattenableReadBuffer&);
16 virtual ~SkPathHeap();
H A DSkPathHeap.cpp1 #include "SkPathHeap.h"
9 SkPathHeap::SkPathHeap() : fHeap(kPathCount * sizeof(SkPath)) { function in class:SkPathHeap
12 SkPathHeap::SkPathHeap(SkFlattenableReadBuffer& buffer) function in class:SkPathHeap
28 SkPathHeap::~SkPathHeap() {
37 int SkPathHeap::append(const SkPath& path) {
44 void SkPathHeap::flatten(SkFlattenableWriteBuffer& buffer) const {

Completed in 51 milliseconds