Lines Matching refs:heightFunc
25 SkBaseShadowTessellator(SkShadowTessellator::HeightFunc, bool transparent);
59 SkShadowTessellator::HeightFunc fHeightFunc;
121 SkBaseShadowTessellator::SkBaseShadowTessellator(SkShadowTessellator::HeightFunc heightFunc,
123 : fHeightFunc(heightFunc)
328 SkShadowTessellator::HeightFunc heightFunc,
355 SkShadowTessellator::HeightFunc heightFunc,
358 : INHERITED(heightFunc, transparent)
361 SkScalar occluderHeight = heightFunc(0, 0);
651 SkShadowTessellator::HeightFunc heightFunc,
695 SkShadowTessellator::HeightFunc heightFunc,
698 : INHERITED(heightFunc, transparent)
716 SkScalar occluderHeight = heightFunc(center.fX, center.fY) + fZOffset;
1281 HeightFunc heightFunc, SkScalar ambientAlpha,
1283 SkAmbientShadowTessellator ambientTess(path, ctm, heightFunc, ambientAlpha, transparent);
1288 HeightFunc heightFunc,
1291 SkSpotShadowTessellator spotTess(path, ctm, heightFunc, lightPos, lightRadius,