Lines Matching refs:CorrEdgePtr
247 R.G[ID].CorrEdgePtr[i] = &E; in getGraphDiffRenderer()
268 if (EdgeAttr.CorrEdgePtr[0] == nullptr) in getColor()
270 if (EdgeAttr.CorrEdgePtr[1] == nullptr) in getColor()
276 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getColor()
277 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getColor()
324 if (containsNullptr(EdgeAttr.CorrEdgePtr)) in getLabel()
327 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getLabel()
328 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLabel()
362 if (containsNullptr(EdgeAttr.CorrEdgePtr)) in getLineWidth()
365 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getLineWidth()
366 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLineWidth()