Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx862 double nBoundingBox[4]; in drawEPS() local
864 if ( pBuf && ImplGetBoundingBox( nBoundingBox, (PM_BYTE*)pPtr, nSize ) ) in drawEPS()
961 double dM11 = nWidth / ( nBoundingBox[2] - nBoundingBox[0] ); in drawEPS()
962 double dM22 = - ( nHeight / (nBoundingBox[1] - nBoundingBox[3] ) ); in drawEPS()
971 aBuf.append( nX - ( dM11 * nBoundingBox[0] ) ); in drawEPS()
973 aBuf.append( nY - ( dM22 * nBoundingBox[3] ) ); in drawEPS()
986 ImplWriteDouble( &pTemp, nX - ( dM11 * nBoundingBox[0] ) ); in drawEPS()
987 ImplWriteDouble( &pTemp, mnHeight - nY - ( dM22 * nBoundingBox[3] ) ); in drawEPS()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1745 double nBoundingBox[4]; in drawEPS() local
1747 if ( ImplGetBoundingBox( nBoundingBox, (BYTE*)pPtr, nSize ) ) in drawEPS()
1835 double dM11 = nWidth / ( nBoundingBox[2] - nBoundingBox[0] ); in drawEPS()
1836 double dM22 = nHeight / (nBoundingBox[1] - nBoundingBox[3] ); in drawEPS()
1844 aBuf.append( nX - ( dM11 * nBoundingBox[0] ) ); in drawEPS()
1846 aBuf.append( nY - ( dM22 * nBoundingBox[3] ) ); in drawEPS()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1138 double nBoundingBox[4]; in ImplWriteActions() local
1139 if ( pSource && ImplGetBoundingBox( nBoundingBox, pSource, nParseThis ) ) in ImplWriteActions()
1149 aMapMode.SetScaleX( aOutSize.Width() / ( nBoundingBox[ 2 ] - nBoundingBox[ 0 ] ) ); in ImplWriteActions()
1150 aMapMode.SetScaleY( aOutSize.Height() / ( nBoundingBox[ 3 ] - nBoundingBox[ 1 ] ) ); in ImplWriteActions()

Completed in 34 milliseconds