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

/external/skia/src/core/
H A DSkPathHeap.h19 class SkPathHeap : public SkRefCnt { class in inherits:SkRefCnt
21 SkPathHeap();
22 SkPathHeap(SkFlattenableReadBuffer&);
23 virtual ~SkPathHeap();
H A DSkPathHeap.cpp8 #include "SkPathHeap.h"
16 SkPathHeap::SkPathHeap() : fHeap(kPathCount * sizeof(SkPath)) { function in class:SkPathHeap
19 SkPathHeap::SkPathHeap(SkFlattenableReadBuffer& buffer) function in class:SkPathHeap
35 SkPathHeap::~SkPathHeap() {
44 int SkPathHeap::append(const SkPath& path) {
51 void SkPathHeap::flatten(SkFlattenableWriteBuffer& buffer) const {

Completed in 44 milliseconds