Searched refs:nBoundingBox (Results 1 – 3 of 3) sorted by relevance
862 double nBoundingBox[4]; in drawEPS() local864 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()
1745 double nBoundingBox[4]; in drawEPS() local1747 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()
1138 double nBoundingBox[4]; in ImplWriteActions() local1139 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 39 milliseconds