Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx542 long nX, nY, nNx, nNy, nDotL; in ImplEmbossGrey() local
576 nNy = nGrey31 + nGrey32 + nGrey33 - nGrey11 - nGrey12 - nGrey13; in ImplEmbossGrey()
578 if( !nNx && !nNy ) in ImplEmbossGrey()
580 else if( ( nDotL = nNx * nLx + nNy * nLy +nNzLz ) < 0 ) in ImplEmbossGrey()
584 const double fGrey = nDotL / sqrt( (double)(nNx * nNx + nNy * nNy + nZ2) ); in ImplEmbossGrey()

Completed in 22 milliseconds