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

  /external/skia/src/codec/
SkIcoCodec.h 76 * Searches fEmbeddedCodecs for a codec that matches requestedSize.
93 std::unique_ptr<SkTArray<std::unique_ptr<SkCodec>, true>> fEmbeddedCodecs;
96 // std::unique_ptr. It will be deleted by the destructor of fEmbeddedCodecs.
  /external/skqp/src/codec/
SkIcoCodec.h 76 * Searches fEmbeddedCodecs for a codec that matches requestedSize.
93 std::unique_ptr<SkTArray<std::unique_ptr<SkCodec>, true>> fEmbeddedCodecs;
96 // std::unique_ptr. It will be deleted by the destructor of fEmbeddedCodecs.

Completed in 52 milliseconds