Home
last modified time | relevance | path

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

123

/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext_unittest.cpp236 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()
Dcfx_gifcontext.h39 CFX_GifDecodeStatus ReadHeader();
/external/pdfium/core/fxcodec/codec/
Dccodec_jpegmodule.h49 int ReadHeader(Context* pContext, int* width, int* height, int* nComps);
51 int ReadHeader(Context* pContext,
Dccodec_bmpmodule.cpp34 int32_t CCodec_BmpModule::ReadHeader(Context* pContext, in ReadHeader() function in CCodec_BmpModule
46 int32_t ret = ctx->m_Bmp.ReadHeader(); in ReadHeader()
Dccodec_gifmodule.cpp25 CFX_GifDecodeStatus CCodec_GifModule::ReadHeader(Context* pContext, in ReadHeader() function in CCodec_GifModule
33 CFX_GifDecodeStatus ret = context->ReadHeader(); in ReadHeader()
Dccodec_bmpmodule.h38 int32_t ReadHeader(Context* pContext,
Dccodec_gifmodule.h47 CFX_GifDecodeStatus ReadHeader(Context* context,
/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.h101 bool ReadHeader();
121 bool ReadHeader();
Dgrfmt_jpeg.h60 bool ReadHeader();
116 bool ReadHeader();
Dgrfmt_imageio.cpp91 bool GrFmtImageIOReader::ReadHeader() in ReadHeader() function in GrFmtImageIOReader
133 if( !ReadHeader() ) in ReadData()
Dgrfmt_imageio.h25 bool ReadHeader();
Dgrfmt_bmp.h65 bool ReadHeader();
Dgrfmt_png.h61 bool ReadHeader();
Dgrfmt_pxm.h58 bool ReadHeader();
Dgrfmt_sunras.h71 bool ReadHeader();
Dgrfmt_jpeg2000.h69 bool ReadHeader();
Dgrfmt_exr.h66 bool ReadHeader();
Dgrfmt_base.h77 virtual bool ReadHeader() = 0;
/external/sfntly/cpp/src/sfntly/
Dfont.h206 void ReadHeader(FontInputStream* is,
209 void ReadHeader(ReadableFontData* fd,
Dfont.cc327 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/
DSkBmpCodec.cpp136 SkCodec::Result SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, in ReadHeader() function in SkBmpCodec
595 *result = ReadHeader(stream.get(), inIco, &codec); in MakeFromStream()
615 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr) == kSuccess; in onRewind()
DSkBmpCodec.h50 static Result ReadHeader(SkStream*, bool inIco, std::unique_ptr<SkCodec>* codecOut);
DSkJpegCodec.h97 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
/external/skqp/src/codec/
DSkBmpCodec.cpp136 SkCodec::Result SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, in ReadHeader() function in SkBmpCodec
590 *result = ReadHeader(stream.get(), inIco, &codec); in MakeFromStream()
610 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr) == kSuccess; in onRewind()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h122 void ReadHeader();
262 void ReadHeader();

123