Lines Matching refs:RightStat
256 const GraphDiffRenderer::TimeStat &RightStat, in statRelDiff() argument
259 double RightAttr = RightStat.getDouble(T); in statRelDiff()
277 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getColor() local
279 double RelDiff = statRelDiff(LeftStat, RightStat, T); in getColor()
298 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getColor() local
300 double RelDiff = statRelDiff(LeftStat, RightStat, T); in getColor()
328 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLabel() local
330 double RelDiff = statRelDiff(LeftStat, RightStat, EL); in getLabel()
347 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getLabel() local
349 double RelDiff = statRelDiff(LeftStat, RightStat, VL); in getLabel()
366 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLineWidth() local
368 double RelDiff = statRelDiff(LeftStat, RightStat, EL); in getLineWidth()