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

  /external/chromium_org/third_party/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...]
SkPicturePlayback.h 20 #include "SkPathHeap.h"
205 SkAutoTUnref<SkPathHeap> fPathHeap;
SkPictureRecord.h 13 #include "SkPathHeap.h"
234 SkPathHeap* fPathHeap; // reference counted
SkPictureRecord.cpp     [all...]
SkPicturePlayback.cpp 579 fPathHeap.reset(SkNEW_ARGS(SkPathHeap, (buffer)));
    [all...]
  /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...]
SkPicturePlayback.h 20 #include "SkPathHeap.h"
205 SkAutoTUnref<SkPathHeap> fPathHeap;
SkPictureRecord.h 13 #include "SkPathHeap.h"
234 SkPathHeap* fPathHeap; // reference counted
SkPictureRecord.cpp     [all...]
SkPicturePlayback.cpp 579 fPathHeap.reset(SkNEW_ARGS(SkPathHeap, (buffer)));
    [all...]
  /external/skia/
Android.mk 167 src/core/SkPathHeap.cpp \

Completed in 921 milliseconds