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 19 class SkPathHeap : public SkRefCnt {
21 SkPathHeap();
22 SkPathHeap(SkFlattenableReadBuffer&);
23 virtual ~SkPathHeap();
SkPathHeap.cpp 8 #include "SkPathHeap.h"
16 SkPathHeap::SkPathHeap() : fHeap(kPathCount * sizeof(SkPath)) {
19 SkPathHeap::SkPathHeap(SkFlattenableReadBuffer& buffer)
35 SkPathHeap::~SkPathHeap() {
44 int SkPathHeap::append(const SkPath& path) {
51 void SkPathHeap::flatten(SkFlattenableWriteBuffer& buffer) const {

Completed in 23 milliseconds