Home
last modified time | relevance | path

Searched refs:lastRowHeight (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dpps.cc375 int lastRowHeight = sps->PicHeightInCtbsY; in read() local
403 lastRowHeight -= rowHeight[i]; in read()
406 if (lastRowHeight <= 0) { in read()
411 rowHeight[num_tile_rows-1] = lastRowHeight; in read()
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dpps.cc377 int lastRowHeight = sps->PicHeightInCtbsY; in read() local
405 lastRowHeight -= rowHeight[i]; in read()
408 if (lastRowHeight <= 0) { in read()
413 rowHeight[num_tile_rows-1] = lastRowHeight; in read()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkMatrixWidget.cpp246 int lastRowHeight = rowHeight + (viewportSize.height() - rowHeight * rcount); in updateGeometries() local
250 int newHeight = lastRow ? lastRowHeight : rowHeight; in updateGeometries()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dthumbbrowserbase.cc33 …tr), anchor(nullptr), previewHeight(options.thumbSize), numOfCols(1), lastRowHeight(0), arrangemen… in ThumbBrowserBase()
622 lastRowHeight = rowHeight = std::max(lastRowHeight, entry->getMinimalHeight()); in arrangeFiles()
625 lastRowHeight = 0; in arrangeFiles()
H A Dthumbbrowserbase.h183 int lastRowHeight; variable