Home | History | Annotate | Download | only in rendering

Lines Matching refs:shouldRender

1075     bool shouldRender() const { return isPresent && hasVisibleColorAndStyle(); }
1143 if (edges[side].shouldRender() != edges[adjacentSide].shouldRender())
1259 if (edges[BSTop].shouldRender() && includesEdge(edgeSet, BSTop)) {
1267 if (edges[BSBottom].shouldRender() && includesEdge(edgeSet, BSBottom)) {
1275 if (edges[BSLeft].shouldRender() && includesEdge(edgeSet, BSLeft)) {
1283 if (edges[BSRight].shouldRender() && includesEdge(edgeSet, BSRight)) {