Searched refs:screenID (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/os/interface/
H A DBitmap.h50 screen_id screenID = B_MAIN_SCREEN_ID);
63 screen_id screenID = B_MAIN_SCREEN_ID);
141 int32 bytesPerRow, screen_id screenID,
/haiku/headers/build/os/interface/
H A DBitmap.h40 screen_id screenID = B_MAIN_SCREEN_ID);
90 int32 bytesPerRow, screen_id screenID);
/haiku/src/kits/interface/
H A DBitmap.cpp176 \param screenID ???
179 int32 bytesPerRow, screen_id screenID)
194 _InitObject(bounds, colorSpace, flags, bytesPerRow, screenID);
313 screen_id screenID)
329 bytesPerRow, screenID, area, areaOffset);
1038 \param screenID ???
1042 int32 bytesPerRow, screen_id screenID, area_id area, ptrdiff_t areaOffset)
1148 link.Attach<int32>(screenID.id);
178 BBitmap(BRect bounds, uint32 flags, color_space colorSpace, int32 bytesPerRow, screen_id screenID) argument
311 BBitmap(area_id area, ptrdiff_t areaOffset, BRect bounds, uint32 flags, color_space colorSpace, int32 bytesPerRow, screen_id screenID) argument
1041 _InitObject(BRect bounds, color_space colorSpace, uint32 flags, int32 bytesPerRow, screen_id screenID, area_id area, ptrdiff_t areaOffset) argument
/haiku/src/apps/deskbar/
H A DResourceSet.cpp97 int32 bytesPerRow = B_ANY_BYTES_PER_ROW, screen_id screenID
99 : BBitmap(bounds, flags, depth, bytesPerRow, screenID)
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1434 \param screenID ???
1437 int32 bytesPerRow, screen_id screenID)
1450 InitObject(bounds, colorSpace, flags, bytesPerRow, screenID);
2039 \param screenID ???
2043 int32 bytesPerRow, screen_id screenID)
2104 // link.Attach<int32>(screenID.id);
1436 BBitmap(BRect bounds, uint32 flags, color_space colorSpace, int32 bytesPerRow, screen_id screenID) argument
2042 InitObject(BRect bounds, color_space colorSpace, uint32 flags, int32 bytesPerRow, screen_id screenID) argument
/haiku/src/servers/app/
H A DServerApp.cpp755 int32 screenID; local
761 if (link.Read<int32>(&screenID) == B_OK) {
763 // screenID
766 bytesPerRow, screenID, &allocationFlags), true);
865 int32 screenID; local
873 link.Read<int32>(&screenID);
877 // screenID

Completed in 58 milliseconds