Home | History | Annotate | Download | only in raster

Lines Matching refs:state_bez

1558     TStates  state_bez;
1604 state_bez = y1 < y3 ? Ascending_State : Descending_State;
1605 if ( ras.state != state_bez )
1607 Bool o = state_bez == Ascending_State ? IS_BOTTOM_OVERSHOOT( y1 )
1617 if ( New_Profile( RAS_VARS state_bez, o ) )
1622 if ( state_bez == Ascending_State )
1680 TStates state_bez;
1738 state_bez = ( y1 <= y4 ) ? Ascending_State : Descending_State;
1741 if ( ras.state != state_bez )
1743 Bool o = state_bez == Ascending_State ? IS_BOTTOM_OVERSHOOT( y1 )
1752 if ( New_Profile( RAS_VARS state_bez, o ) )
1757 if ( state_bez == Ascending_State )