Lines Matching refs:aColRes
1030 BitmapColor aCol0, aCol1, aColRes; in ImplCreateScaled() local
1077 aColRes.SetRed( MAP( cR0, cR1, nTmpFY ) ); in ImplCreateScaled()
1078 aColRes.SetGreen( MAP( cG0, cG1, nTmpFY ) ); in ImplCreateScaled()
1079 aColRes.SetBlue( MAP( cB0, cB1, nTmpFY ) ); in ImplCreateScaled()
1080 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled()
1106 aColRes.SetRed( MAP( cR0, cR1, nTmpFY ) ); in ImplCreateScaled()
1107 aColRes.SetGreen( MAP( cG0, cG1, nTmpFY ) ); in ImplCreateScaled()
1108 aColRes.SetBlue( MAP( cB0, cB1, nTmpFY ) ); in ImplCreateScaled()
1109 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled()
1142 aColRes.SetRed( MAP( cR0, cR1, nTmpFY ) ); in ImplCreateScaled()
1143 aColRes.SetGreen( MAP( cG0, cG1, nTmpFY ) ); in ImplCreateScaled()
1144 aColRes.SetBlue( MAP( cB0, cB1, nTmpFY ) ); in ImplCreateScaled()
1145 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled()
1175 aColRes.SetRed( MAP( cR0, cR1, nTmpFY ) ); in ImplCreateScaled()
1176 aColRes.SetGreen( MAP( cG0, cG1, nTmpFY ) ); in ImplCreateScaled()
1177 aColRes.SetBlue( MAP( cB0, cB1, nTmpFY ) ); in ImplCreateScaled()
1178 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled()
1204 aColRes.SetRed( MAP( cR0, cR1, nTmpFY ) ); in ImplCreateScaled()
1205 aColRes.SetGreen( MAP( cG0, cG1, nTmpFY ) ); in ImplCreateScaled()
1206 aColRes.SetBlue( MAP( cB0, cB1, nTmpFY ) ); in ImplCreateScaled()
1207 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled()
1468 BitmapColor aColRes; in ImplCreateRotatedScaled() local
1500 aColRes.SetRed( MAP( cR0, cR1, nTmpFY ) ); in ImplCreateRotatedScaled()
1501 aColRes.SetGreen( MAP( cG0, cG1, nTmpFY ) ); in ImplCreateRotatedScaled()
1502 aColRes.SetBlue( MAP( cB0, cB1, nTmpFY ) ); in ImplCreateRotatedScaled()
1503 pWAcc->SetPixel( nY, nX, aColRes ); in ImplCreateRotatedScaled()
1540 aColRes.SetRed( MAP( cR0, cR1, nTmpFY ) ); in ImplCreateRotatedScaled()
1541 aColRes.SetGreen( MAP( cG0, cG1, nTmpFY ) ); in ImplCreateRotatedScaled()
1542 aColRes.SetBlue( MAP( cB0, cB1, nTmpFY ) ); in ImplCreateRotatedScaled()
1543 pWAcc->SetPixel( nY, nX, aColRes ); in ImplCreateRotatedScaled()