Searched defs:outerThreshold (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp16 SkAlphaThresholdFilterImpl(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold);
40 SkScalar outerThreshold) {
41 return SkNEW_ARGS(SkAlphaThresholdFilterImpl, (region, innerThreshold, outerThreshold));
62 float outerThreshold) {
66 outerThreshold)));
78 float outerThreshold() const { return fOuterThreshold; } function in class:AlphaThresholdEffect
86 float outerThreshold)
88 , fOuterThreshold(outerThreshold)
192 uman.set1f(fOuterThresholdVar, alpha_threshold.outerThreshold());
243 SkScalar outerThreshold)
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
331 U8CPU outerThreshold = (U8CPU)(fOuterThreshold * 0xFF); local
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp17 SkScalar outerThreshold, SkImageFilter* input);
43 SkScalar outerThreshold,
45 return SkNEW_ARGS(SkAlphaThresholdFilterImpl, (region, innerThreshold, outerThreshold, input));
67 float outerThreshold) {
71 outerThreshold));
82 float outerThreshold() const { return fOuterThreshold; } function in class:AlphaThresholdEffect
90 float outerThreshold)
92 , fOuterThreshold(outerThreshold)
200 pdman.set1f(fOuterThresholdVar, alpha_threshold.outerThreshold());
262 SkScalar outerThreshold,
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
353 U8CPU outerThreshold = (U8CPU)(fOuterThreshold * 0xFF); local
[all...]

Completed in 275 milliseconds