Home
last modified time | relevance | path

Searched refs:mpScan (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx247 Scanline* mpScan; member in ImplVectMap
281 mpScan = (Scanline*) rtl_allocateMemory( nHeight * sizeof( Scanline ) ); in ImplVectMap()
284 mpScan[ nY++ ] = pTmp; in ImplVectMap()
293 rtl_freeMemory( mpScan ); in ~ImplVectMap()
301 ( ( mpScan[ nY ][ nX >> 2 ] ) &= ~( 3 << cShift ) ) |= ( cVal << cShift ); in Set()
308 …return sal::static_int_cast<sal_uInt8>( ( ( mpScan[ nY ][ nX >> 2 ] ) >> ( 6 - ( ( nX & 3 ) << 1 )… in Get()

Completed in 38 milliseconds