/external/pdfium/core/fxcodec/gif/ |
D | cfx_gifcontext_unittest.cpp | 236 TEST(CFX_GifContext, ReadHeader) { in TEST() argument 247 EXPECT_EQ(CFX_GifDecodeStatus::Error, context.ReadHeader()); in TEST() 257 EXPECT_EQ(CFX_GifDecodeStatus::Unfinished, context.ReadHeader()); in TEST() 270 EXPECT_EQ(CFX_GifDecodeStatus::Success, context.ReadHeader()); in TEST() 287 EXPECT_EQ(CFX_GifDecodeStatus::Unfinished, context.ReadHeader()); in TEST() 302 EXPECT_EQ(CFX_GifDecodeStatus::Success, context.ReadHeader()); in TEST()
|
D | cfx_gifcontext.h | 39 CFX_GifDecodeStatus ReadHeader();
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_jpegmodule.h | 49 int ReadHeader(Context* pContext, int* width, int* height, int* nComps); 51 int ReadHeader(Context* pContext,
|
D | ccodec_bmpmodule.cpp | 34 int32_t CCodec_BmpModule::ReadHeader(Context* pContext, in ReadHeader() function in CCodec_BmpModule 46 int32_t ret = ctx->m_Bmp.ReadHeader(); in ReadHeader()
|
D | ccodec_gifmodule.cpp | 25 CFX_GifDecodeStatus CCodec_GifModule::ReadHeader(Context* pContext, in ReadHeader() function in CCodec_GifModule 33 CFX_GifDecodeStatus ret = context->ReadHeader(); in ReadHeader()
|
D | ccodec_bmpmodule.h | 38 int32_t ReadHeader(Context* pContext,
|
D | ccodec_gifmodule.h | 47 CFX_GifDecodeStatus ReadHeader(Context* context,
|
/external/sfntly/cpp/src/sfntly/ |
D | font.h | 206 void ReadHeader(FontInputStream* is, 209 void ReadHeader(ReadableFontData* fd,
|
D | font.cc | 327 ReadHeader(&font_is, &records); in LoadFont() 338 ReadHeader(wfd, offset_to_offset_table, &records); in LoadFont() 489 void Font::Builder::ReadHeader(FontInputStream* is, in ReadHeader() function in sfntly::Font::Builder 510 void Font::Builder::ReadHeader(ReadableFontData* fd, in ReadHeader() function in sfntly::Font::Builder
|
/external/skia/src/codec/ |
D | SkBmpCodec.cpp | 136 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()
|
D | SkBmpCodec.h | 50 static Result ReadHeader(SkStream*, bool inIco, std::unique_ptr<SkCodec>* codecOut);
|
D | SkJpegCodec.h | 91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
|
D | SkJpegCodec.cpp | 198 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/skqp/src/codec/ |
D | SkBmpCodec.cpp | 136 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()
|
D | SkBmpCodec.h | 50 static Result ReadHeader(SkStream*, bool inIco, std::unique_ptr<SkCodec>* codecOut);
|
D | SkJpegCodec.h | 91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
|
D | SkJpegCodec.cpp | 198 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/tensorflow/tensorflow/contrib/hadoop/kernels/ |
D | hadoop_dataset_ops.cc | 33 Status ReadHeader() { in ReadHeader() function in tensorflow::data::__anon0a34fe870111::SequenceFileReader 316 return reader_->ReadHeader(); in SetupStreamsLocked()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.h | 122 void ReadHeader(); 262 void ReadHeader();
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | RTPFile.h | 103 void ReadHeader();
|
D | PacketLossTest.cc | 154 rtpFile.ReadHeader(); in Perform()
|
/external/pdfium/core/fxcodec/lbmp/ |
D | fx_bmp.h | 74 int32_t ReadHeader();
|
/external/v8/src/wasm/ |
D | wasm-serialization.cc | 418 bool ReadHeader(Reader* reader); 436 if (!ReadHeader(reader)) return false; in Read() 445 bool NativeModuleDeserializer::ReadHeader(Reader* reader) { in ReadHeader() function in v8::internal::wasm::NativeModuleDeserializer
|
/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 46 headersize = decomp.ReadHeader(jpegdata)
|
/external/python/cpython2/Lib/plat-irix5/ |
D | jpeg.py | 46 headersize = decomp.ReadHeader(jpegdata)
|