HomeSort by relevance Sort by last modified time
    Searched refs:SkPathHeap (Results 1 - 7 of 7) 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 {
SkPicturePlayback.h 11 #include "SkPathHeap.h"
156 SkPathHeap* fPathHeap; // reference counted
SkPictureRecord.h 6 #include "SkPathHeap.h"
170 SkPathHeap* fPathHeap; // reference counted
SkPictureRecord.cpp 463 fPathHeap = SkNEW(SkPathHeap);
SkPicturePlayback.cpp 483 fPathHeap = SkNEW_ARGS(SkPathHeap, (buffer));
    [all...]
  /external/skia/
Android.mk 139 src/core/SkPathHeap.cpp \

Completed in 174 milliseconds