Searched refs:backDepth (Results 1 – 7 of 7) sorted by relevance
9 public int backDepth; field in LayerInfo13 backDepth = depth; in LayerInfo()18 backDepth = back; in LayerInfo()
107 return layerInfo[layer].frontDepth - layerInfo[layer].backDepth + 1; in getNumDepths()123 return layerInfo[layer].backDepth + relativeDepthInLayer; in getDepth()178 + layerInfo[focusLayer].backDepth + "\n"; in toString()184 int back = layerInfo[n].backDepth; in toString()379 layerInfo.get(numLayers - 1).backDepth = d; in groupDepthLevelsBehindFocus()
108 int dilationRadius = getKernelRadius(layerInfo.backDepth, blurStack); in processLayersFromBackToFocus()
76 paddedMargin, focalLayer.frontDepth, focalLayer.backDepth); in initializeRenderScript()
105 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth); in setTargetLayer()
98 paddedMargin, focalLayer.frontDepth, focalLayer.backDepth); in initializeRenderScript()
107 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth); in setTargetLayer()