Searched refs:cropSize (Results 1 – 4 of 4) sorted by relevance
155 glUniform2f(mCropCenterLoc, desc.cropSize.x / 2.0f, desc.cropSize.y / 2.0f); in setUniforms()
1332 mState.cropSize = half2(width, height); in setupCornerRadiusCropSize()
57 half2 cropSize; member
417 Point cropSize = new Point(cropHint.width(), cropHint.height()); in getDefaultCrops() local418 SparseArray<Rect> relativeDefaultCrops = getDefaultCrops(new SparseArray<>(), cropSize); in getDefaultCrops()542 Point cropSize = new Point(wallpaper.cropHint.width(), wallpaper.cropHint.height()); in generateCropInternal() local543 defaultCrops = getDefaultCrops(new SparseArray<>(), cropSize); in generateCropInternal()