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

  /external/skia/legacy/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 {
  /external/skia/src/core/
SkPathHeap.h 19 class SkPathHeap : public SkRefCnt {
21 SK_DECLARE_INST_COUNT(SkPathHeap)
23 SkPathHeap();
24 SkPathHeap(SkFlattenableReadBuffer&);
25 virtual ~SkPathHeap();
SkPathHeap.cpp 8 #include "SkPathHeap.h"
14 SK_DEFINE_INST_COUNT(SkPathHeap)
18 SkPathHeap::SkPathHeap() : fHeap(kPathCount * sizeof(SkPath)) {
21 SkPathHeap::SkPathHeap(SkFlattenableReadBuffer& buffer)
37 SkPathHeap::~SkPathHeap() {
46 int SkPathHeap::append(const SkPath& path) {
53 void SkPathHeap::flatten(SkFlattenableWriteBuffer& buffer) const
    [all...]

Completed in 656 milliseconds