Searched refs:mpScan (Results 1 – 1 of 1) sorted by relevance
247 Scanline* mpScan; member in ImplVectMap281 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 16 milliseconds