Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/media_controls/elements/
H A Dmedia_control_timeline_metrics.cc155 #define RECORD_TIMELINE_UMA_BY_WIDTH(timelineWidth, metric, sample, \ argument
158 int width = timelineWidth; /* Avoid multiple evaluation. */ \
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/util/
H A DPdfGantt.php270 $timelineWidth = $width - $descWidth - 0.2;
323 $dt_posx = round($timelineWidth * ($curdt - $datestart) / ($dateend - $datestart),3);
372 … $posx1 = round($timelineWidth * ($rd['datestart'] - $datestart) / ($dateend - $datestart),3);
373 …$w = round($timelineWidth * ($rd['dateend'] - $datestart) / ($dateend - $datestart),3) - $posx1 + …
/dports/audio/tiatracker/tiatracker-1.3/
H A Dpatterneditor.h114 int timelineWidth; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/mac/
H A DWebVideoFullscreenHUDWindowController.mm342 static const CGFloat timelineWidth = 315;
409 …tFrame:NSMakeRect(webkit_CGFloor((windowWidth - timelineWidth) / 2), timelineBottomMargin, timelin…
/dports/net/calendarsupport/calendarsupport-21.12.3/src/printing/
H A Dcalprintdefaultplugins.cpp775 int timelineWidth = TIMELINE_WIDTH + padding(); in drawTimeTable() local
778 dowBox.setLeft(box.left() + timelineWidth); in drawTimeTable()