HomeSort by relevance Sort by last modified time
    Searched refs:MakeWithProc (Results 1 - 24 of 24) sorted by null

  /external/skia/include/core/
SkMallocPixelRef.h 62 static sk_sp<SkPixelRef> MakeWithProc(const SkImageInfo& info, size_t rowBytes, void* addr,
SkData.h 101 static sk_sp<SkData> MakeWithProc(const void* ptr, size_t length, ReleaseProc proc, void* ctx);
108 return MakeWithProc(data, length, DummyReleaseProc, nullptr);
  /external/skia/tests/
MallocPixelRefTest.cpp 69 SkMallocPixelRef::MakeWithProc(info, rowBytes, addr, delete_uint8_proc, nullptr));
77 SkMallocPixelRef::MakeWithProc(info, rowBytes,
91 SkMallocPixelRef::MakeWithProc(SkImageInfo::MakeN32Premul(-1, -1), rowBytes,
102 SkMallocPixelRef::MakeWithProc(info, rowBytes, addr,
DataRefTest.cpp 192 sk_sp<SkData> r2(SkData::MakeWithProc(new int[N], N*sizeof(int), delete_int_proc, gGlobal));
  /external/skqp/include/core/
SkMallocPixelRef.h 62 static sk_sp<SkPixelRef> MakeWithProc(const SkImageInfo& info, size_t rowBytes, void* addr,
SkData.h 101 static sk_sp<SkData> MakeWithProc(const void* ptr, size_t length, ReleaseProc proc, void* ctx);
108 return MakeWithProc(data, length, DummyReleaseProc, nullptr);
  /external/skqp/src/pdf/
SkPDFSubsetFont.cpp 46 return SkData::MakeWithProc(subsetFont, subsetFontSize,
SkPDFFont.cpp 282 return SkData::MakeWithProc(base, size, proc, stream.release());
    [all...]
  /external/skqp/tests/
MallocPixelRefTest.cpp 69 SkMallocPixelRef::MakeWithProc(info, rowBytes, addr, delete_uint8_proc, nullptr));
77 SkMallocPixelRef::MakeWithProc(info, rowBytes,
91 SkMallocPixelRef::MakeWithProc(SkImageInfo::MakeN32Premul(-1, -1), rowBytes,
102 SkMallocPixelRef::MakeWithProc(info, rowBytes, addr,
DataRefTest.cpp 192 sk_sp<SkData> r2(SkData::MakeWithProc(new int[N], N*sizeof(int), delete_int_proc, gGlobal));
  /external/skia/src/pdf/
SkPDFSubsetFont.cpp 39 return SkData::MakeWithProc(data, SkToSizeT(length),
121 return SkData::MakeWithProc(subsetFont, subsetFontSize,
SkPDFFont.cpp 281 return SkData::MakeWithProc(base, size, proc, stream.release());
    [all...]
  /external/skia/src/core/
SkData.cpp 112 sk_sp<SkData> SkData::MakeWithProc(const void* ptr, size_t length, ReleaseProc proc, void* ctx) {
129 return SkData::MakeWithProc(addr, size, sk_mmap_releaseproc, reinterpret_cast<void*>(size));
148 return SkData::MakeWithProc(addr, size, sk_mmap_releaseproc, reinterpret_cast<void*>(size));
SkMallocPixelRef.cpp 98 sk_sp<SkPixelRef> SkMallocPixelRef::MakeWithProc(const SkImageInfo& info,
SkBitmap.cpp 324 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithProc(correctedInfo, rb, pixels,
  /external/skqp/src/core/
SkData.cpp 112 sk_sp<SkData> SkData::MakeWithProc(const void* ptr, size_t length, ReleaseProc proc, void* ctx) {
129 return SkData::MakeWithProc(addr, size, sk_mmap_releaseproc, reinterpret_cast<void*>(size));
148 return SkData::MakeWithProc(addr, size, sk_mmap_releaseproc, reinterpret_cast<void*>(size));
SkMallocPixelRef.cpp 98 sk_sp<SkPixelRef> SkMallocPixelRef::MakeWithProc(const SkImageInfo& info,
SkBitmap.cpp 292 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithProc(correctedInfo, rb, pixels,
  /external/skia/src/image/
SkImage_Raster.cpp 297 sk_sp<SkData> data(SkData::MakeWithProc(pmap.addr(), size, proc, ctx));
  /external/skqp/src/image/
SkImage_Raster.cpp 294 sk_sp<SkData> data(SkData::MakeWithProc(pmap.addr(), size, proc, ctx));
  /external/skia/src/ports/
SkFontMgr_fuchsia.cpp 52 return SkData::MakeWithProc(reinterpret_cast<void*>(buffer), size, ReleaseSkData, context);
SkScalerContext_win_dw.cpp 647 sk_sp<SkData> data = SkData::MakeWithProc(glyphData.imageData,
    [all...]
  /external/skqp/src/ports/
SkFontMgr_fuchsia.cpp 52 return SkData::MakeWithProc(reinterpret_cast<void*>(buffer), size, ReleaseSkData, context);
SkScalerContext_win_dw.cpp 647 sk_sp<SkData> data = SkData::MakeWithProc(glyphData.imageData,
    [all...]

Completed in 1968 milliseconds