/third_party/skia/src/codec/ |
H A D | SkWuffsCodec.cpp | 198 std::unique_ptr<wuffs_gif__decoder, decltype(&sk_free)> dec, 199 std::unique_ptr<uint8_t, decltype(&sk_free)> workbuf_ptr, 258 std::unique_ptr<uint8_t, decltype(&sk_free)> fWorkbufPtr; 261 std::unique_ptr<wuffs_gif__decoder, decltype(&sk_free)> fDecoders[WhichDecoder::kNumDecoders]; 277 std::unique_ptr<uint8_t, decltype(&sk_free)> fTwoPassPixbufPtr; 341 std::unique_ptr<wuffs_gif__decoder, decltype(&sk_free)> dec, in SkWuffsCodec() 342 std::unique_ptr<uint8_t, decltype(&sk_free)> workbuf_ptr, in SkWuffsCodec() 371 fTwoPassPixbufPtr(nullptr, &sk_free), 957 // we pair the pointer with sk_free instead of C++'s delete. in SkWuffsCodec_MakeFromStream() 963 std::unique_ptr<wuffs_gif__decoder, decltype(&sk_free)> decode in SkWuffsCodec_MakeFromStream() 964 reinterpret_cast<wuffs_gif__decoder*>(decoder_raw), &sk_free); SkWuffsCodec_MakeFromStream() local 990 reinterpret_cast<uint8_t*>(workbuf_ptr_raw), &sk_free); SkWuffsCodec_MakeFromStream() local [all...] |
H A D | SkColorTable.cpp | 22 sk_free(fColors); in ~SkColorTable()
|
/third_party/skia/src/core/ |
H A D | SkAutoMalloc.h | 20 * the lifetime of the block, so the caller must not call sk_free() or delete 67 sk_free on the returned address. 76 void operator()(void* p) { sk_free(p); } in operator ()() 85 * sole manager of the lifetime of the block, so the caller must not call sk_free() or delete on 115 sk_free(fPtr); in ~SkAutoSMalloc() 121 * this may be on the stack or dynamically allocated, the caller must not call sk_free() on it, 141 sk_free(fPtr); in reset()
|
H A D | SkAutoPixmapStorage.h | 52 * been allocated, the result is NULL. The caller is responsible for calling sk_free to free 83 sk_free(fStorage); in freeStorage()
|
H A D | SkTSearch.cpp | 114 sk_free(fLC); in ~SkAutoAsciiToLC()
|
H A D | SkMallocPixelRef.cpp | 49 ~PixelRef() override { sk_free(this->pixels()); } in MakeAllocate()
|
H A D | SkStream.cpp | 516 sk_free(block); in reset() 679 sk_free(block); in copyToAndReset() 696 sk_free(block); in writeToAndReset() 745 sk_free(block);
|
H A D | SkDataTable.cpp | 13 sk_free(context); in malloc_freeproc()
|
/third_party/skia/src/gpu/ops/ |
H A D | AALinearizingConvexPathRenderer.cpp | 243 sk_free(vertices); 244 sk_free(indices); 253 sk_free(vertices); 254 sk_free(indices); 278 sk_free(vertices); 279 sk_free(indices);
|
/third_party/skia/include/private/ |
H A D | SkTemplates.h | 168 sk_free(fArray); in reset() 243 /** Takes ownership of the ptr. The ptr must be a value which can be passed to sk_free. */ 286 std::unique_ptr<T, SkFunctionWrapper<void(void*), sk_free>> fPtr; 314 sk_free(fPtr); 321 sk_free(fPtr); 440 using SkAutoFree = std::unique_ptr<void, SkFunctionWrapper<void(void*), sk_free>>;
|
H A D | SkTDArray.h | 50 sk_free(fArray); in ~SkTDArray() 133 sk_free(fArray); in reset() 297 sk_free(*iter); in freeAll()
|
H A D | SkMalloc.h | 22 SK_API extern void sk_free(void*); 49 * To free the memory, call sk_free()
|
/third_party/skia/src/utils/ |
H A D | SkCanvasStateUtils.cpp | 118 sk_free(layers[i].mcState.clipRects); in ~SkCanvasState_v1() 123 sk_free(mcState.clipRects); in ~SkCanvasState_v1() 127 sk_free(layers); in ~SkCanvasState_v1()
|
/third_party/skia/tests/ |
H A D | OverAlignedTest.cpp | 20 sk_free(p); in DEF_TEST()
|
H A D | MemoryTest.cpp | 10 sk_free(zeros); in DEF_TEST()
|
/third_party/skia/src/ports/ |
H A D | SkMemory_mozalloc.cpp | 25 void sk_free(void* p) { in sk_free() function
|
H A D | SkMemory_malloc.cpp | 68 void sk_free(void* p) { in sk_free() function
|
H A D | SkOSFile_win.cpp | 202 sk_free(self.fPath16); in ~Iter() 219 sk_free(self.fPath16); in reset()
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockBuffer.h | 29 void onUnmap() override { sk_free(fMapPtr); }
|
/third_party/skia/docs/examples/ |
H A D | Surface_MakeRasterDirectReleaseProc.cpp | 10 sk_free(pixels); in REG_FIDDLE()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | stack.rs | 39 pub fn sk_free(st: *mut _STACK); in sk_free() functions
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | stack.h | 67 # define sk_free OPENSSL_sk_free macro
|
/third_party/openssl/include/openssl/ |
H A D | stack.h | 67 # define sk_free OPENSSL_sk_free macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | stack.h | 60 # define sk_free OPENSSL_sk_free macro
|
/third_party/skia/tools/sk_app/win/ |
H A D | main_win.cpp | 52 sk_free(argv[i]); in _tWinMain()
|