Lines Matching refs:fFlags
54 fFlags, fCoverage, fLocalCoordsWillBeRead, fInLocalCoords.isInitialized(),
61 uint32_t key = fFlags;
114 bool tweakAlpha = SkToBool(gp.fFlags & kCoverageAttributeTweak_GPFlag);
115 bool coverageNeedsSaturate = SkToBool(gp.fFlags & kCoverageAttributeUnclamped_GPFlag);
221 , fFlags(gpTypeFlags)
224 if (fFlags & kColorAttribute_GPFlag) {
226 SkToBool(fFlags & kColorAttributeIsWide_GPFlag));
228 if (fFlags & kLocalCoordAttribute_GPFlag) {
232 if (fFlags & kCoverageAttribute_GPFlag) {
246 uint32_t fFlags;