Searched refs:NewAllocate (Results 1 – 9 of 9) sorted by relevance
/external/skia/tests/ |
D | MallocPixelRefTest.cpp | 28 SkMallocPixelRef::NewAllocate(info, info.minRowBytes() - 1, NULL)); in DEF_TEST() 61 SkMallocPixelRef::NewAllocate(info, rowBytes, NULL)); in DEF_TEST()
|
D | PixelRefTest.cpp | 17 SkAutoTUnref<SkPixelRef> pixelRef(SkMallocPixelRef::NewAllocate(info, 0, NULL)); in DEF_TEST()
|
D | BitmapTest.cpp | 21 SkPixelRef* pr = SkMallocPixelRef::NewAllocate(info, info.minRowBytes(), NULL); in test_bigalloc()
|
D | WritePixelsTest.cpp | 290 SkPixelRef* pr = SkMallocPixelRef::NewAllocate(info, rowBytes, NULL); in allocRowBytes()
|
/external/skia/src/core/ |
D | SkMallocPixelRef.cpp | 52 SkMallocPixelRef* SkMallocPixelRef::NewAllocate(const SkImageInfo& info, in NewAllocate() function in SkMallocPixelRef 207 return SkMallocPixelRef::NewAllocate(info, rowBytes, ctable); in create()
|
D | SkBitmap.cpp | 420 SkPixelRef* pr = SkMallocPixelRef::NewAllocate(info, dst->rowBytes(), ctable); in allocPixelRef()
|
/external/skia/include/core/ |
D | SkMallocPixelRef.h | 43 static SkMallocPixelRef* NewAllocate(const SkImageInfo& info,
|
/external/skia/src/image/ |
D | SkSurface_Raster.cpp | 172 SkAutoTUnref<SkPixelRef> pr(SkMallocPixelRef::NewAllocate(info, 0, NULL)); in NewRaster()
|
/external/skia/src/effects/gradients/ |
D | SkGradientShader.cpp | 571 cache->fCache32PixelRef = SkMallocPixelRef::NewAllocate(info, 0, NULL); in initCache32()
|