Searched refs:_ServerToken (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/os/interface/
H A DBitmap.h138 int32 _ServerToken() const;
/haiku/src/kits/interface/
H A DPrivateScreen.cpp399 link.Attach<int32>(bitmap->_ServerToken());
H A DBitmap.cpp1025 BBitmap::_ServerToken() const function in class:BBitmap
H A DView.cpp1540 fOwner->fLink->Attach<int32>(image->_ServerToken());
3091 info.bitmapToken = bitmap->_ServerToken();
3129 info.bitmapToken = bitmap->_ServerToken();
3206 info.bitmapToken = bitmap->_ServerToken();
6535 int32 serverToken = bitmap ? bitmap->_ServerToken() : -1;

Completed in 66 milliseconds