Lines Matching refs:mpAcc

105 	BitmapWriteAccess*	mpAcc;  member in vcl::PNGReaderImpl
200 mpAcc ( NULL ), in PNGReaderImpl()
468 if ( mpAcc ) in GetBitmapEx()
469 mpBmp->ReleaseAccess( mpAcc ), mpAcc = NULL; in GetBitmapEx()
705 mpAcc = mpBmp->AcquireWriteAccess(); in ImplReadHeader()
706 if( !mpAcc ) in ImplReadHeader()
743 mpAcc->SetPaletteEntryCount( nPaletteEntryCount ); in ImplGetGrayPalette()
745 mpAcc->SetPaletteColor( (sal_uInt16)i, BitmapColor( mpColorTable[ nStart ], in ImplGetGrayPalette()
755 if ( ( ( mnChunkLen % 3 ) == 0 ) && ( ( 0 < nCount ) && ( nCount <= 256 ) ) && mpAcc ) in ImplReadPalette()
758 mpAcc->SetPaletteEntryCount( (sal_uInt16) nCount ); in ImplReadPalette()
765 mpAcc->SetPaletteColor( i, Color( nRed, nGreen, nBlue ) ); in ImplReadPalette()
889 if ( nCol < mpAcc->GetPaletteEntryCount() ) in ImplGetBackground()
891 mpAcc->Erase( mpAcc->GetPaletteColor( (sal_uInt8)nCol ) ); in ImplGetBackground()
906 mpAcc->Erase( mpAcc->GetPaletteColor( nIndex ) ); in ImplGetBackground()
919 mpAcc->Erase( Color( nRed, nGreen, nBlue ) ); in ImplGetBackground()
1188 if ( mpAcc->HasPalette() ) // alphachannel is not allowed by pictures including palette entries in ImplDrawScanline()
1190 switch ( mpAcc->GetBitCount() ) in ImplDrawScanline()
1354 mpAcc->CopyScanline( nY, pTmp, BMP_FORMAT_8BIT_PAL, nLineBytes ); in ImplDrawScanline()
1390 … bCkeckDirectScanline && !nXStart && 1 == nXAdd && !mnPreviewShift && mpAcc && mpMaskAcc); in ImplDrawScanline()
1446mpAcc->CopyScanline(nY, mpScanline, BMP_FORMAT_24BIT_TC_BGR, maOrigSize.Width() * 3); in ImplDrawScanline()
1537 bCkeckDirectScanline && !nXStart && 1 == nXAdd && !mnPreviewShift && mpAcc); in ImplDrawScanline()
1578mpAcc->CopyScanline(nY, mpScanline, BMP_FORMAT_24BIT_TC_BGR, maOrigSize.Width() * 3); in ImplDrawScanline()
1635 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetPixel()
1647 mpAcc->SetPixelIndex( nY, nX, nPalIndex ); in ImplSetPixel()
1659 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetTranspPixel()
1677 mpAcc->SetPixelIndex( nY, nX, nPalIndex ); in ImplSetAlphaPixel()
1691 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetAlphaPixel()