Home
last modified time | relevance | path

Searched refs:pNewMap (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/bastyp/
H A Dbitset.cxx75 sal_uIntPtr* pNewMap = new sal_uIntPtr[nTarget]; in operator <<() local
76 memcpy( pNewMap, aSet.pBitmap, 4 * nTarget ); in operator <<()
78 aSet.pBitmap = pNewMap; in operator <<()
270 sal_uIntPtr *pNewMap = new sal_uIntPtr[rSet.nBlocks]; in operator |=() local
271 memset( pNewMap + nBlocks, 0, 4 * (rSet.nBlocks - nBlocks) ); in operator |=()
275 memcpy( pNewMap, pBitmap, 4 * nBlocks ); in operator |=()
278 pBitmap = pNewMap; in operator |=()
307 sal_uIntPtr *pNewMap = new sal_uIntPtr[nBlock+1]; in operator |=() local
308 memset( pNewMap + nBlocks, 0, 4 * (nBlock - nBlocks + 1) ); in operator |=()
312 memcpy( pNewMap, pBitmap, 4 * nBlocks ); in operator |=()
[all …]
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx641 void FontCharMap::Reset( const ImplFontCharMap* pNewMap ) in Reset() argument
643 if( pNewMap == NULL ) in Reset()
648 else if( pNewMap != mpImpl ) in Reset()
651 mpImpl = pNewMap; in Reset()
H A Doutdev3.cxx8010 const ImplFontCharMap* pNewMap = mpGraphics->GetImplFontCharMap(); in GetFontCharMap() local
8011 rFontCharMap.Reset( pNewMap ); in GetFontCharMap()
8017 rItem.maCharMap.Reset( pNewMap ); in GetFontCharMap()
/trunk/main/vcl/inc/vcl/
H A Dmetric.hxx117 void Reset( const ImplFontCharMap* pNewMap = NULL );

Completed in 62 milliseconds