Home | History | Annotate | Download | only in pshinter

Lines Matching refs:flags2

1194       point->flags2 = 0;
1242 point->flags_x = point->flags2 | point->flags;
1247 point->flags_y = point->flags2 | point->flags;
1557 point->flags2 |= PSH_POINT_EDGE_MIN;
1577 point->flags2 |= PSH_POINT_EDGE_MAX;
1603 if ( point->flags2 & min_flag )
1613 point->flags2 |= PSH_POINT_EDGE_MIN;
1620 else if ( point->flags2 & max_flag )
1630 point->flags2 |= PSH_POINT_EDGE_MAX;