Lines Matching refs:nWeightX

1471 						long		nLeft, nRight, nTop, nBottom, nWeightX, nWeightY ;  in ImplScaleSuper()  local
1528 nWeightX = (nMax- pMapFX[ nLeft ]) ; in ImplScaleSuper()
1529 nSumRowB += ( nWeightX *rCol.GetBlue()) ; in ImplScaleSuper()
1530 nSumRowG += ( nWeightX *rCol.GetGreen()) ; in ImplScaleSuper()
1531 nSumRowR += ( nWeightX *rCol.GetRed()) ; in ImplScaleSuper()
1532 nTotalWeightX += nWeightX; in ImplScaleSuper()
1536 nWeightX = pMapFX[ nRight ] ; in ImplScaleSuper()
1537 nSumRowB += ( nWeightX *rCol.GetBlue() ); in ImplScaleSuper()
1538 nSumRowG += ( nWeightX *rCol.GetGreen() ); in ImplScaleSuper()
1539 nSumRowR += ( nWeightX *rCol.GetRed() ); in ImplScaleSuper()
1540 nTotalWeightX += nWeightX; in ImplScaleSuper()
1612 long nLeft, nRight, nTop, nBottom, nWeightX, nWeightY ; in ImplScaleSuper() local
1670 nWeightX = (nMax- pMapFX[ nLeft ]) ; in ImplScaleSuper()
1671 nSumRowB += ( nWeightX *aCol0.GetBlue()) ; in ImplScaleSuper()
1672 nSumRowG += ( nWeightX *aCol0.GetGreen()) ; in ImplScaleSuper()
1673 nSumRowR += ( nWeightX *aCol0.GetRed()) ; in ImplScaleSuper()
1674 nTotalWeightX += nWeightX; in ImplScaleSuper()
1679 nWeightX = pMapFX[ nRight ] ; in ImplScaleSuper()
1680 nSumRowB += ( nWeightX *aCol0.GetBlue() ); in ImplScaleSuper()
1681 nSumRowG += ( nWeightX *aCol0.GetGreen() ); in ImplScaleSuper()
1682 nSumRowR += ( nWeightX *aCol0.GetRed() ); in ImplScaleSuper()
1683 nTotalWeightX += nWeightX; in ImplScaleSuper()
1762 long nLeft, nRight, nTop, nBottom, nWeightX, nWeightY ; in ImplScaleSuper() local
1818 nWeightX = (nMax- pMapFX[ nLeft ]) ; in ImplScaleSuper()
1819 nSumRowB += ( nWeightX *( *pTmpX )) ;pTmpX++; in ImplScaleSuper()
1820 nSumRowG += ( nWeightX *( *pTmpX )) ;pTmpX++; in ImplScaleSuper()
1821 nSumRowR += ( nWeightX *( *pTmpX )) ;pTmpX++; in ImplScaleSuper()
1822 nTotalWeightX += nWeightX; in ImplScaleSuper()
1826 nWeightX = pMapFX[ nRight ] ; in ImplScaleSuper()
1827 nSumRowB += ( nWeightX *( *pTmpX ) );pTmpX++; in ImplScaleSuper()
1828 nSumRowG += ( nWeightX *( *pTmpX ) );pTmpX++; in ImplScaleSuper()
1829 nSumRowR += ( nWeightX *( *pTmpX ) );pTmpX++; in ImplScaleSuper()
1830 nTotalWeightX += nWeightX; in ImplScaleSuper()
1906 long nLeft, nRight, nTop, nBottom, nWeightX, nWeightY ; in ImplScaleSuper() local
1962 nWeightX = (nMax- pMapFX[ nLeft ]) ; in ImplScaleSuper()
1963 nSumRowR += ( nWeightX *( *pTmpX )) ;pTmpX++; in ImplScaleSuper()
1964 nSumRowG += ( nWeightX *( *pTmpX )) ;pTmpX++; in ImplScaleSuper()
1965 nSumRowB += ( nWeightX *( *pTmpX )) ;pTmpX++; in ImplScaleSuper()
1966 nTotalWeightX += nWeightX; in ImplScaleSuper()
1970 nWeightX = pMapFX[ nRight ] ; in ImplScaleSuper()
1971 nSumRowR += ( nWeightX *( *pTmpX ) );pTmpX++; in ImplScaleSuper()
1972 nSumRowG += ( nWeightX *( *pTmpX ) );pTmpX++; in ImplScaleSuper()
1973 nSumRowB += ( nWeightX *( *pTmpX ) );pTmpX++; in ImplScaleSuper()
1974 nTotalWeightX += nWeightX; in ImplScaleSuper()
2045 long nLeft, nRight, nTop, nBottom, nWeightX, nWeightY ; in ImplScaleSuper() local
2103 nWeightX = (nMax- pMapFX[ nLeft ]) ; in ImplScaleSuper()
2104 nSumRowB += ( nWeightX *aCol0.GetBlue()) ; in ImplScaleSuper()
2105 nSumRowG += ( nWeightX *aCol0.GetGreen()) ; in ImplScaleSuper()
2106 nSumRowR += ( nWeightX *aCol0.GetRed()) ; in ImplScaleSuper()
2107 nTotalWeightX += nWeightX; in ImplScaleSuper()
2112 nWeightX = pMapFX[ nRight ] ; in ImplScaleSuper()
2113 nSumRowB += ( nWeightX *aCol0.GetBlue() ); in ImplScaleSuper()
2114 nSumRowG += ( nWeightX *aCol0.GetGreen() ); in ImplScaleSuper()
2115 nSumRowR += ( nWeightX *aCol0.GetRed() ); in ImplScaleSuper()
2116 nTotalWeightX += nWeightX; in ImplScaleSuper()