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

  /external/skia/src/codec/
SkWebpCodec.h 39 bool onGetValidSubset(SkIRect* /* desiredSubset */) const override;
SkCodec.cpp 349 if (!this->onGetValidSubset(&subset) || subset != *options->fSubset) {
SkWebpCodec.cpp 213 bool SkWebpCodec::onGetValidSubset(SkIRect* desiredSubset) const {
  /external/skqp/src/codec/
SkWebpCodec.h 39 bool onGetValidSubset(SkIRect* /* desiredSubset */) const override;
SkCodec.cpp 349 if (!this->onGetValidSubset(&subset) || subset != *options->fSubset) {
SkWebpCodec.cpp 213 bool SkWebpCodec::onGetValidSubset(SkIRect* desiredSubset) const {
  /external/skia/include/codec/
SkCodec.h 221 return this->onGetValidSubset(desiredSubset);
723 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const {
    [all...]
  /external/skqp/include/codec/
SkCodec.h 221 return this->onGetValidSubset(desiredSubset);
723 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const {
    [all...]

Completed in 378 milliseconds