Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkWuffsCodec.cpp277 std::unique_ptr<uint8_t, decltype(&sk_free)> fTwoPassPixbufPtr; member in final
371 fTwoPassPixbufPtr(nullptr, &sk_free),
523 if (!fTwoPassPixbufPtr) { in onStartIncrementalDecodeTwoPass()
531 fTwoPassPixbufPtr.reset(reinterpret_cast<uint8_t*>(pixbuf_ptr_raw)); in onStartIncrementalDecodeTwoPass()
537 &fPixelConfig, wuffs_base__make_slice_u8(fTwoPassPixbufPtr.get(), fTwoPassPixbufLen)); in onStartIncrementalDecodeTwoPass()
730 // lower than always keeping the fTwoPassPixbufPtr buffer up until the in onIncrementalDecodeTwoPass()
734 // not allocate, free or otherwise use fTwoPassPixbufPtr. in onIncrementalDecodeTwoPass()
736 fTwoPassPixbufPtr.reset(nullptr); in onIncrementalDecodeTwoPass()

Completed in 3 milliseconds