Searched refs:dMapHeight (Results 1 – 1 of 1) sorted by relevance
64 int dMapHeight = SkMin32(maxDepth * fabs(light.dir().fY) + height, in ComputeDepthMapSize() local66 return SkISize::Make(dMapWidth, dMapHeight); in ComputeDepthMapSize()