/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font.h | 206 void ReadHeader(FontInputStream* is, 209 void ReadHeader(ReadableFontData* fd,
|
D | font.cc | 328 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
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font.h | 206 void ReadHeader(FontInputStream* is, 209 void ReadHeader(ReadableFontData* fd,
|
D | font.cc | 328 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
|
/third_party/flutter/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 | SkJpegCodec.h | 91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
|
D | SkBmpCodec.h | 50 static Result ReadHeader(SkStream*, bool inIco, std::unique_ptr<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()
|
/third_party/skia/src/codec/ |
D | SkBmpCodec.cpp | 139 SkCodec::Result SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, in ReadHeader() function in SkBmpCodec 599 *result = ReadHeader(stream.get(), inIco, &codec); in MakeFromStream() 617 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr) == kSuccess; in onRewind()
|
D | SkJpegCodec.h | 91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
|
D | SkBmpCodec.h | 50 static Result ReadHeader(SkStream*, bool inIco, std::unique_ptr<SkCodec>* codecOut);
|
D | SkJpegCodec.cpp | 147 SkCodec::Result SkJpegCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, in ReadHeader() function in SkJpegCodec 240 *result = ReadHeader(stream.get(), &codec, nullptr, std::move(defaultColorProfile)); in MakeFromStream() 323 if (kSuccess != ReadHeader(this->stream(), nullptr, &decoderMgr, nullptr)) { in onRewind()
|
/third_party/node/src/ |
D | node_serdes.cc | 77 static void ReadHeader(const FunctionCallbackInfo<Value>& args); 339 void DeserializerContext::ReadHeader(const FunctionCallbackInfo<Value>& args) { in ReadHeader() function in node::__anon880f70cd0111::DeserializerContext 343 Maybe<bool> ret = ctx->deserializer_.ReadHeader(ctx->env()->context()); in ReadHeader() 488 env->SetProtoMethod(des, "readHeader", DeserializerContext::ReadHeader); in Initialize()
|
D | node_messaging.cc | 182 if (deserializer.ReadHeader(context).IsNothing()) in Deserialize()
|
/third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
D | pnmdec.c | 135 static size_t ReadHeader(PNMInfo* const info) { in ReadHeader() function 188 offset = ReadHeader(&info); in ReadPNM()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | pnmdec.c | 140 static size_t ReadHeader(PNMInfo* const info) { in ReadHeader() function 192 offset = ReadHeader(&info); in ReadPNM()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 367 static ParseStatus ReadHeader(MemBuffer* const mem) { in ReadHeader() function 711 status = ReadHeader(&mem); in WebPDemuxInternal()
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 376 static ParseStatus ReadHeader(MemBuffer* const mem) { in ReadHeader() function 722 status = ReadHeader(&mem); in WebPDemuxInternal()
|