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

/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp132 int dataHeight = dataWindow.max.y - dataWindow.min.y + 1; local
153 Array2D <Rgba> pixels(dataHeight, dataWidth);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp830 float dataHeight = dataRect.Height(); // local
842 } else if (hbar && width >= dataWidth && vbar && height >= dataHeight) {
867 if (innerHeight >= dataHeight) {
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp494 long dataHeight = (long)ceilf( local
497 long maxRange = dataHeight - viewHeight;
501 verticalScrollBar->SetProportion((float)viewHeight / dataHeight);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1639 float dataHeight = std::max(height, fSchedulingView->MinSize().height); local
1644 float range = dataHeight - height;
1648 (height + 1) / (dataHeight + 1));
/haiku/src/kits/interface/
H A DTextView.cpp5054 long dataHeight = (long)ceilf(_TextHeight()); local
5056 long maxRange = dataHeight - viewHeight;
5061 / (float)dataHeight);

Completed in 130 milliseconds