Searched refs:kFanPoint (Results 1 – 6 of 6) sorted by relevance
30 bool needsInnerTriangles = !(fPatchAttribs & PatchAttribs::kFanPoint); in chopAndWriteQuads()74 bool needsInnerTriangles = !(fPatchAttribs & PatchAttribs::kFanPoint); in chopAndWriteConics()112 bool needsInnerTriangles = !(fPatchAttribs & PatchAttribs::kFanPoint); in chopAndWriteCubics()
75 kFanPoint = 1 << 0, // [float2] Used by wedges. This is the center point the wedges fan around. enumerator118 return (attribs & PatchAttribs::kFanPoint ? sizeof(float) * 2 : 0) + in PatchAttribsStride()
44 SkASSERT(fPatchAttribs & PatchAttribs::kFanPoint); in updateFanPointAttrib()142 vertexWriter << If((fPatchAttribs & PatchAttribs::kFanPoint), fFanPointAttrib) in outputPatchAttribs()
29 fAttribs |= PatchAttribs::kFanPoint; in PathTessellator()
41 if (fAttribs & PatchAttribs::kFanPoint) { in MiddleOutShader()131 if (middleOutShader.fAttribs & PatchAttribs::kFanPoint) { in makeProgramImpl()
349 if (attribs & PatchAttribs::kFanPoint) { in MakeHardwareTessellationShader()