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

/haiku/src/libs/print/libprint/
H A DMarginView.cpp61 const static float kInchUnits = 72; // 1" = 72 points variable
67 const static float kUnitFormat[] = { kInchUnits, kCMUnits, kPointUnits };
307 top *= kInchUnits;
308 right *= kInchUnits;
309 left *= kInchUnits;
310 bottom *= kInchUnits;
541 top *= kInchUnits;
542 right *= kInchUnits;
543 left *= kInchUnits;
544 bottom *= kInchUnits;
[all...]

Completed in 40 milliseconds