Home
last modified time | relevance | path

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

/reactos/dll/win32/gdiplus/
H A Dgdiplus_private.h431 ImageLockMode lockmode; member
H A Dimage.c1061 if(bitmap->lockmode) in GdipBitmapLockBits()
1079 bitmap->lockmode = flags | ImageLockModeRead; in GdipBitmapLockBits()
1155 bitmap->lockmode = flags | ImageLockModeRead; in GdipBitmapLockBits()
1190 if(!bitmap->lockmode) in GdipBitmapUnlockBits()
1197 bitmap->lockmode = 0; in GdipBitmapUnlockBits()
1207 bitmap->lockmode = 0; in GdipBitmapUnlockBits()
1231 bitmap->lockmode = 0; in GdipBitmapUnlockBits()