Home
last modified time | relevance | path

Searched refs:fSpace (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.cpp45 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 DVMAddressSpaceLocking.h45 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 DServerBitmap.cpp72 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 DServerBitmap.h55 { return fSpace; } in ColorSpace()
105 color_space fSpace; variable
146 fSpace = from->fSpace; in ShallowCopy()
H A DServerCursor.cpp118 fSpace = B_NO_COLOR_SPACE; in ServerCursor()