Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkSampledCodec.cpp19 SkISize SkSampledCodec::accountForNativeScaling(int* sampleSizePtr, int* nativeSampleSize) const { in accountForNativeScaling() function in SkSampledCodec
68 const SkISize size = this->accountForNativeScaling(&sampleSize); in onGetSampledDimensions()
178 SkISize nativeSize = this->accountForNativeScaling(&sampleSize, &nativeSampleSize); in sampledDecode()
DSkSampledCodec.h46 SkISize accountForNativeScaling(int* sampleSize, int* nativeSampleSize = nullptr) const;