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

  /external/skia/src/codec/
SkSampledCodec.h 45 SkISize accountForNativeScaling(int* sampleSize, int* nativeSampleSize = nullptr) const;
SkSampledCodec.cpp 19 SkISize SkSampledCodec::accountForNativeScaling(int* sampleSizePtr, int* nativeSampleSize) const {
68 const SkISize size = this->accountForNativeScaling(&sampleSize);
178 SkISize nativeSize = this->accountForNativeScaling(&sampleSize, &nativeSampleSize);
  /external/skqp/src/codec/
SkSampledCodec.h 45 SkISize accountForNativeScaling(int* sampleSize, int* nativeSampleSize = nullptr) const;
SkSampledCodec.cpp 19 SkISize SkSampledCodec::accountForNativeScaling(int* sampleSizePtr, int* nativeSampleSize) const {
68 const SkISize size = this->accountForNativeScaling(&sampleSize);
178 SkISize nativeSize = this->accountForNativeScaling(&sampleSize, &nativeSampleSize);

Completed in 74 milliseconds