Home
last modified time | relevance | path

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

/reactos/dll/win32/gdiplus/
H A Dgdiplus_private.h438 INT lockx, locky; /* X and Y coordinates of the rect when a bitmap is locked for writing. */ member
H A Dimage.c1157 bitmap->locky = act_rect.Y; in GdipBitmapLockBits()
1220 …bitmap->bits + bitmap->stride * bitmap->locky + PIXELFORMATBPP(bitmap->format) * bitmap->lockx / 8, in GdipBitmapUnlockBits()