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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp7350 float LeftBounds; local
7396 LeftBounds = Bounds().left;
7398 Width = RightBounds - LeftBounds;
7401 CenterX = ceilf (LeftBounds + Width * 0.5);
7402 ColumnLeftCenterX = ceilf (LeftBounds + Width * 0.05);
7404 ColumnRightCenterX = ceilf (LeftBounds + Width * 0.95);
7477 CenterX - 1.6f * (0.5f - CompensatedRatio) * (CenterX - LeftBounds));

Completed in 82 milliseconds