Searched refs:allocBackBitmap (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/cortex/RouteApp/
H A DStatusView.h123 void allocBackBitmap(
H A DStatusView.cpp122 allocBackBitmap(frame.Width(), frame.Height());
148 allocBackBitmap(Bounds().Width(), Bounds().Height());
176 allocBackBitmap(width, height);
505 void StatusView::allocBackBitmap(float width, float height) { function in class:StatusView
506 D_OPERATION(("StatusView::allocBackBitmap(%.1f, %.1f)\n", width, height));
525 D_OPERATION(("StatusView::allocBackBitmap(): failed to allocate\n"));

Completed in 29 milliseconds