Home | History | Annotate | Download | only in core

Lines Matching defs:SkMallocPixelRef

8 #include "SkMallocPixelRef.h"
40 SkMallocPixelRef* SkMallocPixelRef::NewDirect(const SkImageInfo& info,
47 return SkNEW_ARGS(SkMallocPixelRef,
52 SkMallocPixelRef* SkMallocPixelRef::NewAllocate(const SkImageInfo& info,
87 return SkNEW_ARGS(SkMallocPixelRef,
92 SkMallocPixelRef* SkMallocPixelRef::NewWithProc(const SkImageInfo& info,
96 SkMallocPixelRef::ReleaseProc proc,
101 return SkNEW_ARGS(SkMallocPixelRef,
109 SkMallocPixelRef* SkMallocPixelRef::NewWithData(const SkImageInfo& info,
122 SkMallocPixelRef* pr
123 = SkNEW_ARGS(SkMallocPixelRef,
135 SkMallocPixelRef::SkMallocPixelRef(const SkImageInfo& info, void* storage,
157 SkMallocPixelRef::SkMallocPixelRef(const SkImageInfo& info, void* storage,
159 SkMallocPixelRef::ReleaseProc proc,
181 SkMallocPixelRef::~SkMallocPixelRef() {
188 bool SkMallocPixelRef::onNewLockPixels(LockRec* rec) {
195 void SkMallocPixelRef::onUnlockPixels() {
199 size_t SkMallocPixelRef::getAllocatedSizeInBytes() const {
205 SkPixelRef* SkMallocPixelRef::PRFactory::create(const SkImageInfo& info, size_t rowBytes,
207 return SkMallocPixelRef::NewAllocate(info, rowBytes, ctable);