DrawRect
virtual void DrawRect(const BRect& rect, bool fill) {}
virtual void DrawRect(const BRect& rect, bool fill);
callbacks.DrawRect(*rect, header->op == B_PIC_FILL_RECT);
virtual void DrawRect(const BRect& rect, bool fill);
DrawRect(_rect, fill);
virtual void DrawRect(const BRect& rect, bool fill);