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

/haiku/src/preferences/input/
H A DInputDeviceView.cpp64 void Render(BView* onto, BRect frame, bool complete = false) argument
66 const rgb_color lowColor = onto->LowColor();
67 const rgb_color highColor = onto->HighColor();
71 onto->SetLowColor(ui_color(B_LIST_SELECTED_BACKGROUND_COLOR));
72 onto->FillRect(frame, B_SOLID_LOW);
80 onto->SetDrawingMode(B_OP_OVER);
82 onto->DrawBitmap(fPrimaryIcon, iconFrame);
86 onto->SetDrawingMode(B_OP_COPY);
92 onto->SetFont(&font);
93 onto
[all...]
/haiku/src/preferences/media/
H A DMediaListItem.cpp75 void Render(BView* onto, BRect frame, bool complete = false) argument
77 const rgb_color lowColor = onto->LowColor();
78 const rgb_color highColor = onto->HighColor();
82 onto->SetLowColor(ui_color(B_LIST_SELECTED_BACKGROUND_COLOR));
83 onto->FillRect(frame, B_SOLID_LOW);
91 onto->SetDrawingMode(B_OP_OVER);
93 onto->DrawBitmap(fPrimaryIcon, iconFrame);
96 onto->DrawBitmap(fSecondaryIcon, iconFrame);
103 onto->DrawBitmap(fPrimaryIcon, iconFrame);
107 onto
[all...]

Completed in 43 milliseconds