Home
last modified time | relevance | path

Searched defs:totalStretch (Results 1 – 7 of 7) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/
H A DFlexLayoutImpl.C74 int totalStretch = getTotalStretch(orientation); in updateDom() local
282 int totalStretch = getTotalStretch(orientation); in createDomElement() local
319 int totalStretch = 0; in getTotalStretch() local
368 int totalStretch, in createElement()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DBreakingAlgorithm.java180 protected int totalStretch; field in BreakingAlgorithm
241 public final int totalStretch; field in BreakingAlgorithm.KnuthNode
289 int totalWidth, int totalStretch, int totalShrink, in KnuthNode()
692 int totalWidth, int totalStretch, int totalShrink, in createNode()
717 int totalWidth, int totalStretch, int totalShrink) { in createNode()
H A DPageBreakingAlgorithm.java178 int totalWidth, int totalStretch, int totalShrink, in KnuthPageNode()
337 int totalWidth, int totalStretch, int totalShrink, in createNode()
351 int totalWidth, int totalStretch, int totalShrink) { in createNode()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/src/
H A Dlayout.cpp454 float totalStretch = 0; in computeLayout() local
477 float totalStretch = std::accumulate(stretch.begin(), stretch.end(), 0.0f); in computeLayout() local
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/src/
H A Dlayout.cpp454 float totalStretch = 0; in computeLayout() local
477 float totalStretch = std::accumulate(stretch.begin(), stretch.end(), 0.0f); in computeLayout() local
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsbsms/src/
H A Dslide.cpp354 float log10, r10, totalStretch; member in _sbsms_::GeometricOutputSlide
453 float totalStretch; member in _sbsms_::SBSMSInterfaceSlidingImp
/dports/www/wt/wt-4.6.1/src/Wt/Render/
H A DBlock.C1419 double totalStretch = 0; in layoutTable() local