Searched refs:fAzim (Results 1 – 1 of 1) sorted by relevance
536 double fAzim = ( ( pFilterParam && pFilterParam->meFilter == BMP_FILTER_EMBOSS_GREY ) ? in ImplEmbossGrey() local543 const long nLx = FRound( cos( fAzim ) * cos( fElev ) * 255.0 ); in ImplEmbossGrey()544 const long nLy = FRound( sin( fAzim ) * cos( fElev ) * 255.0 ); in ImplEmbossGrey()
Completed in 10 milliseconds