Searched refs:zoomPoint (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp390 BPoint zoomPoint = fListView->ZoomPoint(); local
391 fScrollView->ConvertToParent(&zoomPoint);
399 float zoomHeight = fZoomHeightBaseline + zoomPoint.y
401 float zoomWidth = fZoomWidthBaseline + zoomPoint.x;
1272 BPoint zoomPoint(0, 0);
1286 if (itemWidth > zoomPoint.x)
1287 zoomPoint.x = itemWidth;
1290 zoomPoint.y = ItemFrame(count - 1).bottom;
1292 return zoomPoint;

Completed in 47 milliseconds