Lines Matching refs:PatchAttribs
51 fPatchAttribs |= PatchAttribs::kWideColorIfEnabled;
87 fPatchAttribs |= PatchAttribs::kExplicitCurveType;
115 if (!(combinedAttribs & PatchAttribs::kStrokeParams) &&
122 combinedAttribs |= PatchAttribs::kStrokeParams;
124 if (!(combinedAttribs & PatchAttribs::kColor) && this->headColor() != op->headColor()) {
127 combinedAttribs |= PatchAttribs::kColor;
131 constexpr static GrTFlagsMask<PatchAttribs> kDynamicStatesMask(PatchAttribs::kStrokeParams |
132 PatchAttribs::kColor);
133 PatchAttribs neededDynamicStates = combinedAttribs & kDynamicStatesMask;
134 if (neededDynamicStates != PatchAttribs::kNone) {