Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:WINDING_CCW

479 	if (m_winding == WINDING_CCW)
495 const bool positiveArea = (m_winding == WINDING_CCW) ? (s > 0) : (s < 0);