Home
last modified time | relevance | path

Searched refs:accountForNativeScaling (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/codec/
DSkSampledCodec.cpp20 SkISize SkSampledCodec::accountForNativeScaling(int* sampleSizePtr, int* nativeSampleSize) const { in accountForNativeScaling() function in SkSampledCodec
69 const SkISize size = this->accountForNativeScaling(&sampleSize); in onGetSampledDimensions()
177 SkISize nativeSize = this->accountForNativeScaling(&sampleSize, &nativeSampleSize); in sampledDecode()
DSkSampledCodec.h45 SkISize accountForNativeScaling(int* sampleSize, int* nativeSampleSize = nullptr) const;
/external/skia/src/codec/
DSkSampledCodec.cpp20 SkISize SkSampledCodec::accountForNativeScaling(int* sampleSizePtr, int* nativeSampleSize) const { in accountForNativeScaling() function in SkSampledCodec
69 const SkISize size = this->accountForNativeScaling(&sampleSize); in onGetSampledDimensions()
177 SkISize nativeSize = this->accountForNativeScaling(&sampleSize, &nativeSampleSize); in sampledDecode()
DSkSampledCodec.h45 SkISize accountForNativeScaling(int* sampleSize, int* nativeSampleSize = nullptr) const;