Symbol: DrawTextControlBorder
headers/os/interface/ControlLook.h
334
virtual void DrawTextControlBorder(BView* view, BRect& rect,
headers/private/interface/HaikuControlLook.h
278
virtual void DrawTextControlBorder(BView* view, BRect& rect,
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
985
DrawTextControlBorder(view, rect, updateRect, tint_color(base, B_DARKEN_1_TINT));
src/add-ons/control_look/BeControlLook/BeControlLook.h
261
virtual void DrawTextControlBorder(BView* view, BRect& rect,
src/add-ons/control_look/FlatControlLook/FlatControlLook.h
196
virtual void DrawTextControlBorder(BView* view, BRect& rect,
src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp
169
be_control_look->DrawTextControlBorder(fBitmapView, bounds, bounds,
src/apps/activitymonitor/ActivityView.cpp
1342
be_control_look->DrawTextControlBorder(this, outerFrame,
src/apps/activitymonitor/ActivityView.cpp
1493
be_control_look->DrawTextControlBorder(this, rect,
src/apps/deskcalc/CalcView.cpp
525
be_control_look->DrawTextControlBorder(this, expressionRect,
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
176
be_control_look->DrawTextControlBorder(this, b, updateRect, bg, flags);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
157
be_control_look->DrawTextControlBorder(this, bounds, updateRect,
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPreview.cpp
94
be_control_look->DrawTextControlBorder(this, bounds, updateRect, color);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
152
be_control_look->DrawTextControlBorder(this, bounds, updateRect,
src/apps/icon-o-matic/gui/GradientControl.cpp
344
be_control_look->DrawTextControlBorder(this, b, updateRect, bg, flags);
src/apps/mail/AddressTextControl.cpp
662
be_control_look->DrawTextControlBorder(this, rect, updateRect, base, flags);
src/apps/mail/Header.cpp
215
be_control_look->DrawTextControlBorder(this, rect, updateRect, base, flags);
src/apps/mediaplayer/interface/PeakView.cpp
174
be_control_look->DrawTextControlBorder(this, r, updateRect, LowColor());
src/apps/webpositive/URLInputGroup.cpp
709
be_control_look->DrawTextControlBorder(this, bounds, updateRect, base,
src/kits/interface/AbstractSpinner.cpp
1498
be_control_look->DrawTextControlBorder(this, rect, updateRect, base,
src/kits/interface/ColorControl.cpp
454
be_control_look->DrawTextControlBorder(target, rect, updateRect,
src/kits/interface/TextControl.cpp
372
be_control_look->DrawTextControlBorder(this, rect, updateRect, base, flags);
src/kits/shared/DateTimeEdit.cpp
971
be_control_look->DrawTextControlBorder(this, bounds, updateRect, ViewColor(),