Lines Matching refs:pBmpAcc
407 BitmapReadAccess* pBmpAcc = aBmp.AcquireReadAccess(); in ImplInitConsumer() local
409 if( pBmpAcc ) in ImplInitConsumer()
420 if( pBmpAcc->HasPalette() ) in ImplInitConsumer()
422 nPalCount = pBmpAcc->GetPaletteEntryCount(); in ImplInitConsumer()
432 const BitmapColor& rCol = pBmpAcc->GetPaletteColor( (sal_uInt16) i ); in ImplInitConsumer()
467 …ence< ::com::sun::star::awt::XImageConsumer > *) pCons )->init( pBmpAcc->Width(), pBmpAcc->Height(… in ImplInitConsumer()
468 …ference< ::com::sun::star::awt::XImageConsumer > *) pCons )->setColorModel( pBmpAcc->GetBitCount(), in ImplInitConsumer()
476 aBmp.ReleaseAccess( pBmpAcc ); in ImplInitConsumer()
487 BitmapReadAccess* pBmpAcc = aBmp.AcquireReadAccess(); in ImplUpdateConsumer() local
489 if( pBmpAcc ) in ImplUpdateConsumer()
495 const long nWidth = pBmpAcc->Width(); in ImplUpdateConsumer()
496 const long nHeight = pBmpAcc->Height(); in ImplUpdateConsumer()
515 if( pBmpAcc->HasPalette() ) in ImplUpdateConsumer()
532 *pTmp++ = pBmpAcc->GetPixel( nY, nX ).GetIndex(); in ImplUpdateConsumer()
553 *pTmp++ = pBmpAcc->GetPixel( nY, nX ).GetIndex(); in ImplUpdateConsumer()
573 const BitmapColor aCol( pBmpAcc->GetPixel( nY, nX ) ); in ImplUpdateConsumer()
594 aBmp.ReleaseAccess( pBmpAcc ); in ImplUpdateConsumer()