Searched refs:iAngle (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgraphics.cpp1828 int iAngle = int( angle * RAD2DEG );
1829 if ( abs(iAngle) > 0 )
1831 Fixed atsuAngle = IntToFixed( iAngle );
H A Ddc.cpp1489 int iAngle = int( angle ); local
1503 Fixed atsuAngle = IntToFixed( iAngle ) ;
1523 status = ::ATSUSetLayoutControls(atsuLayout , sizeof(atsuTags)/sizeof(ATSUAttributeTag) - ( abs(iAngle) > 0.001 ? 0 : 1),
H A Ddccg.cpp924 int iAngle = int( angle );
925 if ( abs(iAngle) > 0 )
927 Fixed atsuAngle = IntToFixed( iAngle ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp1383 int iAngle = int( angle ); local
1393 if ( abs(iAngle) > 0 )
1395 Fixed atsuAngle = IntToFixed( iAngle ) ;

Completed in 126 milliseconds