Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx61 #define BACK_MAP( _def_nVal ) ((((_def_nVal)+2)>>2)-1) macro
676 pLast->X() = BACK_MAP( rArr[ 0 ].X() ); in ImplPostProcess()
677 pLast->Y() = BACK_MAP( rArr[ 0 ].Y() ); in ImplPostProcess()
682 const long nX = BACK_MAP( rPt.X() ); in ImplPostProcess()
683 const long nY = BACK_MAP( rPt.Y() ); in ImplPostProcess()

Completed in 25 milliseconds