Searched refs:innerThreshold (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/effects/
H A DSkAlphaThresholdFilter.h23 static SkImageFilter* Create(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold);
/external/chromium_org/third_party/skia/include/effects/
H A DSkAlphaThresholdFilter.h23 static SkImageFilter* Create(const SkRegion& region, SkScalar innerThreshold,
/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp16 SkAlphaThresholdFilterImpl(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold);
39 SkScalar innerThreshold,
41 return SkNEW_ARGS(SkAlphaThresholdFilterImpl, (region, innerThreshold, outerThreshold));
61 float innerThreshold,
65 innerThreshold,
77 float innerThreshold() const { return fInnerThreshold; } function in class:AlphaThresholdEffect
85 float innerThreshold,
87 : fInnerThreshold(innerThreshold)
191 uman.set1f(fInnerThresholdVar, alpha_threshold.innerThreshold());
242 SkScalar innerThreshold,
38 Create(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold) argument
59 Create(GrTexture* texture, GrTexture* maskTexture, float innerThreshold, float outerThreshold) argument
83 AlphaThresholdEffect(GrTexture* texture, GrTexture* maskTexture, float innerThreshold, float outerThreshold) argument
241 SkAlphaThresholdFilterImpl(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold) argument
330 U8CPU innerThreshold = (U8CPU)(fInnerThreshold * 0xFF); local
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp16 SkAlphaThresholdFilterImpl(const SkRegion& region, SkScalar innerThreshold,
42 SkScalar innerThreshold,
45 return SkNEW_ARGS(SkAlphaThresholdFilterImpl, (region, innerThreshold, outerThreshold, input));
66 float innerThreshold,
70 innerThreshold,
81 float innerThreshold() const { return fInnerThreshold; } function in class:AlphaThresholdEffect
89 float innerThreshold,
91 : fInnerThreshold(innerThreshold)
199 pdman.set1f(fInnerThresholdVar, alpha_threshold.innerThreshold());
261 SkScalar innerThreshold,
41 Create(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold, SkImageFilter* input) argument
64 Create(GrTexture* texture, GrTexture* maskTexture, float innerThreshold, float outerThreshold) argument
87 AlphaThresholdEffect(GrTexture* texture, GrTexture* maskTexture, float innerThreshold, float outerThreshold) argument
260 SkAlphaThresholdFilterImpl(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold, SkImageFilter* input) argument
352 U8CPU innerThreshold = (U8CPU)(fInnerThreshold * 0xFF); local
[all...]

Completed in 335 milliseconds