Home
last modified time | relevance | path

Searched defs:ReadAllOrNone (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcodec/gif/
H A Dcfx_gifcontext_unittest.cpp52 TEST(CFX_GifContext, ReadAllOrNone) { in TEST() argument
H A Dcfx_gifcontext.cpp332 bool CFX_GifContext::ReadAllOrNone(uint8_t* dest, uint32_t size) { in ReadAllOrNone() function in fxcodec::CFX_GifContext
/aosp_15_r20/external/pdfium/core/fxcodec/bmp/
H A Dcfx_bmpdecompressor.cpp661 bool CFX_BmpDecompressor::ReadAllOrNone(pdfium::span<uint8_t> buf) { in ReadAllOrNone() function in fxcodec::CFX_BmpDecompressor