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

/haiku/src/apps/workspaces/
H A DWorkspaces.cpp1126 float rowHeight = floor((height - 1) / rows); local
1127 if (rowHeight < 1)
1128 rowHeight = 1;
1130 float columnWidth = floor((rowHeight - 1) * aspectRatio) + 1;
/haiku/src/kits/interface/
H A DColumnListView.cpp3347 float rowHeight = row->Height(); local
3352 if (line + rowHeight >= fVisibleRect.top) {
3354 BRect sourceRect(0, 0, column->Width(), rowHeight);
3357 line + rowHeight);
3497 float rowHeight = row->Height(); local
3499 if (line >= invalidBounds.top - rowHeight) {
3529 fieldLeftEdge + column->Width(), line + rowHeight);
3545 + column->Width(), line + rowHeight));
3627 line + rowHeight));
3635 StrokeRect(BRect(0, line, 10000.0, line + rowHeight));
3668 float rowHeight = row->Height(); local
[all...]

Completed in 53 milliseconds