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

  /external/skia/src/codec/
SkIcoCodec.cpp 12 #include "SkIcoCodec.h"
21 bool SkIcoCodec::IsIco(const void* buffer, size_t bytesRead) {
29 SkCodec* SkIcoCodec::NewFromStream(SkStream* stream, Result* result) {
195 return new SkIcoCodec(width, height, info, codecs.release(), sk_ref_sp(colorSpace));
202 SkIcoCodec::SkIcoCodec(int width, int height, const SkEncodedInfo& info,
217 SkISize SkIcoCodec::onGetScaledDimensions(float desiredScale) const {
241 int SkIcoCodec::chooseCodec(const SkISize& requestedSize, int startIndex) {
254 bool SkIcoCodec::onDimensionsSupported(const SkISize& dim) {
261 SkCodec::Result SkIcoCodec::onGetPixels(const SkImageInfo& dstInfo
    [all...]
SkIcoCodec.h 19 class SkIcoCodec : public SkCodec {
82 SkIcoCodec(int width, int height, const SkEncodedInfo& info,
SkCodec.cpp 20 #include "SkIcoCodec.h"
44 { SkIcoCodec::IsIco, SkIcoCodec::NewFromStream },
  /external/skia/include/codec/
SkCodec.h     [all...]

Completed in 411 milliseconds