Searched refs:pRAcc (Results 1 – 10 of 10) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | impvect.cxx | 748 if( pRAcc ) in ImplVectorize() 753 const long nWidth = pRAcc->Width(); in ImplVectorize() 754 const long nHeight = pRAcc->Height(); in ImplVectorize() 834 pBmp->ReleaseAccess( pRAcc ); in ImplVectorize() 848 BitmapReadAccess* pRAcc; in ImplVectorize() local 859 pRAcc = pBmp->AcquireReadAccess(); in ImplVectorize() 860 pMap = ImplExpand( pRAcc, COL_BLACK ); in ImplVectorize() 861 pBmp->ReleaseAccess( pRAcc ); in ImplVectorize() 978 if( pRAcc && pRAcc->Width() && pRAcc->Height() ) in ImplExpand() 980 const long nOldWidth = pRAcc->Width(); in ImplExpand() [all …]
|
H A D | bitmap.cxx | 333 if( pRAcc ) in HasGreyPalette() 342 ( (Bitmap*) this )->ReleaseAccess( pRAcc ); in HasGreyPalette() 351 if( pRAcc ) in HasGreyPalette() 353 …if( pRAcc->HasPalette() && ( (BitmapPalette&) pRAcc->GetPalette() == GetGreyPalette( 1 << nBitCoun… in HasGreyPalette() 377 if( pRAcc && pRAcc->Width() && pRAcc->Height() ) in GetChecksum() 382 pRAcc->ImplZeroInitUnusedBits(); in GetChecksum() 384 UInt32ToSVBT32( pRAcc->Width(), aBT32 ); in GetChecksum() 387 UInt32ToSVBT32( pRAcc->Height(), aBT32 ); in GetChecksum() 402 if( pRAcc->HasPalette() ) in GetChecksum() 408 nCrc = rtl_crc32( nCrc, pRAcc->GetBuffer(), pRAcc->GetScanlineSize() * pRAcc->Height() ); in GetChecksum() [all …]
|
H A D | bitmap3.cxx | 2899 if( pRAcc ) in ImplReduceSimple() 2913 if( pRAcc->HasPalette() ) in ImplReduceSimple() 2930 ReleaseAccess( pRAcc ); in ImplReduceSimple() 2986 if( pRAcc ) in ImplReducePopular() 3014 if( pRAcc->HasPalette() ) in ImplReducePopular() 3020 const BitmapColor& rCol = pRAcc->GetPaletteColor( pRAcc->GetPixelIndex( nY, nX ) ); in ImplReducePopular() 3066 if( pRAcc->HasPalette() ) in ImplReducePopular() 3101 ReleaseAccess( pRAcc ); in ImplReducePopular() 3136 if( pRAcc ) in ImplReduceMedian() 3152 if( pRAcc->HasPalette() ) in ImplReduceMedian() [all …]
|
H A D | impvect.hxx | 42 ImplVectMap* ImplExpand( BitmapReadAccess* pRAcc, const Color& rColor );
|
/trunk/main/sd/source/ui/dlg/ |
H A D | vectdlg.cxx | 185 BitmapReadAccess* pRAcc = aTmp.AcquireReadAccess(); in Calculate() local 187 if( pRAcc ) in Calculate() 189 const long nWidth = pRAcc->Width(); in Calculate() 190 const long nHeight = pRAcc->Height(); in Calculate() 207 AddTile( pRAcc, aNewMtf, nTX * nTileX, nTY * nTileY, nTileX, nTileY ); in Calculate() 210 AddTile( pRAcc, aNewMtf, nCountX * nTileX, nY, nRestX, nTileY ); in Calculate() 218 AddTile( pRAcc, aNewMtf, nTX * nTileX, nY, nTileX, nRestY ); in Calculate() 221 AddTile( pRAcc, aNewMtf, nCountX * nTileX, nCountY * nTileY, nRestX, nRestY ); in Calculate() 225 aTmp.ReleaseAccess( pRAcc ); in Calculate() 244 void SdVectorizeDlg::AddTile( BitmapReadAccess* pRAcc, GDIMetaFile& rMtf, in AddTile() argument [all …]
|
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | AccTable.cpp | 61 Reference<XAccessible> pRAcc = GetXInterface()->getAccessibleCellAt(row,column); in get_accessibleAt() local 63 if(!pRAcc.is()) in get_accessibleAt() 71 BOOL isTRUE = CMAccessible::get_IAccessibleFromXAccessible((long)pRAcc.get(),&pRet); in get_accessibleAt() 78 else if(pRAcc.is()) in get_accessibleAt() 82 CMAccessible::g_pAgent->InsertAccObj(pRAcc.get(),pxTable.get()); in get_accessibleAt() 83 isTRUE = CMAccessible::get_IAccessibleFromXAccessible((long)pRAcc.get(),&pRet); in get_accessibleAt() 570 Reference<XAccessible> pRAcc = GetXInterface()->getAccessibleSummary(); in get_summary() local 573 BOOL isTRUE = CMAccessible::get_IAccessibleFromXAccessible((long)pRAcc.get(),&pRet); in get_summary() 1053 Reference<XAccessible> pRAcc = pRSelection->getSelectedAccessibleChild(i); in get_selectedChildren() local 1054 if(pRAcc.is()) in get_selectedChildren() [all …]
|
H A D | AccRelation.cpp | 111 Reference<XInterface> pRAcc = xTargets[targetIndex]; in get_target() local 114 BOOL isGet = CMAccessible::get_IAccessibleFromXAccessible((long)pRAcc.get(),&pRet); in get_target()
|
H A D | MAccessible.cpp | 729 Reference<XInterface> pRAcc = xTargets[0]; in get_accKeyboardShortcut() local 731 XAccessible* pXAcc = (XAccessible*)pRAcc.get(); in get_accKeyboardShortcut() 753 pRAcc = xTargets[0]; in get_accKeyboardShortcut() 754 if(pUNOInterface != (XAccessible*)pRAcc.get()) in get_accKeyboardShortcut() 1958 Reference<XInterface> pRAcc = xTargets[0]; in get_groupPosition() local 1962 == (XAccessible*)pRAcc.get() && in get_groupPosition()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 768 BitmapReadAccess* pRAcc = aBmp.AcquireReadAccess(); in getBitmapData() local 770 if( pRAcc ) in getBitmapData() 773 nWidth = pRAcc->Width(); in getBitmapData() 774 nHeight = pRAcc->Height(); in getBitmapData() 799 const BitmapColor aPixelColor( pRAcc->GetColor( nY, nX ) ); in getBitmapData() 822 aBmp.ReleaseAccess( pRAcc ); in getBitmapData()
|
/trunk/main/sd/source/ui/inc/ |
H A D | vectdlg.hxx | 85 void AddTile( BitmapReadAccess* pRAcc, GDIMetaFile& rMtf,
|
Completed in 118 milliseconds