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

  /external/skia/src/codec/
SkWebpAdapterCodec.cpp 22 return this->codec()->getValidSubset(desiredSubset);
SkWebpCodec.cpp 460 SkASSERT(this->getValidSubset(&subset) && subset == *options.fSubset);
  /external/skqp/src/codec/
SkWebpAdapterCodec.cpp 22 return this->codec()->getValidSubset(desiredSubset);
SkWebpCodec.cpp 460 SkASSERT(this->getValidSubset(&subset) && subset == *options.fSubset);
  /external/skia/include/codec/
SkCodec.h 220 bool getValidSubset(SkIRect* desiredSubset) const {
    [all...]
  /external/skqp/include/codec/
SkCodec.h 220 bool getValidSubset(SkIRect* desiredSubset) const {
    [all...]
  /external/skia/tests/
CodecTest.cpp 382 const bool supported = codec->getValidSubset(&subset);
    [all...]
  /external/skqp/tests/
CodecTest.cpp 380 const bool supported = codec->getValidSubset(&subset);
    [all...]

Completed in 213 milliseconds