Home
last modified time | relevance | path

Searched refs:dMapHeight (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/utils/
DSkShadowPaintFilterCanvas.cpp64 int dMapHeight = SkMin32(maxDepth * fabs(light.dir().fY) + height, in ComputeDepthMapSize() local
66 return SkISize::Make(dMapWidth, dMapHeight); in ComputeDepthMapSize()