Searched defs:SkMallocPixelRef (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkMallocPixelRef.h17 class SK_API SkMallocPixelRef : public SkPixelRef { class in inherits: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,
56 static SkMallocPixelRef* NewWithProc(const SkImageInfo& info,
62 * Return a new SkMallocPixelRef that will use the provided
71 static SkMallocPixelRef* NewWithDat
[all...]
/external/skia/include/core/
H A DSkMallocPixelRef.h17 class SK_API SkMallocPixelRef : public SkPixelRef { class in inherits: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,
56 static SkMallocPixelRef* NewWithProc(const SkImageInfo& info,
62 * Return a new SkMallocPixelRef that will use the provided
71 static SkMallocPixelRef* NewWithDat
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkMallocPixelRef.cpp8 #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
134 SkMallocPixelRef::SkMallocPixelRef(const SkImageInfo& info, void* storage, function in class:SkMallocPixelRef
156 SkMallocPixelRef::SkMallocPixelRef(const SkImageInfo& info, void* storage, function in class:SkMallocPixelRef
[all...]
/external/skia/src/core/
H A DSkMallocPixelRef.cpp8 #include "SkMallocPixelRef.h"
41 SkMallocPixelRef* SkMallocPixelRef::NewDirect(const SkImageInfo& info,
48 return SkNEW_ARGS(SkMallocPixelRef,
53 SkMallocPixelRef* SkMallocPixelRef::NewAllocate(const SkImageInfo& info,
87 return SkNEW_ARGS(SkMallocPixelRef,
92 SkMallocPixelRef* SkMallocPixelRef::NewWithProc(const SkImageInfo& info,
96 SkMallocPixelRef
135 SkMallocPixelRef::SkMallocPixelRef(const SkImageInfo& info, void* storage, function in class:SkMallocPixelRef
157 SkMallocPixelRef::SkMallocPixelRef(const SkImageInfo& info, void* storage, function in class:SkMallocPixelRef
218 SkMallocPixelRef::SkMallocPixelRef(SkReadBuffer& buffer) function in class:SkMallocPixelRef
[all...]

Completed in 401 milliseconds