Searched refs:dilationRadius (Results 1 – 3 of 3) sorted by relevance
109 int dilationRadius = getKernelRadius(layerInfo.backDepth, blurStack); in processLayersFromBackToFocus() local110 setBlendInfo(dilationRadius); in processLayersFromBackToFocus()152 int dilationRadius = getKernelRadius(layerInfo.frontDepth, blurStack); in processLayersFromFrontToFocus() local153 setBlendInfo(dilationRadius); in processLayersFromFrontToFocus()203 protected abstract void setBlendInfo(int dilationRadius); in setBlendInfo() argument
130 protected void setBlendInfo(int dilationRadius) { in setBlendInfo() argument131 scriptC.invoke_SetBlendInfo(dilationRadius); in setBlendInfo()
128 protected void setBlendInfo(int dilationRadius) { in setBlendInfo() argument129 scriptC.invoke_SetBlendInfo(dilationRadius); in setBlendInfo()