Searched refs:fCursorData (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/app/
H A DServerCursor.cpp49 fCursorData(NULL),
66 fCursorData(NULL),
110 fCursorData = new (nothrow) uint8[68];
111 if (fCursorData)
112 memcpy(fCursorData, data, 68);
133 fCursorData(NULL),
150 fCursorData(NULL),
161 if (cursor->fCursorData) {
162 fCursorData = new (nothrow) uint8[68];
163 if (fCursorData)
[all...]
H A DServerCursor.h53 { return fCursorData; }
63 uint8* fCursorData; member in class:ServerCursor
/haiku/headers/os/app/
H A DApplication.h155 void* fCursorData; member in class:BApplication

Completed in 76 milliseconds