Lines Matching refs:CorrEdgePtr
233 R.G[ID].CorrEdgePtr[i] = &E; in getGraphDiffRenderer()
254 if (EdgeAttr.CorrEdgePtr[0] == nullptr) in getColor()
256 if (EdgeAttr.CorrEdgePtr[1] == nullptr) in getColor()
262 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getColor()
263 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getColor()
307 if (containsNullptr(EdgeAttr.CorrEdgePtr)) in getLabel()
310 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getLabel()
311 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLabel()
347 if (containsNullptr(EdgeAttr.CorrEdgePtr)) in getLineWidth()
350 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getLineWidth()
351 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLineWidth()