Searched refs:state_bez (Results 1 – 2 of 2) sorted by relevance
1558 TStates state_bez; in Conic_To() local1604 state_bez = y1 < y3 ? Ascending_State : Descending_State; in Conic_To()1605 if ( ras.state != state_bez ) in Conic_To()1607 Bool o = state_bez == Ascending_State ? IS_BOTTOM_OVERSHOOT( y1 ) in Conic_To()1617 if ( New_Profile( RAS_VARS state_bez, o ) ) in Conic_To()1622 if ( state_bez == Ascending_State ) in Conic_To()1680 TStates state_bez; in Cubic_To() local1738 state_bez = ( y1 <= y4 ) ? Ascending_State : Descending_State; in Cubic_To()1741 if ( ras.state != state_bez ) in Cubic_To()1743 Bool o = state_bez == Ascending_State ? IS_BOTTOM_OVERSHOOT( y1 ) in Cubic_To()[all …]