Searched refs:backDepth (Results 1 – 7 of 7) sorted by relevance
25 public int backDepth; field in LayerInfo29 backDepth = depth; in LayerInfo()34 backDepth = back; in LayerInfo()
122 return layerInfo[layer].frontDepth - layerInfo[layer].backDepth + 1; in getNumDepths()138 return layerInfo[layer].backDepth + relativeDepthInLayer; in getDepth()193 + layerInfo[focusLayer].backDepth + "\n"; in toString()199 int back = layerInfo[n].backDepth; in toString()394 layerInfo.get(numLayers - 1).backDepth = d; in groupDepthLevelsBehindFocus()
109 int dilationRadius = getKernelRadius(layerInfo.backDepth, blurStack); in processLayersFromBackToFocus()
95 paddedMargin, focalLayer.frontDepth, focalLayer.backDepth); in initializeRenderScript()
126 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth); in setTargetLayer()
121 paddedMargin, focalLayer.frontDepth, focalLayer.backDepth); in initializeRenderScript()
124 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth); in setTargetLayer()