Lines Matching defs:min_x
2267 float min_x = (float)999999999;2362 if(pNode1->node.x < min_x)2364 min_x = pNode1->node.x;