/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_jpeg2000.h | 69 bool ReadHeader();
|
D | grfmt_exr.h | 66 bool ReadHeader();
|
D | grfmt_imageio.cpp | 91 bool GrFmtImageIOReader::ReadHeader() in ReadHeader() function in GrFmtImageIOReader 133 if( !ReadHeader() ) in ReadData()
|
D | grfmt_base.h | 77 virtual bool ReadHeader() = 0;
|
D | grfmt_png.cpp | 127 bool GrFmtPngReader::ReadHeader() in ReadHeader() function in GrFmtPngReader
|
D | grfmt_tiff.cpp | 129 bool GrFmtTiffReader::ReadHeader() in ReadHeader() function in GrFmtTiffReader 356 bool GrFmtTiffReader::ReadHeader() in ReadHeader() function in GrFmtTiffReader
|
/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 | SkJpegCodec.cpp | 121 bool SkJpegCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, in ReadHeader() function in SkJpegCodec 158 if (ReadHeader(stream, &codec, NULL)) { in NewFromStream() 240 if (!ReadHeader(this->stream(), NULL, &decoderMgr)) { in handleRewind()
|
D | SkCodec_libgif.h | 55 static bool ReadHeader(SkStream* stream, SkCodec** codecOut, GifFileType** gifOut);
|
D | SkCodec_libgif.cpp | 152 bool SkGifCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, GifFileType** gifOut) { in ReadHeader() function in SkGifCodec 201 if (ReadHeader(stream, &codec, NULL)) { in NewFromStream() 251 if (!ReadHeader(this->stream(), NULL, &gifOut)) {
|
D | SkJpegCodec.h | 83 static bool ReadHeader(SkStream* stream, SkCodec** codecOut,
|
D | SkCodec_libbmp.h | 109 static bool ReadHeader(SkStream*, bool isIco, SkCodec** codecOut);
|
D | SkCodec_libbmp.cpp | 134 bool SkBmpCodec::ReadHeader(SkStream* stream, bool isIco, SkCodec** codecOut) { in ReadHeader() function in SkBmpCodec 534 if (ReadHeader(stream, isIco, &codec)) { in NewFromStream() 584 if (!ReadHeader(this->stream(), fIsIco, NULL)) { in onGetPixels()
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec_provider.h | 42 virtual int ReadHeader(void* pContext, int* width, int* height, int* nComps) = 0;
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.h | 122 void ReadHeader(); 262 void ReadHeader();
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.h | 216 HRESULT ReadHeader(
|
/external/openfst/src/include/fst/ |
D | add-on.h | 208 if (!impl->ReadHeader(strm, nopts, kMinFileVersion, &hdr)) in Read()
|