Home
last modified time | relevance | path

Searched defs:computeSampleSize (Results 1 – 2 of 2) sorted by relevance

/applications/standard/app_samples/code/SystemFeature/FileManagement/Photos/entry/src/main/ets/utils/
DImageUtil.ts26 export function computeSampleSize(width: number, height: number, minSideLength: number, maxNumOfPix… function
/applications/standard/photos/common/src/main/ets/default/utils/
DImageUtil.ts32 …static computeSampleSize(width: number, height: number, minSideLength: number, maxNumOfPixels: num… method in ImageUtil