HomeSort by relevance Sort by last modified time
    Searched defs:SkMallocPixelRef (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkMallocPixelRef.cpp 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
    [all...]
  /external/skia/include/core/
SkMallocPixelRef.h 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 provide
    [all...]

Completed in 51 milliseconds