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

/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c1558 TStates state_bez; local
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; local
1738 state_bez = ( y1 <= y4 ) ? Ascending_State : Descending_State;
1741 if ( ras.state != state_bez )
1743 Bool o = state_bez
[all...]
/external/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...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 1202 milliseconds