Searched refs:fElev (Results 1 – 1 of 1) sorted by relevance
538 double fElev = ( ( 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()545 const long nLz = FRound( sin( fElev ) * 255.0 ); in ImplEmbossGrey()
Completed in 63 milliseconds