Searched refs:botrightInside (Results 1 – 1 of 1) sorted by relevance
297 bool botrightInside = ((edges.fA * right + edges.fB * bot + edges.fC) >= 0.f).allTrue(); in get_exact_coverage() local299 if (topleftInside && botleftInside && botrightInside && toprightInside) { in get_exact_coverage()