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);
410 kVerticalSpace + lineNum * fFontHeight,
412 kVerticalSpace + (lineNum + 1) * fFontHeight), B_SOLID_LOW);
447 + 2 * kVerticalSpace);
464 else if (point.y >= bounds.bottom - kVerticalSpace)
465 point.y = bounds.bottom - kVerticalSpace - 1;
490 int32 row = int32((point.y - kVerticalSpace) / fFontHeight);
522 kVerticalSpace + (start / kBlockSize) * fFontHeight,
524 kVerticalSpace
[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

Completed in 75 milliseconds