Searched refs:SkMallocPixelRef (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/tests/ |
H A D | MallocPixelRefTest.cpp | 9 #include "include/core/SkMallocPixelRef.h" 27 SkMallocPixelRef::MakeAllocate(info, info.minRowBytes() - 1)); in DEF_TEST() 36 SkMallocPixelRef::MakeWithData(info, rowBytes, data)); in DEF_TEST() 45 SkMallocPixelRef::MakeWithData(info, rowBytes, data)); in DEF_TEST() 59 SkMallocPixelRef::MakeAllocate(info, rowBytes)); in DEF_TEST() 96 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithData(info, rowBytes, data); in DEF_TEST()
|
H A D | PixelRefTest.cpp | 10 #include "include/core/SkMallocPixelRef.h" 73 sk_sp<SkPixelRef> pixelRef = SkMallocPixelRef::MakeAllocate(info, 0); in DEF_TEST()
|
H A D | BitmapTest.cpp | 11 #include "include/core/SkMallocPixelRef.h" 57 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, info.minRowBytes()); in test_bigalloc()
|
H A D | WritePixelsTest.cpp | 276 #include "include/core/SkMallocPixelRef.h" 286 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, rowBytes); in alloc_row_bytes()
|
/third_party/skia/src/core/ |
H A D | SkMallocPixelRef.cpp | 8 #include "include/core/SkMallocPixelRef.h" 24 sk_sp<SkPixelRef> SkMallocPixelRef::MakeAllocate(const SkImageInfo& info, size_t rowBytes) { in MakeAllocate() 54 sk_sp<SkPixelRef> SkMallocPixelRef::MakeWithData(const SkImageInfo& info, in MakeWithData()
|
H A D | SkBitmap.cpp | 11 #include "include/core/SkMallocPixelRef.h" 265 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, rowBytes); in tryAllocPixels() 285 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, in tryAllocPixelsFlags() 365 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, dst->rowBytes()); in allocPixelRef()
|
H A D | SkSpecialSurface.cpp | 63 #include "include/core/SkMallocPixelRef.h" 109 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, 0); in MakeRaster()
|
/third_party/skia/include/core/ |
H A D | SkMallocPixelRef.h | 20 namespace SkMallocPixelRef { namespace 22 * Return a new SkMallocPixelRef, automatically allocating storage for the 34 * Return a new SkMallocPixelRef that will use the provided SkData and 41 } // namespace SkMallocPixelRef
|
/third_party/skia/src/image/ |
H A D | SkSurface_Raster.cpp | 9 #include "include/core/SkMallocPixelRef.h" 185 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, rowBytes); in MakeRaster()
|
Completed in 5 milliseconds