Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2897 sal_Int32 nFocus = GetPropertyValue( DFF_Prop_fillFocus, 0 ); in ImportGradientColor() local
2898 if ( !nFocus ) in ImportGradientColor()
2900 else if ( nFocus < 0 )//If it is a negative focus, the color will be swapped in ImportGradientColor()
2902 nFocus = -nFocus; in ImportGradientColor()
2906 if( nFocus > 40 && nFocus < 60 ) in ImportGradientColor()
2913 sal_uInt16 nFocusX = (sal_uInt16)nFocus; in ImportGradientColor()
2914 sal_uInt16 nFocusY = (sal_uInt16)nFocus; in ImportGradientColor()