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

/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.cpp45 fSpace(NULL),
58 fSpace(NULL),
67 fSpace(NULL),
83 if (fSpace != NULL)
84 fSpace->Put();
91 fSpace = VMAddressSpace::Get(team);
92 if (fSpace == NULL)
95 fSpace->ReadLock();
107 fSpace = space;
110 fSpace
[all...]
H A DVMAddressSpaceLocking.h45 VMAddressSpace* AddressSpace() const { return fSpace; }
48 VMAddressSpace* fSpace; member in class:AddressSpaceReadLocker
76 VMAddressSpace* AddressSpace() const { return fSpace; }
79 VMAddressSpace* fSpace; member in class:AddressSpaceWriteLocker
/haiku/src/servers/app/
H A DServerBitmap.cpp72 fSpace(space),
95 fSpace = bitmap->fSpace;
101 fSpace = B_NO_COLOR_SPACE;
141 bytesPerRow, fBytesPerRow, colorSpace, fSpace, fWidth, fHeight);
153 bytesPerRow, fBytesPerRow, colorSpace, fSpace, from, to, width,
210 "bpr %" B_PRId32 ", buffer %p\n", this, fWidth, fHeight, (int32)fSpace,
H A DServerBitmap.h55 { return fSpace; }
105 color_space fSpace; member in class:ServerBitmap
146 fSpace = from->fSpace;
H A DServerCursor.cpp118 fSpace = B_NO_COLOR_SPACE;

Completed in 42 milliseconds