Searched refs:edgeSet (Results 1 – 2 of 2) sorted by relevance
140 protected Label getLabelForSet(IntervalSet edgeSet) { in getLabelForSet() argument142 int atom = edgeSet.getSingleElement(); in getLabelForSet()147 e = new Label(edgeSet); in getLabelForSet()
1644 …const IntPoint& innerBorderAdjustment, const BorderEdge edges[], BorderEdgeFlags edgeSet, Backgrou… in paintBorderSides() argument1658 if (edges[BSTop].shouldRender() && includesEdge(edgeSet, BSTop)) { in paintBorderSides()1666 if (edges[BSBottom].shouldRender() && includesEdge(edgeSet, BSBottom)) { in paintBorderSides()1674 if (edges[BSLeft].shouldRender() && includesEdge(edgeSet, BSLeft)) { in paintBorderSides()1682 if (edges[BSRight].shouldRender() && includesEdge(edgeSet, BSRight)) { in paintBorderSides()