Home | History | Annotate | Download | only in pshinter

Lines Matching refs:flags2

1091       point->flags2 = 0;
1139 point->flags_x = point->flags2 | point->flags;
1144 point->flags_y = point->flags2 | point->flags;
1453 point->flags2 |= PSH_POINT_EDGE_MIN;
1473 point->flags2 |= PSH_POINT_EDGE_MAX;
1499 if ( point->flags2 & min_flag )
1509 point->flags2 |= PSH_POINT_EDGE_MIN;
1516 else if ( point->flags2 & max_flag )
1526 point->flags2 |= PSH_POINT_EDGE_MAX;