Searched defs:state_bez (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/raster/
H A Dftraster.c1466 TStates state_bez; local
1512 state_bez = y1 < y3 ? Ascending_State : Descending_State;
1513 if ( ras.state != state_bez )
1515 Bool o = state_bez == Ascending_State ? IS_BOTTOM_OVERSHOOT( y1 )
1525 if ( New_Profile( RAS_VARS state_bez, o ) )
1530 if ( state_bez == Ascending_State )
1588 TStates state_bez; local
1646 state_bez = ( y1 <= y4 ) ? Ascending_State : Descending_State;
1649 if ( ras.state != state_bez )
1651 Bool o = state_bez
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c1560 TStates state_bez; local
1606 state_bez = y1 < y3 ? Ascending_State : Descending_State;
1607 if ( ras.state != state_bez )
1609 Bool o = state_bez == Ascending_State ? IS_BOTTOM_OVERSHOOT( y1 )
1619 if ( New_Profile( RAS_VARS state_bez, o ) )
1624 if ( state_bez == Ascending_State )
1682 TStates state_bez; local
1740 state_bez = ( y1 <= y4 ) ? Ascending_State : Descending_State;
1743 if ( ras.state != state_bez )
1745 Bool o = state_bez
[all...]

Completed in 77 milliseconds