Home
last modified time | relevance | path

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

/trunk/main/vos/inc/vos/
H A Dmacros.hxx53 #ifndef VOS_ABS
54 # define VOS_ABS(a) (((a) < 0) ? (-(a)) : (a)) macro
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx783 nMoveX = VOS_ABS( aOldPrefSize.Width() ) - 1, fScaleX = -1.0; in Mirror()
788 nMoveY = VOS_ABS( aOldPrefSize.Height() ) - 1, fScaleY = -1.0; in Mirror()

Completed in 18 milliseconds