Home
last modified time | relevance | path

Searched defs:hrWidth (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/plugins/statistics/
H A Dstatisticsdialog.cpp469 … int hrWidth = qRound((double)(hoursOnline[i] + hoursAway[i]) / (double)hours[iMaxHours]*100.); in generatePageFromQStringList() local
539 int hrWidth = qRound((double)hours[i]/ (double)totalTime*100.); in generateHTMLChart() local
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/html/simpleparser/
H A DHTMLWorker.java234 float hrWidth = 1; in startElement() local
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfxml.cpp1618 double hrWidth = GetPageWidth() - GetLeftMargin() - GetRightMargin(); in WriteXmlCell() local