Home
last modified time | relevance | path

Searched refs:touchpadIcon (Results 1 – 3 of 3) sorted by relevance

/haiku/src/preferences/input/
H A DInputIcons.cpp24 touchpadIcon(NULL, false), in InputIcons()
61 touchpadIcon = new BBitmap(sBounds, 0, B_RGBA32); in _LoadBitmap()
62 BIconUtils::GetVectorIcon(touchpad, size, &touchpadIcon); in _LoadBitmap()
H A DInputIcons.h19 BBitmap touchpadIcon; member
H A DInputDeviceView.cpp149 renderer.AddIcon(&Icons()->touchpadIcon); in SetRenderParameters()