Home
last modified time | relevance | path

Searched refs:IconInsets (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/bluetooth/
H A DDeviceClass.cpp361 view->FillRoundRect(BRect(point.x + IconInsets, point.y + IconInsets, in Draw()
362 point.x + IconInsets + PixelsForIcon, point.y + IconInsets + PixelsForIcon), 5, 5); in Draw()
369 view->StrokeRoundRect(BRect(point.x + IconInsets + uint(PixelsForIcon/4), in Draw()
370 point.y + IconInsets + 6, in Draw()
371 point.x + IconInsets + uint(PixelsForIcon*3/4), in Draw()
372 point.y + IconInsets + PixelsForIcon - 2), 2, 2); in Draw()
373 view->StrokeRect(BRect(point.x + IconInsets + uint(PixelsForIcon/4) + 4, in Draw()
374 point.y + IconInsets + 10, in Draw()
375 point.x + IconInsets + uint(PixelsForIcon*3/4) - 4, in Draw()
376 point.y + IconInsets + uint(PixelsForIcon*3/4))); in Draw()
[all …]
/haiku/headers/os/bluetooth/
H A DDeviceClass.h20 static const uint8 IconInsets = 5; variable