Lines Matching refs:pAcc

263 			pAcc->SetPixelIndex( ny, nx++, nDat >> 7 );	\
265 pAcc->SetPixelIndex( ny, nx++, nDat >> 6 ); \
267 pAcc->SetPixelIndex( ny, nx++, nDat >> 5 ); \
269 pAcc->SetPixelIndex( ny, nx++, nDat >> 4 ); \
271 pAcc->SetPixelIndex( ny, nx++, nDat >> 3 ); \
273 pAcc->SetPixelIndex( ny, nx++, nDat >> 2 ); \
275 pAcc->SetPixelIndex( ny, nx++, nDat >> 1 ); \
277 pAcc->SetPixelIndex( ny, nx++, nDat ); \
280 pAcc->SetPixelIndex( ny, nx++, nDat >> 6 ); \
282 pAcc->SetPixelIndex( ny, nx++, (nDat>>4)&3);\
284 pAcc->SetPixelIndex( ny, nx++, (nDat>>2)&3 );\
286 pAcc->SetPixelIndex( ny, nx++, nDat & 3); \
289 pAcc->SetPixelIndex( ny, nx++, nDat >> 4 ); \
291 pAcc->SetPixelIndex( ny, nx++, nDat ); \
294 pAcc->SetPixelIndex( ny, nx++, nDat ); \
302 if ( pAcc ) \
303 aBitmap.ReleaseAccess( pAcc ); \
711 BitmapWriteAccess* pAcc = NULL; in ReadPixMapEtc() local
751 if ( ( pAcc = aBitmap.AcquireWriteAccess() ) == NULL ) in ReadPixMapEtc()
762 pAcc->SetPaletteEntryCount( nColTabSize ); in ReadPixMapEtc()
768 pAcc->SetPaletteColor( (sal_uInt16) i, BitmapColor( nRed, nGreen, nBlue ) ); in ReadPixMapEtc()
783 if ( ( pAcc = aBitmap.AcquireWriteAccess() ) == NULL ) in ReadPixMapEtc()
785 pAcc->SetPaletteEntryCount( 2 ); in ReadPixMapEtc()
786 pAcc->SetPaletteColor( 0, BitmapColor( 0xff, 0xff, 0xff ) ); in ReadPixMapEtc()
787 pAcc->SetPaletteColor( 1, BitmapColor( 0, 0, 0 ) ); in ReadPixMapEtc()
919 pAcc->SetPixel( ny, nx++, BitmapColor( nRed, nGreen, nBlue ) ); in ReadPixMapEtc()
951 pAcc->SetPixel( ny, nx++, BitmapColor( nRed, nGreen, nBlue ) ); in ReadPixMapEtc()
965 pAcc->SetPixel( ny, nx++, BitmapColor( nRed, nGreen, nBlue ) ); in ReadPixMapEtc()
994 pAcc->SetPixel( ny, nx, BitmapColor( nRed, nGreen, nBlue) ); in ReadPixMapEtc()
1007 pAcc->SetPixel( ny, nx, BitmapColor( nRed, nGreen, nBlue ) ); in ReadPixMapEtc()
1060 pAcc->SetPixel( ny, nx++, BitmapColor( *pTmp, pTmp[ nWidth ], pTmp[ 2 * nWidth ] ) ); in ReadPixMapEtc()
1072 aBitmap.ReleaseAccess( pAcc ); in ReadPixMapEtc()