HomeSort by relevance Sort by last modified time
    Searched defs:innerThreshold (Results 1 - 2 of 2) sorted by null

  /external/skia/src/effects/
GrAlphaThresholdFragmentProcessor.h 25 float innerThreshold() const { return fInnerThreshold; }
33 float innerThreshold,
37 image, colorXform, mask, innerThreshold, outerThreshold, bounds));
44 sk_sp<GrTextureProxy> mask, float innerThreshold,
50 , fInnerThreshold(innerThreshold)
SkAlphaThresholdFilter.cpp 27 SkAlphaThresholdFilterImpl(const SkRegion& region, SkScalar innerThreshold,
65 SkScalar innerThreshold,
69 innerThreshold = pin_0_1(innerThreshold);
71 if (!SkScalarIsFinite(innerThreshold) || !SkScalarIsFinite(outerThreshold)) {
74 return sk_sp<SkImageFilter>(new SkAlphaThresholdFilterImpl(region, innerThreshold,
91 SkScalar innerThreshold,
97 , fInnerThreshold(innerThreshold)
219 U8CPU innerThreshold = (U8CPU)(fInnerThreshold * 0xFF);
233 if (SkColorGetA(source) < innerThreshold) {
    [all...]

Completed in 67 milliseconds