HomeSort by relevance Sort by last modified time
    Searched refs:innerThreshold (Results 1 - 3 of 3) 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...]
GrAlphaThresholdFragmentProcessor.cpp 39 kFragment_GrShaderFlag, kFloat_GrSLType, kDefault_GrSLPrecision, "innerThreshold");
83 pdman.set1f(fInnerThresholdVar, _outer.innerThreshold());

Completed in 939 milliseconds