Searched refs:pMAcc (Results 1 – 1 of 1) sorted by relevance
1669 BitmapReadAccess* pMAcc = NULL; in ImplCreateRotatedScaled() local1671 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 46 milliseconds