Home
last modified time | relevance | path

Searched refs:SkMallocPixelRef (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/tests/
H A DMallocPixelRefTest.cpp9 #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 DPixelRefTest.cpp10 #include "include/core/SkMallocPixelRef.h"
73 sk_sp<SkPixelRef> pixelRef = SkMallocPixelRef::MakeAllocate(info, 0); in DEF_TEST()
H A DBitmapTest.cpp11 #include "include/core/SkMallocPixelRef.h"
57 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, info.minRowBytes()); in test_bigalloc()
H A DWritePixelsTest.cpp276 #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 DSkMallocPixelRef.cpp8 #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 DSkBitmap.cpp11 #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 DSkSpecialSurface.cpp63 #include "include/core/SkMallocPixelRef.h"
109 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, 0); in MakeRaster()
/third_party/skia/include/core/
H A DSkMallocPixelRef.h20 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 DSkSurface_Raster.cpp9 #include "include/core/SkMallocPixelRef.h"
185 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, rowBytes); in MakeRaster()

Completed in 5 milliseconds