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

/haiku-fatelf/src/apps/stylededit/
H A DStatusView.cpp50 memset(fCellWidth, 0, sizeof(fCellWidth));
133 x += fCellWidth[i];
151 x += fCellWidth[i];
162 if (where.x < fCellWidth[kPositionCell])
172 float left = fCellWidth[kPositionCell] + fCellWidth[kEncodingCell];
240 fCellWidth[i] = 0;
246 if (width > fCellWidth[i] || i != kPositionCell)
247 fCellWidth[
[all...]
H A DStatusView.h46 float fCellWidth[kStatusCellCount]; member in class:StatusView

Completed in 41 milliseconds