Searched defs:NewAllocate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkMallocPixelRef.cpp52 SkMallocPixelRef* SkMallocPixelRef::NewAllocate(const SkImageInfo& info, function in class:SkMallocPixelRef
206 return SkMallocPixelRef::NewAllocate(info, rowBytes, ctable);
/external/skia/src/core/
H A DSkMallocPixelRef.cpp53 SkMallocPixelRef* SkMallocPixelRef::NewAllocate(const SkImageInfo& info, function in class:SkMallocPixelRef
245 return SkMallocPixelRef::NewAllocate(info, info.minRowBytes(), ctable);

Completed in 83 milliseconds