Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1669 BitmapReadAccess* pMAcc = NULL; in ImplCreateRotatedScaled() local
1671 if( !aMsk || ( ( pMAcc = aMsk.AcquireReadAccess() ) != NULL ) ) in ImplCreateRotatedScaled()
1677 if( pMAcc ) in ImplCreateRotatedScaled()
1678 aTestB = pMAcc->GetBestMatchingColor( Color( COL_BLACK ) ); in ImplCreateRotatedScaled()
1702 if( pMAcc ) in ImplCreateRotatedScaled()
1704 if( pMAcc->GetPixel( pMapLY[ nUnRotY ], pMapLX[ nUnRotX ] ) == aTestB ) in ImplCreateRotatedScaled()
1720 if( pMAcc ) in ImplCreateRotatedScaled()
1721 aMsk.ReleaseAccess( pMAcc ); in ImplCreateRotatedScaled()

Completed in 17 milliseconds