Lines Matching refs:mpAcc
106 BitmapWriteAccess* mpAcc; member in vcl::PNGReaderImpl
201 mpAcc ( NULL ), in PNGReaderImpl()
478 if ( mpAcc ) in GetBitmapEx()
479 mpBmp->ReleaseAccess( mpAcc ), mpAcc = NULL; in GetBitmapEx()
715 mpAcc = mpBmp->AcquireWriteAccess(); in ImplReadHeader()
716 if( !mpAcc ) in ImplReadHeader()
753 mpAcc->SetPaletteEntryCount( nPaletteEntryCount ); in ImplGetGrayPalette()
755 mpAcc->SetPaletteColor( (sal_uInt16)i, BitmapColor( mpColorTable[ nStart ], in ImplGetGrayPalette()
765 if ( ( ( mnChunkLen % 3 ) == 0 ) && ( ( 0 < nCount ) && ( nCount <= 256 ) ) && mpAcc ) in ImplReadPalette()
768 mpAcc->SetPaletteEntryCount( (sal_uInt16) nCount ); in ImplReadPalette()
775 mpAcc->SetPaletteColor( i, Color( nRed, nGreen, nBlue ) ); in ImplReadPalette()
899 if ( nCol < mpAcc->GetPaletteEntryCount() ) in ImplGetBackground()
901 mpAcc->Erase( mpAcc->GetPaletteColor( (sal_uInt8)nCol ) ); in ImplGetBackground()
916 mpAcc->Erase( mpAcc->GetPaletteColor( nIndex ) ); in ImplGetBackground()
929 mpAcc->Erase( Color( nRed, nGreen, nBlue ) ); in ImplGetBackground()
1198 if ( mpAcc->HasPalette() ) // alphachannel is not allowed by pictures including palette entries in ImplDrawScanline()
1200 switch ( mpAcc->GetBitCount() ) in ImplDrawScanline()
1364 mpAcc->CopyScanline( nY, pTmp, BMP_FORMAT_8BIT_PAL, nLineBytes ); in ImplDrawScanline()
1400 … bCkeckDirectScanline && !nXStart && 1 == nXAdd && !mnPreviewShift && mpAcc && mpMaskAcc); in ImplDrawScanline()
1456 … mpAcc->CopyScanline(nY, mpScanline, BMP_FORMAT_24BIT_TC_BGR, maOrigSize.Width() * 3); in ImplDrawScanline()
1547 bCkeckDirectScanline && !nXStart && 1 == nXAdd && !mnPreviewShift && mpAcc); in ImplDrawScanline()
1588 … mpAcc->CopyScanline(nY, mpScanline, BMP_FORMAT_24BIT_TC_BGR, maOrigSize.Width() * 3); in ImplDrawScanline()
1645 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetPixel()
1657 if (nPalIndex >= mpAcc->GetPaletteEntryCount()) in ImplSetPixel()
1659 mpAcc->SetPixelIndex( nY, nX, nPalIndex ); in ImplSetPixel()
1671 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetTranspPixel()
1689 if (nPalIndex >= mpAcc->GetPaletteEntryCount()) in ImplSetAlphaPixel()
1691 mpAcc->SetPixelIndex( nY, nX, nPalIndex ); in ImplSetAlphaPixel()
1705 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetAlphaPixel()