Home
last modified time | relevance | path

Searched refs:nFocus (Results 1 – 1 of 1) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2900 sal_Int32 nFocus = GetPropertyValue( DFF_Prop_fillFocus, 0 ); in ImportGradientColor() local
2901 if ( !nFocus ) in ImportGradientColor()
2903 else if ( nFocus < 0 )//If it is a negative focus, the color will be swapped in ImportGradientColor()
2905 nFocus = -nFocus; in ImportGradientColor()
2909 if( nFocus > 40 && nFocus < 60 ) in ImportGradientColor()
2916 sal_uInt16 nFocusX = (sal_uInt16)nFocus; in ImportGradientColor()
2917 sal_uInt16 nFocusY = (sal_uInt16)nFocus; in ImportGradientColor()

Completed in 48 milliseconds