Lines Matching refs:RightStat
243 const GraphDiffRenderer::TimeStat &RightStat, in statRelDiff() argument
246 double RightAttr = RightStat.getDouble(T); in statRelDiff()
264 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getColor() local
266 double RelDiff = statRelDiff(LeftStat, RightStat, T); in getColor()
285 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getColor() local
287 double RelDiff = statRelDiff(LeftStat, RightStat, T); in getColor()
312 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLabel() local
314 double RelDiff = statRelDiff(LeftStat, RightStat, EL); in getLabel()
333 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getLabel() local
335 double RelDiff = statRelDiff(LeftStat, RightStat, VL); in getLabel()
352 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLineWidth() local
354 double RelDiff = statRelDiff(LeftStat, RightStat, EL); in getLineWidth()