Lines Matching refs:CorrEdgePtr
234 R.G[ID].CorrEdgePtr[i] = &E; in getGraphDiffRenderer()
255 if (EdgeAttr.CorrEdgePtr[0] == nullptr) in getColor()
257 if (EdgeAttr.CorrEdgePtr[1] == nullptr) in getColor()
263 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getColor()
264 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getColor()
308 if (containsNullptr(EdgeAttr.CorrEdgePtr)) in getLabel()
311 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getLabel()
312 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLabel()
348 if (containsNullptr(EdgeAttr.CorrEdgePtr)) in getLineWidth()
351 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getLineWidth()
352 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLineWidth()