Home | History | Annotate | Download | only in core

Lines Matching defs:SkMallocPixelRef

17 class SK_API SkMallocPixelRef : public SkPixelRef {
19 SK_DECLARE_INST_COUNT(SkMallocPixelRef)
21 * Return a new SkMallocPixelRef with the provided pixel storage, rowBytes,
30 static SkMallocPixelRef* NewDirect(const SkImageInfo&, void* addr,
34 * Return a new SkMallocPixelRef, automatically allocating storage for the
43 static SkMallocPixelRef* NewAllocate(const SkImageInfo& info,
47 * Return a new SkMallocPixelRef with the provided pixel storage,
55 * SkMallocPixelRef must not live beyond its pixels (e.g. by copying
61 static SkMallocPixelRef* NewWithProc(const SkImageInfo& info,
67 * Return a new SkMallocPixelRef that will use the provided
76 static SkMallocPixelRef* NewWithData(const SkImageInfo& info,
92 SkMallocPixelRef(const SkImageInfo&, void* addr, size_t rb, SkColorTable*,
94 virtual ~SkMallocPixelRef();
107 SkMallocPixelRef(const SkImageInfo&, void* addr, size_t rb, SkColorTable*,