D | Surface.cpp | 1296 void *Surface::lockExternal(int x, int y, int z, Lock lock, Accessor client) in lockExternal() function in sw::Surface 1378 lockExternal(0, 0, 0, LOCK_READWRITE, client); in lockInternal() 3319 row = (unsigned char*)lockExternal(x0, y0, 0, LOCK_WRITEONLY, PUBLIC); in fill()
|