/external/opencv/otherlibs/highgui/ |
D | grfmt_tiff.h | 101 bool ReadHeader(); 121 bool ReadHeader();
|
D | grfmt_jpeg.h | 60 bool ReadHeader(); 116 bool ReadHeader();
|
D | grfmt_imageio.h | 25 bool ReadHeader();
|
D | grfmt_png.h | 61 bool ReadHeader();
|
D | grfmt_bmp.h | 65 bool ReadHeader();
|
D | grfmt_pxm.h | 58 bool ReadHeader();
|
D | grfmt_sunras.h | 71 bool ReadHeader();
|
D | grfmt_imageio.cpp | 91 bool GrFmtImageIOReader::ReadHeader() in ReadHeader() function in GrFmtImageIOReader 133 if( !ReadHeader() ) in ReadData()
|
D | grfmt_exr.h | 66 bool ReadHeader();
|
D | grfmt_jpeg2000.h | 69 bool ReadHeader();
|
D | grfmt_base.h | 77 virtual bool ReadHeader() = 0;
|
/external/pdfium/core/src/fxcodec/codec/ |
D | codec_int.h | 193 int ReadHeader(void* pContext, int* width, int* height, int* nComps) override; 195 int ReadHeader(void* pContext, 230 virtual int32_t ReadHeader(void* pContext, 256 int32_t ReadHeader(void* pContext,
|
D | fx_codec_bmp.cpp | 80 int32_t CCodec_BmpModule::ReadHeader(void* pContext, in ReadHeader() function in CCodec_BmpModule
|
/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() 480 void Font::Builder::ReadHeader(FontInputStream* is, in ReadHeader() function in sfntly::Font::Builder 501 void Font::Builder::ReadHeader(ReadableFontData* fd, in ReadHeader() function in sfntly::Font::Builder
|
/external/skia/src/codec/ |
D | SkBmpCodec.cpp | 88 bool SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, SkCodec** codecOut) { in ReadHeader() function in SkBmpCodec 540 if (ReadHeader(stream, inIco, &codec)) { in NewFromStream() 559 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr); in onRewind()
|
D | SkGifCodec.cpp | 166 bool SkGifCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, GifFileType** gifOut) { in ReadHeader() function in SkGifCodec 236 if (ReadHeader(stream, &codec, nullptr)) { in NewFromStream() 262 if (!ReadHeader(this->stream(), nullptr, &gifOut)) { in onRewind()
|
D | SkJpegCodec.h | 81 static bool ReadHeader(SkStream* stream, SkCodec** codecOut,
|
D | SkBmpCodec.h | 51 static bool ReadHeader(SkStream*, bool inIco, SkCodec** codecOut);
|
D | SkGifCodec.h | 53 static bool ReadHeader(SkStream* stream, SkCodec** codecOut,
|
D | SkJpegCodec.cpp | 32 bool SkJpegCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, in ReadHeader() function in SkJpegCodec 69 if (ReadHeader(stream, &codec, nullptr)) { in NewFromStream() 153 if (!ReadHeader(this->stream(), nullptr, &decoderMgr)) { in onRewind()
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec.h | 238 virtual int ReadHeader(void* pContext, 244 virtual int ReadHeader(void* pContext, 319 virtual int32_t ReadHeader(void* pContext, 369 virtual int32_t ReadHeader(void* pContext,
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | RTPFile.h | 103 void ReadHeader();
|
D | PacketLossTest.cc | 154 rtpFile.ReadHeader(); in Perform()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.h | 122 void ReadHeader(); 262 void ReadHeader();
|