Home
last modified time | relevance | path

Searched refs:ReadHeader (Results 1 – 25 of 40) sorted by relevance

12

/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext_unittest.cpp224 TEST(CFX_GifContext, ReadHeader) { in TEST() argument
236 EXPECT_EQ(CFX_GifDecodeStatus::Error, context.ReadHeader()); in TEST()
246 EXPECT_EQ(CFX_GifDecodeStatus::Unfinished, context.ReadHeader()); in TEST()
260 EXPECT_EQ(CFX_GifDecodeStatus::Success, context.ReadHeader()); in TEST()
277 EXPECT_EQ(CFX_GifDecodeStatus::Unfinished, context.ReadHeader()); in TEST()
293 EXPECT_EQ(CFX_GifDecodeStatus::Success, context.ReadHeader()); in TEST()
Dgifmodule.cpp26 CFX_GifDecodeStatus GifModule::ReadHeader(Context* pContext, in ReadHeader() function in fxcodec::GifModule
33 CFX_GifDecodeStatus ret = context->ReadHeader(); in ReadHeader()
Dgifmodule.h48 CFX_GifDecodeStatus ReadHeader(Context* context,
Dcfx_gifcontext.h42 CFX_GifDecodeStatus ReadHeader();
/external/pdfium/core/fxcodec/bmp/
Dbmpmodule.cpp27 BmpModule::Status BmpModule::ReadHeader(Context* pContext, in ReadHeader() function in fxcodec::BmpModule
38 Status status = ctx->m_Bmp.ReadHeader(); in ReadHeader()
Dbmpmodule.h41 Status ReadHeader(Context* pContext,
Dcfx_bmpdecompressor.h29 BmpModule::Status ReadHeader();
/external/sfntly/cpp/src/sfntly/
Dfont.h206 void ReadHeader(FontInputStream* is,
209 void ReadHeader(ReadableFontData* fd,
Dfont.cc328 ReadHeader(&font_is, &records); in LoadFont()
339 ReadHeader(wfd, offset_to_offset_table, &records); in LoadFont()
494 void Font::Builder::ReadHeader(FontInputStream* is, in ReadHeader() function in sfntly::Font::Builder
518 void Font::Builder::ReadHeader(ReadableFontData* fd, in ReadHeader() function in sfntly::Font::Builder
/external/skia/src/codec/
DSkBmpCodec.cpp136 SkCodec::Result SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, in ReadHeader() function in SkBmpCodec
596 *result = ReadHeader(stream.get(), inIco, &codec); in MakeFromStream()
614 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr) == kSuccess; in onRewind()
DSkJpegCodec.h91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
DSkBmpCodec.h50 static Result ReadHeader(SkStream*, bool inIco, std::unique_ptr<SkCodec>* codecOut);
DSkJpegCodec.cpp148 SkCodec::Result SkJpegCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, in ReadHeader() function in SkJpegCodec
241 *result = ReadHeader(stream.get(), &codec, nullptr, std::move(defaultColorProfile)); in MakeFromStream()
324 if (kSuccess != ReadHeader(this->stream(), nullptr, &decoderMgr, nullptr)) { in onRewind()
/external/skqp/src/codec/
DSkBmpCodec.cpp136 SkCodec::Result SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, in ReadHeader() function in SkBmpCodec
595 *result = ReadHeader(stream.get(), inIco, &codec); in MakeFromStream()
613 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr) == kSuccess; in onRewind()
DSkJpegCodec.h91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
DSkBmpCodec.h50 static Result ReadHeader(SkStream*, bool inIco, std::unique_ptr<SkCodec>* codecOut);
DSkJpegCodec.cpp198 SkCodec::Result SkJpegCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, in ReadHeader() function in SkJpegCodec
291 *result = ReadHeader(stream.get(), &codec, nullptr, std::move(defaultColorProfile)); in MakeFromStream()
374 if (kSuccess != ReadHeader(this->stream(), nullptr, &decoderMgr, nullptr)) { in onRewind()
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.h54 int ReadHeader(Context* pContext,
/external/webrtc/webrtc/modules/audio_coding/test/
DRTPFile.h103 void ReadHeader();
DPacketLossTest.cc154 rtpFile.ReadHeader(); in Perform()
DRTPFile.cc152 void RTPFile::ReadHeader() { in ReadHeader() function in webrtc::RTPFile
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h122 void ReadHeader();
262 void ReadHeader();
/external/python/cpython2/Lib/plat-irix5/
Djpeg.py46 headersize = decomp.ReadHeader(jpegdata)
/external/python/cpython2/Lib/plat-irix6/
Djpeg.py46 headersize = decomp.ReadHeader(jpegdata)
/external/v8/src/wasm/
Dwasm-serialization.cc479 bool ReadHeader(Reader* reader);
493 if (!ReadHeader(reader)) return false; in Read()
503 bool NativeModuleDeserializer::ReadHeader(Reader* reader) { in ReadHeader() function in v8::internal::wasm::NativeModuleDeserializer

12