Home
last modified time | relevance | path

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

/haiku/src/apps/diskprobe/
H A DDataView.cpp534 bool drawBlock = false; in DrawSelectionFrame() local
565 drawBlock = true; in DrawSelectionFrame()
583 if (drawBlock) in DrawSelectionFrame()
596 if (start == 0 || (!drawBlock && !drawLastLine)) in DrawSelectionFrame()
598 else if (drawBlock) in DrawSelectionFrame()
603 if (drawBlock) in DrawSelectionFrame()
619 if (start && (drawLastLine || drawBlock)) { in DrawSelectionFrame()
623 if (!drawBlock && right > lastLine.right) in DrawSelectionFrame()
635 if (!drawBlock && lastLine.right <= firstLine.left) in DrawSelectionFrame()