Searched refs:kPageHorizontalIndent (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/print/libprint/
H A DPagesView.cpp9 static const float kPageHorizontalIndent = 7; variable
42 BPoint next(kPageWidth + kPageHorizontalIndent * 2 + 10, 0);
47 BPoint next(kPageWidth + kPageHorizontalIndent * 1 + 10, 0);
58 position.x += kPageHorizontalIndent * (count - 1);
59 BPoint next(-kPageHorizontalIndent, kPageVerticalIndent);
109 BPoint(kPageWidth - kPageHorizontalIndent + 1, kPageHeight - 2));

Completed in 28 milliseconds