Home
last modified time | relevance | path

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

/haiku/src/apps/diskprobe/
H A DDataView.cpp25 static const uint32 kVerticalSpace = 4; variable
400 BPoint location(kHorizontalSpace, kVerticalSpace + fAscent); in Draw()
410 kVerticalSpace + lineNum * fFontHeight, in Draw()
412 kVerticalSpace + (lineNum + 1) * fFontHeight), B_SOLID_LOW); in Draw()
447 + 2 * kVerticalSpace); in DataBounds()
464 else if (point.y >= bounds.bottom - kVerticalSpace) in PositionAt()
465 point.y = bounds.bottom - kVerticalSpace - 1; in PositionAt()
490 int32 row = int32((point.y - kVerticalSpace) / fFontHeight); in PositionAt()
522 kVerticalSpace + (start / kBlockSize) * fFontHeight, in SelectionFrame()
524 kVerticalSpace + (end / kBlockSize + 1) * fFontHeight - 1); in SelectionFrame()
[all …]
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp29 const float kVerticalSpace = 8.0; variable
H A DPPDConfigView.cpp32 const float kVerticalSpace = 8.0; variable