Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp3019 SkISize shMapSize; in onDrawShadowedPicture() local
3026 shMapSize.fHeight = 1; in onDrawShadowedPicture()
3027 shMapSize.fWidth = (int) picture->cullRect().width(); in onDrawShadowedPicture()
3065 shMapSize = SkShadowPaintFilterCanvas::ComputeDepthMapSize( in onDrawShadowedPicture()
3070 SkImageInfo info = SkImageInfo::Make(shMapSize.fWidth, shMapSize.fHeight, in onDrawShadowedPicture()
3101 SkImageInfo blurInfo = SkImageInfo::Make(shMapSize.fWidth, shMapSize.fHeight, in onDrawShadowedPicture()