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

/haiku/src/kits/interface/
H A DChannelSlider.cpp121 delete fLeftKnob;
622 if (fLeftKnob != NULL)
623 return fLeftKnob;
626 fLeftKnob = new (std::nothrow) BBitmap(BRect(0, 0, 11, 14),
628 if (fLeftKnob != NULL) {
629 fLeftKnob->SetBits(kVerticalKnobData,
633 fLeftKnob = new (std::nothrow) BBitmap(BRect(0, 0, 14, 11),
635 if (fLeftKnob != NULL) {
636 fLeftKnob->SetBits(kHorizontalKnobData,
641 return fLeftKnob;
[all...]
/haiku/headers/os/interface/
H A DChannelSlider.h114 BBitmap* fLeftKnob; member in class:BChannelSlider

Completed in 79 milliseconds