Lines Matching refs:RightStat
242 const GraphDiffRenderer::TimeStat &RightStat, in statRelDiff() argument
245 double RightAttr = RightStat.getDouble(T); in statRelDiff()
263 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getColor() local
265 double RelDiff = statRelDiff(LeftStat, RightStat, T); in getColor()
284 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getColor() local
286 double RelDiff = statRelDiff(LeftStat, RightStat, T); in getColor()
311 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLabel() local
313 double RelDiff = statRelDiff(LeftStat, RightStat, EL); in getLabel()
332 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getLabel() local
334 double RelDiff = statRelDiff(LeftStat, RightStat, VL); in getLabel()
351 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLineWidth() local
353 double RelDiff = statRelDiff(LeftStat, RightStat, EL); in getLineWidth()