Home
last modified time | relevance | path

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

/external/skia/tests/
DMallocPixelRefTest.cpp68 SkMallocPixelRef::NewWithProc(info, rowBytes, nullptr, addr, in DEF_TEST()
77 SkMallocPixelRef::NewWithProc(info, rowBytes, nullptr, in DEF_TEST()
91 SkMallocPixelRef::NewWithProc(info, rowBytes, nullptr, addr, in DEF_TEST()
DDataRefTest.cpp213 SkAutoTUnref<SkData> r2(SkData::NewWithProc(new int[N], N*sizeof(int), in DEF_TEST()
/external/skia/src/core/
DSkData.cpp106 SkData* SkData::NewWithProc(const void* ptr, size_t length, ReleaseProc proc, void* context) { in NewWithProc() function in SkData
123 return SkData::NewWithProc(addr, size, sk_mmap_releaseproc, reinterpret_cast<void*>(size)); in NewFromFILE()
143 return SkData::NewWithProc(addr, size, sk_mmap_releaseproc, nullptr); in NewFromFD()
DSkMallocPixelRef.cpp103 SkMallocPixelRef* SkMallocPixelRef::NewWithProc(const SkImageInfo& info, in NewWithProc() function in SkMallocPixelRef
DSkBitmap.cpp371 SkPixelRef* pr = SkMallocPixelRef::NewWithProc(correctedInfo, rb, ct, pixels, releaseProc, in installPixels()
/external/skia/include/core/
DSkData.h100 static SkData* NewWithProc(const void* ptr, size_t length, ReleaseProc proc, void* context);
107 return NewWithProc(data, length, DummyReleaseProc, NULL); in NewWithoutCopy()
DSkMallocPixelRef.h66 static SkMallocPixelRef* NewWithProc(const SkImageInfo& info,
/external/skia/src/image/
DSkImage_Raster.cpp234 SkAutoDataUnref data(SkData::NewWithProc(pixels, size, proc, ctx)); in NewFromRaster()
/external/skia/src/pdf/
DSkPDFFont.cpp615 SkAutoDataUnref data(SkData::NewWithProc(subsetFont, in get_subset_font_stream()