Lines Matching refs:nExponent
2018 bool GraphicObject::ImplRenderTempTile( VirtualDevice& rVDev, int nExponent, in ImplRenderTempTile() argument
2023 if( nExponent <= 1 ) in ImplRenderTempTile()
2031 nMSBFactor *= nExponent; in ImplRenderTempTile()
2035 nMSBFactor /= nExponent; in ImplRenderTempTile()
2044 bool bRet( ImplRenderTileRecursive( rVDev, nExponent, nMSBFactor, nNumTilesX, nNumTilesY, in ImplRenderTempTile()
2061 bool GraphicObject::ImplRenderTileRecursive( VirtualDevice& rVDev, int nExponent, int nMSBFactor, in ImplRenderTileRecursive() argument
2099 else if( ImplRenderTileRecursive( rVDev, nExponent, nMSBFactor/nExponent, in ImplRenderTileRecursive()
2143 …rVDev.SetLineColor( Color( 255 * nExponent / nMSBFactor, 255 - 255 * nExponent / nMSBFactor, 128 -… in ImplRenderTileRecursive()
2194 rTileInfo.aTileSizePixel = Size( rTileSizePixel.Width()*nMSBFactor*nExponent, in ImplRenderTileRecursive()
2195 rTileSizePixel.Height()*nMSBFactor*nExponent ); in ImplRenderTileRecursive()
2207 for( nY=0; nY < aTileInfo.nTilesEmptyY && nY < nExponent*nMSBFactor; nY += nMSBFactor ) in ImplRenderTileRecursive()
2211 for( nX=0; nX < aTileInfo.nTilesEmptyX && nX < nExponent*nMSBFactor; nX += nMSBFactor ) in ImplRenderTileRecursive()
2227 …rVDev.SetLineColor( Color( 255 * nExponent / nMSBFactor, 255 - 255 * nExponent / nMSBFactor, 128 -… in ImplRenderTileRecursive()