Searched refs:frontDepth (Results 1 – 7 of 7) sorted by relevance
24 public int frontDepth; field in LayerInfo28 frontDepth = depth; in LayerInfo()33 frontDepth = front; in LayerInfo()
122 return layerInfo[layer].frontDepth - layerInfo[layer].backDepth + 1; in getNumDepths()192 s += "focus disparity: " + layerInfo[focusLayer].frontDepth + ", " in toString()198 int front = layerInfo[n].frontDepth; in toString()441 layerInfo.get(numLayers - 1).frontDepth = d; in groupDepthLevelsInFrontOfFocus()
152 int dilationRadius = getKernelRadius(layerInfo.frontDepth, blurStack); in processLayersFromFrontToFocus()
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()