Searched defs:DecoderProc (Results 1 – 2 of 2) sorted by relevance
71 struct DecoderProc { struct72 bool (*IsFormat)(const void*, size_t);73 std::unique_ptr<SkCodec> (*MakeFromStream)(std::unique_ptr<SkStream>, SkCodec::Result*);
162 struct DecoderProc { struct163 SkFourByteTag id;164 sk_sp<SkTypeface> (*makeFromStream)(std::unique_ptr<SkStreamAsset>, const SkFontArguments&);