Lines Matching refs:memoffset
1029 * memoffset: It specifies the memory offset of the cursor position.
1037 Gal_set_cursor_position(unsigned long memoffset,
1045 sCursorPos.dwMemOffset = memoffset;
1061 * memoffset: It points the memory offset of the cursor position.
1069 Gal_get_cursor_position(unsigned long *memoffset,
1080 *memoffset = sCursorPos.dwMemOffset;
1094 * memoffset: It specifies the graphics memory offset for cursor shape.
1100 Gal_set_cursor_shape32(unsigned long memoffset,
1107 sCursorShape.dwMemOffset = memoffset;
1124 * memoffset: It specifies the graphics memory offset for cursor shape.
1129 Gal_set_cursor_shape64(unsigned long memoffset,
1136 sCursorShape.dwMemOffset = memoffset;
3037 * memoffset: Memory offset of the icon buffer.
3042 Gal_set_icon_position(unsigned long memoffset, unsigned short xpos)
3048 sSetIconposi.memoffset = memoffset;
3063 * memoffset: Memory offset of the icon buffer.
3070 Gal_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
3077 sSetIconshape64.memoffset = memoffset;