Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Doutmap.cxx1972 #define ENTER2( eUnitSource, eUnitDest ) \ argument
1973 DBG_ASSERT( eUnitSource != MAP_SYSFONT \
1974 && eUnitSource != MAP_APPFONT \
1975 && eUnitSource != MAP_RELATIVE, \
1981 DBG_ASSERTWARNING( eUnitSource != MAP_PIXEL, \
1988 #define ENTER3( eUnitSource, eUnitDest ) \ argument
1991 DBG_ASSERT( eUnitSource < s_ImplArySize, "Invalid source map unit"); \
1993 if( (eUnitSource < s_ImplArySize) && (eUnitDest < s_ImplArySize) ) \
1995 nNumerator = aImplNumeratorAry[eUnitSource] * \
1998 aImplDenominatorAry[eUnitSource]; \
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Doutdev.hxx1086 MapUnit eUnitSource,