Home
last modified time | relevance | path

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

/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx2887 sal_Int32 nFocus = GetPropertyValue( DFF_Prop_fillFocus, 0 ); in ImportGradientColor() local
2888 if ( !nFocus ) in ImportGradientColor()
2890 else if ( nFocus < 0 )//If it is a negative focus, the color will be swapped in ImportGradientColor()
2892 nFocus = -nFocus; in ImportGradientColor()
2896 if( nFocus > 40 && nFocus < 60 ) in ImportGradientColor()
2903 sal_uInt16 nFocusX = (sal_uInt16)nFocus; in ImportGradientColor()
2904 sal_uInt16 nFocusY = (sal_uInt16)nFocus; in ImportGradientColor()

Completed in 60 milliseconds