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

/haiku/src/servers/app/
H A DServerBitmap.cpp62 fMemory(NULL),
86 fMemory(NULL),
109 if (fMemory != NULL) {
110 if (fMemory != &fClientMemory)
111 delete fMemory;
161 if (fMemory != NULL)
162 return fMemory->Area();
171 if (fMemory != NULL)
172 return fMemory->AreaOffset();
H A DBitmapManager.cpp136 bitmap->fMemory = &bitmap->fClientMemory;
151 bitmap->fMemory = &bitmap->fClientMemory;
160 bitmap->fMemory = NULL;
215 bitmap->fMemory = memory;
H A DServerBitmap.h97 AreaMemory* fMemory; member in class:ServerBitmap
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp33 TempAllocator() : fMemory(NULL) {}
34 ~TempAllocator() { free(fMemory); }
36 void *Allocate(size_t size) { return fMemory = malloc(size); }
39 void *fMemory; member in class:TempAllocator
/haiku/src/add-ons/translators/ico/
H A DICO.cpp34 TempAllocator() : fMemory(NULL) {}
35 ~TempAllocator() { free(fMemory); }
37 void *Allocate(size_t size) { return fMemory = malloc(size); }
40 void *fMemory; member in class:TempAllocator

Completed in 54 milliseconds