Searched defs:lightRadius (Results 1 - 4 of 4) sorted by path

/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/skia/src/effects/shadows/
H A DSkSpotShadowMaskFilter.cpp26 SkScalar lightRadius, SkScalar spotAlpha, uint32_t flags);
80 SkScalar lightRadius, SkScalar spotAlpha,
85 lightRadius, spotAlpha, flags));
92 SkScalar lightRadius,
97 , fLightRadius(lightRadius)
128 const SkScalar lightRadius = buffer.readScalar(); local
132 return SkSpotShadowMaskFilter::Make(occluderHeight, lightPos, lightRadius,
341 str->append("lightRadius: ");
79 Make(SkScalar occluderHeight, const SkPoint3& lightPos, SkScalar lightRadius, SkScalar spotAlpha, uint32_t flags) argument
90 SkSpotShadowMaskFilterImpl(SkScalar occluderHeight, const SkPoint3& lightPos, SkScalar lightRadius, SkScalar spotAlpha, uint32_t flags) argument
/external/skia/src/utils/
H A DSkShadowTessellator.cpp652 const SkPoint3& lightPos, SkScalar lightRadius,
696 const SkPoint3& lightPos, SkScalar lightRadius,
700 , fLightRadius(lightRadius)
718 SkScalar radius = lightRadius * zRatio;
1289 const SkPoint3& lightPos, SkScalar lightRadius,
1291 SkSpotShadowTessellator spotTess(path, ctm, heightFunc, lightPos, lightRadius,
694 SkSpotShadowTessellator(const SkPath& path, const SkMatrix& ctm, SkShadowTessellator::HeightFunc heightFunc, const SkPoint3& lightPos, SkScalar lightRadius, SkScalar spotAlpha, bool transparent) argument
1287 MakeSpot(const SkPath& path, const SkMatrix& ctm, HeightFunc heightFunc, const SkPoint3& lightPos, SkScalar lightRadius, SkScalar spotAlpha, bool transparent) argument

Completed in 507 milliseconds