Lines Matching defs:fProps
63 bool modifiesDst() const { return SkToBool(fProps & kModifiesDst_Property); }
64 bool usesDstColor() const { return SkToBool(fProps & kUsesDstColor_Property); }
65 bool usesInputColor() const { return SkToBool(fProps & kUsesInputColor_Property); }
67 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property);
111 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6);
127 * Initialize a compile-time constant BlendFormula and automatically deduce fProps.