Searched refs:custom_cursor_ (Results 1 – 2 of 2) sorted by relevance
150 if (custom_cursor_) { in GetCursor()152 return custom_cursor_; in GetCursor()185 custom_cursor_ = CreateIconIndirect(&ii); in GetCursor()191 return custom_cursor_; in GetCursor()209 custom_cursor_ = NULL; in InitPlatformData()235 custom_cursor_ = NULL; in CopyPlatformData()241 if (custom_cursor_) { in CleanupPlatformData()242 DestroyIcon(custom_cursor_); in CleanupPlatformData()243 custom_cursor_ = NULL; in CleanupPlatformData()
152 HCURSOR custom_cursor_; variable