Home
last modified time | relevance | path

Searched refs:Ascending_State (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/raster/
Dftraster.c346 Ascending_State, enumerator
674 case Ascending_State: in New_Profile()
1399 if ( New_Profile( RAS_VARS Ascending_State, in Line_To()
1412 case Ascending_State: in Line_To()
1426 New_Profile( RAS_VARS Ascending_State, in Line_To()
1440 case Ascending_State: in Line_To()
1543 state_bez = y1 < y3 ? Ascending_State : Descending_State; in Conic_To()
1546 Bool o = ( state_bez == Ascending_State ) in Conic_To()
1562 if ( state_bez == Ascending_State ) in Conic_To()
1684 state_bez = ( y1 <= y4 ) ? Ascending_State : Descending_State; in Cubic_To()
[all …]