Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp48 static const float kMarkWidth = 14.0; variable
83 float offset = kBorderOffset + kMarkWidth + kTextOffset; in DrawItem()
102 markRect.right = markRect.left + kMarkWidth; in DrawItem()
103 markRect.top = (markRect.top + markRect.bottom - kMarkWidth) / 2.0; in DrawItem()
104 markRect.bottom = markRect.top + kMarkWidth; in DrawItem()
403 itemFrame.right = itemFrame.left + kBorderOffset + kMarkWidth in MouseDown()
H A DPathListView.cpp47 static const float kMarkWidth = 14.0; variable
77 float offset = kBorderOffset + kMarkWidth + kTextOffset; in DrawItem()
96 markRect.right = markRect.left + kMarkWidth; in DrawItem()
97 markRect.top = (markRect.top + markRect.bottom - kMarkWidth) / 2.0; in DrawItem()
98 markRect.bottom = markRect.top + kMarkWidth; in DrawItem()
344 itemFrame.right = itemFrame.left + kBorderOffset + kMarkWidth in MouseDown()