Home
last modified time | relevance | path

Searched refs:NewAllocate (Results 1 – 9 of 9) sorted by relevance

/external/skia/tests/
DMallocPixelRefTest.cpp28 SkMallocPixelRef::NewAllocate(info, info.minRowBytes() - 1, NULL)); in DEF_TEST()
61 SkMallocPixelRef::NewAllocate(info, rowBytes, NULL)); in DEF_TEST()
DPixelRefTest.cpp17 SkAutoTUnref<SkPixelRef> pixelRef(SkMallocPixelRef::NewAllocate(info, 0, NULL)); in DEF_TEST()
DBitmapTest.cpp21 SkPixelRef* pr = SkMallocPixelRef::NewAllocate(info, info.minRowBytes(), NULL); in test_bigalloc()
DWritePixelsTest.cpp290 SkPixelRef* pr = SkMallocPixelRef::NewAllocate(info, rowBytes, NULL); in allocRowBytes()
/external/skia/src/core/
DSkMallocPixelRef.cpp52 SkMallocPixelRef* SkMallocPixelRef::NewAllocate(const SkImageInfo& info, in NewAllocate() function in SkMallocPixelRef
207 return SkMallocPixelRef::NewAllocate(info, rowBytes, ctable); in create()
DSkBitmap.cpp420 SkPixelRef* pr = SkMallocPixelRef::NewAllocate(info, dst->rowBytes(), ctable); in allocPixelRef()
/external/skia/include/core/
DSkMallocPixelRef.h43 static SkMallocPixelRef* NewAllocate(const SkImageInfo& info,
/external/skia/src/image/
DSkSurface_Raster.cpp172 SkAutoTUnref<SkPixelRef> pr(SkMallocPixelRef::NewAllocate(info, 0, NULL)); in NewRaster()
/external/skia/src/effects/gradients/
DSkGradientShader.cpp571 cache->fCache32PixelRef = SkMallocPixelRef::NewAllocate(info, 0, NULL); in initCache32()