Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvtextfm.h386 void setUnusedSpaceThresholdPercent(int unusedSpaceThresholdPercent);
H A Dlvtinydom.h577 bool setUnusedSpaceThresholdPercent(int unusedSpaceThresholdPercent) { in setUnusedSpaceThresholdPercent() function
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvdocview.cpp4758 …m_doc->setUnusedSpaceThresholdPercent(m_props->getIntDef(PROP_FORMAT_UNUSED_SPACE_THRESHOLD_PERCEN… in createEmptyDocument()
6837 if (getDocument()->setUnusedSpaceThresholdPercent(value)) in propsApply()
H A Dlvtextfm.cpp4600 void LFormattedText::setUnusedSpaceThresholdPercent(int unusedSpaceThresholdPercent) in setUnusedSpaceThresholdPercent() function in LFormattedText
H A Dlvtinydom.cpp3609 p->setUnusedSpaceThresholdPercent(_unusedSpaceThresholdPercent); in createFormattedText()