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,
86 return SkNEW_ARGS(SkMallocPixelRef,
91 SkMallocPixelRef* SkMallocPixelRef::NewWithProc(const SkImageInfo& info,
95 SkMallocPixelRef::ReleaseProc proc,
100 return SkNEW_ARGS(SkMallocPixelRef,
108 SkMallocPixelRef* SkMallocPixelRef::NewWithData(const SkImageInfo& info,
121 SkMallocPixelRef* pr
122 = SkNEW_ARGS(SkMallocPixelRef,
134 SkMallocPixelRef::SkMallocPixelRef(const SkImageInfo& info, void* storage,
156 SkMallocPixelRef::SkMallocPixelRef(const SkImageInfo& info, void* storage,
158 SkMallocPixelRef::ReleaseProc proc,
180 SkMallocPixelRef::~SkMallocPixelRef() {
187 bool SkMallocPixelRef::onNewLockPixels(LockRec* rec) {
194 void SkMallocPixelRef::onUnlockPixels() {
198 size_t SkMallocPixelRef::getAllocatedSizeInBytes() const {
204 SkPixelRef* SkMallocPixelRef::PRFactory::create(const SkImageInfo& info, size_t rowBytes,
206 return SkMallocPixelRef::NewAllocate(info, rowBytes, ctable);