Searched refs:leftBottom (Results 1 – 2 of 2) sorted by relevance
79 bool leftBottom = ((static_cast<int>(dir) + 1) & 2) != 0; in ccw_dxdy() local80 return vPartPos == leftBottom; in ccw_dxdy()
855 Vertex* leftBottom = edge->fLeft->fBottom; in cleanup_active_edges() local860 } else if (c.sweep_lt(bottom->fPoint, leftBottom->fPoint) && in cleanup_active_edges()863 } else if (c.sweep_lt(leftBottom->fPoint, bottom->fPoint) && !edge->isRightOf(leftBottom)) { in cleanup_active_edges()864 split_edge(edge, leftBottom, activeEdges, c, alloc); in cleanup_active_edges()