Home
last modified time | relevance | path

Searched refs:sk_free (Results 1 - 25 of 66) sorted by relevance

123

/third_party/skia/src/codec/
H A DSkWuffsCodec.cpp198 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 DSkColorTable.cpp22 sk_free(fColors); in ~SkColorTable()
/third_party/skia/src/core/
H A DSkAutoMalloc.h20 * 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 DSkAutoPixmapStorage.h52 * been allocated, the result is NULL. The caller is responsible for calling sk_free to free
83 sk_free(fStorage); in freeStorage()
H A DSkTSearch.cpp114 sk_free(fLC); in ~SkAutoAsciiToLC()
H A DSkMallocPixelRef.cpp49 ~PixelRef() override { sk_free(this->pixels()); } in MakeAllocate()
H A DSkStream.cpp516 sk_free(block); in reset()
679 sk_free(block); in copyToAndReset()
696 sk_free(block); in writeToAndReset()
745 sk_free(block);
H A DSkDataTable.cpp13 sk_free(context); in malloc_freeproc()
/third_party/skia/src/gpu/ops/
H A DAALinearizingConvexPathRenderer.cpp243 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 DSkTemplates.h168 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 DSkTDArray.h50 sk_free(fArray); in ~SkTDArray()
133 sk_free(fArray); in reset()
297 sk_free(*iter); in freeAll()
H A DSkMalloc.h22 SK_API extern void sk_free(void*);
49 * To free the memory, call sk_free()
/third_party/skia/src/utils/
H A DSkCanvasStateUtils.cpp118 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 DOverAlignedTest.cpp20 sk_free(p); in DEF_TEST()
H A DMemoryTest.cpp10 sk_free(zeros); in DEF_TEST()
/third_party/skia/src/ports/
H A DSkMemory_mozalloc.cpp25 void sk_free(void* p) { in sk_free() function
H A DSkMemory_malloc.cpp68 void sk_free(void* p) { in sk_free() function
H A DSkOSFile_win.cpp202 sk_free(self.fPath16); in ~Iter()
219 sk_free(self.fPath16); in reset()
/third_party/skia/src/gpu/mock/
H A DGrMockBuffer.h29 void onUnmap() override { sk_free(fMapPtr); }
/third_party/skia/docs/examples/
H A DSurface_MakeRasterDirectReleaseProc.cpp10 sk_free(pixels); in REG_FIDDLE()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dstack.rs39 pub fn sk_free(st: *mut _STACK); in sk_free() functions
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dstack.h67 # define sk_free OPENSSL_sk_free macro
/third_party/openssl/include/openssl/
H A Dstack.h67 # define sk_free OPENSSL_sk_free macro
/third_party/openssl/ohos_lite/include/openssl/
H A Dstack.h60 # define sk_free OPENSSL_sk_free macro
/third_party/skia/tools/sk_app/win/
H A Dmain_win.cpp52 sk_free(argv[i]); in _tWinMain()

Completed in 12 milliseconds

123