HomeSort by relevance Sort by last modified time
    Searched defs:SkPathHeap (Results 1 - 2 of 2) sorted by null

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

Completed in 20 milliseconds