Home
last modified time | relevance | path

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

/external/freetype/src/raster/
Dftraster.c1505 TStates state_bez; in Conic_To() local
1551 state_bez = y1 < y3 ? Ascending_State : Descending_State; in Conic_To()
1552 if ( ras.state != state_bez ) in Conic_To()
1554 Bool o = ( state_bez == Ascending_State ) in Conic_To()
1565 if ( New_Profile( RAS_VARS state_bez, o ) ) in Conic_To()
1570 if ( state_bez == Ascending_State ) in Conic_To()
1634 TStates state_bez; in Cubic_To() local
1692 state_bez = ( y1 <= y4 ) ? Ascending_State : Descending_State; in Cubic_To()
1695 if ( ras.state != state_bez ) in Cubic_To()
1697 Bool o = ( state_bez == Ascending_State ) in Cubic_To()
[all …]