Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dfont.h206 void ReadHeader(FontInputStream* is,
209 void ReadHeader(ReadableFontData* fd,
Dfont.cc328 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/
Dfont.h206 void ReadHeader(FontInputStream* is,
209 void ReadHeader(ReadableFontData* fd,
Dfont.cc328 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/
DSkBmpCodec.cpp136 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()
DSkJpegCodec.h91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
DSkBmpCodec.h50 static Result ReadHeader(SkStream*, bool inIco, std::unique_ptr<SkCodec>* codecOut);
DSkJpegCodec.cpp198 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/
DSkBmpCodec.cpp139 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()
DSkJpegCodec.h91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
DSkBmpCodec.h50 static Result ReadHeader(SkStream*, bool inIco, std::unique_ptr<SkCodec>* codecOut);
DSkJpegCodec.cpp147 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/
Dnode_serdes.cc77 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()
Dnode_messaging.cc182 if (deserializer.ReadHeader(context).IsNothing()) in Deserialize()
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dpnmdec.c135 static size_t ReadHeader(PNMInfo* const info) { in ReadHeader() function
188 offset = ReadHeader(&info); in ReadPNM()
/third_party/skia/third_party/externals/libwebp/imageio/
Dpnmdec.c140 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/
Ddemux.c367 static ParseStatus ReadHeader(MemBuffer* const mem) { in ReadHeader() function
711 status = ReadHeader(&mem); in WebPDemuxInternal()
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c376 static ParseStatus ReadHeader(MemBuffer* const mem) { in ReadHeader() function
722 status = ReadHeader(&mem); in WebPDemuxInternal()