Lines Matching refs:pWAcc
1029 BitmapWriteAccess* pWAcc; in ImplCreateScaled() local
1044 pWAcc = aOutBmp.AcquireWriteAccess(); in ImplCreateScaled()
1046 if( pWAcc ) in ImplCreateScaled()
1080 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled()
1109 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled()
1145 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled()
1178 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled()
1207 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled()
1213 aOutBmp.ReleaseAccess( pWAcc ); in ImplCreateScaled()
1237 pWAcc = aOutAlpha.AcquireWriteAccess(); in ImplCreateScaled()
1239 if( pWAcc ) in ImplCreateScaled()
1242 pWAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in ImplCreateScaled()
1251 pLineW = pWAcc->GetScanline( nYDst ); in ImplCreateScaled()
1289 pWAcc->SetPixel( nYDst, nXDst++, aAlphaValue ); in ImplCreateScaled()
1294 aOutAlpha.ReleaseAccess( pWAcc ); in ImplCreateScaled()
1326 pWAcc = aOutMsk.AcquireWriteAccess(); in ImplCreateScaled()
1328 if( pWAcc ) in ImplCreateScaled()
1343 pWAcc->GetScanlineFormat() == BMP_FORMAT_1BIT_MSB_PAL ) in ImplCreateScaled()
1349 Scanline pDst = pWAcc->GetScanline( nY ); in ImplCreateScaled()
1365 const BitmapColor aWB( pWAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplCreateScaled()
1366 const BitmapColor aWW( pWAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplCreateScaled()
1375 pWAcc->SetPixel( nY, nX, aWB ); in ImplCreateScaled()
1377 pWAcc->SetPixel( nY, nX, aWW ); in ImplCreateScaled()
1388 pWAcc->SetPixel( nY, nX, aWB ); in ImplCreateScaled()
1390 pWAcc->SetPixel( nY, nX, aWW ); in ImplCreateScaled()
1398 aOutMsk.ReleaseAccess( pWAcc ); in ImplCreateScaled()
1430 BitmapWriteAccess* pWAcc; in ImplCreateRotatedScaled() local
1464 pWAcc = aOutBmp.AcquireWriteAccess(); in ImplCreateRotatedScaled()
1466 if( pWAcc ) in ImplCreateRotatedScaled()
1503 pWAcc->SetPixel( nY, nX, aColRes ); in ImplCreateRotatedScaled()
1543 pWAcc->SetPixel( nY, nX, aColRes ); in ImplCreateRotatedScaled()
1549 aOutBmp.ReleaseAccess( pWAcc ); in ImplCreateRotatedScaled()
1571 pWAcc = aOutAlpha.AcquireWriteAccess(); in ImplCreateRotatedScaled()
1573 if( pWAcc ) in ImplCreateRotatedScaled()
1576 pWAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in ImplCreateRotatedScaled()
1583 pLineW = pWAcc->GetScanline( nY ); in ImplCreateRotatedScaled()
1615 const BitmapColor aTrans( pWAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplCreateRotatedScaled()
1641 pWAcc->SetPixel( nY, nX, aAlphaVal ); in ImplCreateRotatedScaled()
1644 pWAcc->SetPixel( nY, nX, aTrans ); in ImplCreateRotatedScaled()
1649 aOutAlpha.ReleaseAccess( pWAcc ); in ImplCreateRotatedScaled()
1662 pWAcc = aOutMsk.AcquireWriteAccess(); in ImplCreateRotatedScaled()
1664 if( pWAcc ) in ImplCreateRotatedScaled()
1667 const BitmapColor aB( pWAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplCreateRotatedScaled()
1668 const BitmapColor aW( pWAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplCreateRotatedScaled()
1705 pWAcc->SetPixel( nY, nX, aB ); in ImplCreateRotatedScaled()
1707 pWAcc->SetPixel( nY, nX, aW ); in ImplCreateRotatedScaled()
1710 pWAcc->SetPixel( nY, nX, aB ); in ImplCreateRotatedScaled()
1713 pWAcc->SetPixel( nY, nX, aW ); in ImplCreateRotatedScaled()
1726 aOutMsk.ReleaseAccess( pWAcc ); in ImplCreateRotatedScaled()