HomeSort by relevance Sort by last modified time
    Searched defs:SkBmpCodec (Results 1 - 4 of 4) sorted by null

  /external/skia/src/codec/
SkBmpCodec.h 22 class SkBmpCodec : public SkCodec {
41 SkBmpCodec(int width, int height, const SkEncodedInfo& info, std::unique_ptr<SkStream>,
47 * Read enough of the stream to initialize the SkBmpCodec.
48 * On kSuccess, if codecOut is not nullptr, it will be set to a new SkBmpCodec.
SkBmpCodec.cpp 8 #include "SkBmpCodec.h"
59 bool SkBmpCodec::IsBmp(const void* buffer, size_t bytesRead) {
70 std::unique_ptr<SkCodec> SkBmpCodec::MakeFromStream(std::unique_ptr<SkStream> stream,
72 return SkBmpCodec::MakeFromStream(std::move(stream), result, false);
79 std::unique_ptr<SkCodec> SkBmpCodec::MakeFromIco(std::unique_ptr<SkStream> stream, Result* result) {
80 return SkBmpCodec::MakeFromStream(std::move(stream), result, true);
136 SkCodec::Result SkBmpCodec::ReadHeader(SkStream* stream, bool inIco,
592 std::unique_ptr<SkCodec> SkBmpCodec::MakeFromStream(std::unique_ptr<SkStream> stream,
603 SkBmpCodec::SkBmpCodec(int width, int height, const SkEncodedInfo& info
    [all...]
  /external/skqp/src/codec/
SkBmpCodec.h 22 class SkBmpCodec : public SkCodec {
41 SkBmpCodec(int width, int height, const SkEncodedInfo& info, std::unique_ptr<SkStream>,
47 * Read enough of the stream to initialize the SkBmpCodec.
48 * On kSuccess, if codecOut is not nullptr, it will be set to a new SkBmpCodec.
SkBmpCodec.cpp 8 #include "SkBmpCodec.h"
59 bool SkBmpCodec::IsBmp(const void* buffer, size_t bytesRead) {
70 std::unique_ptr<SkCodec> SkBmpCodec::MakeFromStream(std::unique_ptr<SkStream> stream,
72 return SkBmpCodec::MakeFromStream(std::move(stream), result, false);
79 std::unique_ptr<SkCodec> SkBmpCodec::MakeFromIco(std::unique_ptr<SkStream> stream, Result* result) {
80 return SkBmpCodec::MakeFromStream(std::move(stream), result, true);
136 SkCodec::Result SkBmpCodec::ReadHeader(SkStream* stream, bool inIco,
587 std::unique_ptr<SkCodec> SkBmpCodec::MakeFromStream(std::unique_ptr<SkStream> stream,
598 SkBmpCodec::SkBmpCodec(int width, int height, const SkEncodedInfo& info
    [all...]

Completed in 67 milliseconds