Lines Matching refs:fPatchAttribs
28 , fPatchAttribs(attribs)
76 if (fPatchAttribs & PatchAttribs::kStrokeParams) {
80 if (fPatchAttribs & PatchAttribs::kColor) {
82 (fPatchAttribs & PatchAttribs::kWideColorIfEnabled)
87 if (fPatchAttribs & PatchAttribs::kExplicitCurveType) {
95 SkASSERT(this->vertexStride() == sizeof(SkPoint) * 5 + PatchAttribsStride(fPatchAttribs));
98 SkASSERT(this->instanceStride() == sizeof(SkPoint) * 5 + PatchAttribsStride(fPatchAttribs));
405 fPatchAttribs, fMode, fStroke.getJoin(), fStroke.isHairlineStyle());
411 !(fPatchAttribs & PatchAttribs::kStrokeParams);
416 uint32_t key = (uint32_t)(fPatchAttribs & ~PatchAttribs::kColor);