Searched refs:fSpace (Results 1 – 5 of 5) sorted by relevance
/haiku/src/system/kernel/vm/ |
H A D | VMAddressSpaceLocking.cpp | 45 fSpace(NULL), in AddressSpaceReadLocker() 58 fSpace(NULL), in AddressSpaceReadLocker() 67 fSpace(NULL), in AddressSpaceReadLocker() 83 if (fSpace != NULL) in Unset() 84 fSpace->Put(); in Unset() 85 fSpace = NULL; in Unset() 92 ASSERT(fSpace == NULL); in SetTo() 94 fSpace = VMAddressSpace::Get(team); in SetTo() 95 if (fSpace == NULL) in SetTo() 98 fSpace->ReadLock(); in SetTo() [all …]
|
H A D | VMAddressSpaceLocking.h | 45 VMAddressSpace* AddressSpace() const { return fSpace; } in AddressSpace() 48 VMAddressSpace* fSpace; 76 VMAddressSpace* AddressSpace() const { return fSpace; } in AddressSpace() 79 VMAddressSpace* fSpace;
|
/haiku/src/servers/app/ |
H A D | ServerBitmap.cpp | 72 fSpace(space), in ServerBitmap() 95 fSpace = bitmap->fSpace; in ServerBitmap() 101 fSpace = B_NO_COLOR_SPACE; in ServerBitmap() 141 bytesPerRow, fBytesPerRow, colorSpace, fSpace, fWidth, fHeight); in ImportBits() 153 bytesPerRow, fBytesPerRow, colorSpace, fSpace, from, to, width, in ImportBits() 210 "bpr %" B_PRId32 ", buffer %p\n", this, fWidth, fHeight, (int32)fSpace, in PrintToStream()
|
H A D | ServerBitmap.h | 55 { return fSpace; } in ColorSpace() 105 color_space fSpace; variable 146 fSpace = from->fSpace; in ShallowCopy()
|
H A D | ServerCursor.cpp | 118 fSpace = B_NO_COLOR_SPACE; in ServerCursor()
|